• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can someone explain this VPN behaviour?

So I don't really understand VPN's as well as I thought I did :confused2:

I am using nordvpn. Each client is configured individually, my home server connects to a VPN server. When my laptop connects to the same server the laptop loses all connection to my home server through the local network. It only works when the laptop connects to a different VPN server.

Is this normal behaviour? Why does this happen? Laptop and server are both opensuse, the VPN client is openvpn on both.

Also I recently had a router that could do VPN (had to send it back 5ghz radio was flaky) and that only had one VPN server configured on it, so all clients used the same VPN server and everything worked fine.
 
VPN should only be enabled on the WAN interface, not the LAN.

When I do a VPN, I have all VPN traffic on tun0, eth0 is LAN traffic.
Not sure how you configured it, what do your firewall rules look like?
 
A typical "roadwarrior" VPN config is that the VPN tunnel becomes the default route and only the VPN clients traffic (that transports the tunneled traffic) to server uses "public routes". Reaching link-local neighbours should not use the default route though.

What are your routes before and after enabling the VPN?
Code:
ip route show
 
Back
Top