wireguard-site-to-site icon indicating copy to clipboard operation
wireguard-site-to-site copied to clipboard

Unable to reach resources on the server network

Open mruin opened this issue 1 year ago • 2 comments

Hi! I've followed your nice guide, and all seems being working, i can ping machines from one network to the other, but i'm still not able to reach resources (e.g. nas) on the other network. I've this configuration:

Network 1 (server): 192.168.188.0/24 (eth0 is on 192.168.188.8) wg0 is on 10.0.0.1

Network 2 (client): 192.168.0.0/24 (eth0 is on 192.168.0.24) wg0 is on 10.0.0.3

I've just opened port 51820/UDP on both routers, pointing to the machines where wireguard in running. Both networks have static public IPs. wg show command gives both demons up, running and connected each other. Why can't I reach my nas at 192.168.0.30 if i can ping it? I think i'm missing something, like a static route, but i don't know where and how to confjgure it...

mruin avatar Jun 11 '23 13:06 mruin