Unable to connect to devices on LAN
-
I have WireGuard running on my pfSense router. When I connect to my WG VPN, I can connect to the internet, but not devices internally. Here's what my .conf file looks like:
`[Interface]
Address = <my internal vpn ip>/32
DNS = <dns internal server ip>
PrivateKey = <client private key that was generated>
[Peer]
PublicKey = <pubkey from router>
PresharedKey = <generated from router>
AllowedIPs = 0.0.0.0/0
Endpoint = <router public ip>:51820`
-
@droidus Looks like you have a rule problem in pfSense, not a WireGuard problem, so most probably misconfiguration of rules.