mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1329] Add WireGuard to TRMM so servers can be hosted anywhere without any port forwarding. #828
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#828
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @applebyp on GitHub (Oct 26, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1329
I'm testing TRMM behind a Zerotier SDN. It's working ok but tricky to route LAN to the SDWAN.
If TRMM server and agents had WireGuard baked in there would be a big jump in security.
@silversword411 commented on GitHub (Oct 26, 2022):
Currently WireGuard is outside TRMM core scope, and is a separate service you can add yourself.
At the current time, I think this would be outside scope.
FYI, you are still going to have to forward the Wireguard port.
@NiceGuyIT commented on GitHub (Oct 26, 2022):
I use Nebula which doesn't have routing like a traditional VPN. Routing is determined by the address you request. If DNS returns the SDWAN IP, routing uses the SDWAN. If DNS returns the WAN IP, routing uses the WAN. DNS is part of the implementation.
When setup like this, I don't need to have WireGuard in the agent, or ZeroTier for that matter. I just need control of the DNS for the domain hosting TRMM to tell the agents to use the SDWAN IP.
@wh1te909 commented on GitHub (Oct 26, 2022):
yea wireguard or any vpn technology doesn't have anything to do with the actual trmm software functionality. you can deploy trmm however you want, behind whatever network or proxy you want. so definitely outside the scope of a feature request