Open wiffleman opened 2 years ago
It's not expected. Is it just SSH or all services? Is the SSH client computer also on the same VPN?
You didn't paste your wireguard config as requested by the template so I can't really help you debug anything.
Hey - sorry about that. Posted in a rush and was a bit blind to the support docs.
Someone on a reddit forum suggested that this might be because on my in-law's network, if their subnet mask is also 192.168.x.x, I could be running into issues with the local LAN vs. my VPN lan. Is there some known way to override this so I can browse my local lan?
When connected with my current WG config, I cannot access SSH via Terminal nor can I access any local services via subnet IP:port in browser ie. 192.168.1.152:9000 (my local address for Portainer, for example).
Here's the wg0.conf of my WG setup:
Server
[Interface]
PrivateKey =
Client: MBP1 (
Client: iPhone (
Client: MBP2 (
Edit:
Tunnel Configurations from "MBP2" which I was trying to access from yesterday:
[Interface]
PrivateKey =
[Peer]
PublicKey =
In the tunnel configuration for MBP2 the address should be 10.8.0.3/32 not 10.8.0.3/24 because it’s a single IP address, not a subnet.
Description Have WG installed, running - able to connect to my server VPN etc. Even though this works and my "public IP" is now my home IP, when I'm remote I'm unable to SSH into my Synology.
Is this surprising / a known limitation?
Steps to reproduce
Expected behavior A clear and concise description of what you expected to happen.
Synology NAS model E.g. DS218j
wg0.conf
If there are multiple peers, include their configuration too.