More actions
Combined display of all available logs of Thibble Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:13, 31 August 2024 T20A02 talk contribs created page Wireguard VPN Setup (Regular and Site to Site) (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...")