January 15, 20233 yr Hello there, I can't figure this out. I'm behind ISP CGNAT and I can't port forward. I can access my unraid server using cloudflared argo tunnel and tailscale but I want more control and go self host with tunneling. So I want to access unraid and the docker containers using wireguard and a vps. I followed this https://github.com/mochman/Bypass_CGNAT/wiki/Digital-Ocean-(Manual-Installation) and this one https://www.youtube.com/watch?v=9tDeh9mutmI and this guide https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/ but I can't even ping the local tunnel address. Below is my setup: Wireguard on VPS Provider: Digital Ocean Plan: Lowest plan $4/month (just trying it out) Server: Ubuntu 22.10 x64 Contents of /etc/wireguard/wg0.conf [Interface] PrivateKey = Wireguard on VPS PrivateKey ListenPort = 51820 Address = 10.11.12.2 [Peer] PublicKey = Wireguard on unraid PublicKey AllowedIPs = 10.11.12.1/32 Contents of /etc/sysctl.conf ... net.ipv4.ip_forward=1 ... systemctl status wg-quick@wg0 Wireguard on Unraid Version: 6.11.5 What did I miss? Edited January 15, 20233 yr by HHUBS
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.