I'm using OpenVPN as gateway and it works perfectly - connection is successful, routes are set and forwarding is working. But some clients have problem with gateway (two different windows PC on same network).
Both clients have two adapters - first is ethernet, second is VPN. OpenVPN working properly - default route to ethernet is removed and new one to virtual adapter is created. But after a while (couple of minutes) something will create route back to ethernet.
I tried set to metric on both adapters (ethernet had 200, virtual adapter 100) but the new route to ethernet was created with metric 99.
How i can disable this behaviour? Why is gateway always set back to ethernet and why is this happening only at one network?