Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wireguard VPN Setup (Regular and Site to Site): Revision history

From Thibble Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 August 2024

  • curprev 04:1504:15, 31 August 2024T20A02 talk contribs 3,958 bytes +12 No edit summary
  • curprev 04:1304:13, 31 August 2024T20A02 talk contribs 3,946 bytes +3,946 Created page with "WireGuard for remote RDP/Port Forwarding === Client Config === <pre> [Interface] PrivateKey = Address = 192.168.0.2/24 [Peer] PublicKey = AllowedIPs = 0.0.0.0/1, 128.0.0.0/1 Endpoint = 10.0.17.111:51820 PersistentKeepalive = 21 Notes: The Routing Lines in this file, are configured to route RDP traffic on 3389 to the MGMT system at 172.16.200.11. Also change the port used if not default </pre> === Server Config === <pre> [Interface] PrivateKey = Address = 192.168.0..."