Comment on Access home server from anywhere
bless@lemmy.world 1 year agoHmm do a traceroute and see where it’s dying. Can you ping inside IP of the tunnel on the wireguard server? What about outside?
What did you deploy in docker, firezone or basic wireguard?
Does your phone say connected and you see both incoming and outgoing packets? Is there a firewall in place on the wireguard host (ufw maybe)?
If you have nmap available you can also check port status.
jaykay@lemmy.zip 1 year ago
Yup, run journalctl and I can see ufw blocking requests. Now just need to figure out how to allow it
bless@lemmy.world 1 year ago
You can bound ufw rules to interfaces, so you can allow I’m only on the wg0 interface and not eth0 interface.
Glad it’s working! I love wireguard!
jaykay@lemmy.zip 1 year ago
I couldn’t use the interface, as wg is in a docker container, but I used the container IP, and it seems to be working. Huge thanks! Now I can get rid of Cloudflare and related containers :D (just need to fix the homepage first, I’m not using IPs for services lol)