Hey all,
I'm running Merlin 380.65_2 on a RT-AC68U. I've successfully configured an OpenVPN client to an external VPN provider in order to tunnel all of my traffic, with the exception of a few devices using some Policy Rules:
At this point, I would like to add a second persistent OpenVPN client connection to a remote server. I don't want to route any traffic through the VPN, just be able to access resources on it without having to expose the ports to the internet. I've configured OpenVPN on the server, imported the ovpn into Client 2 in Merlin and it connects successfully, but I'm unable to access the resources and it also causes some problems with the connection to Client 1. I suspect that I need to do something to get the two clients running on different subnets, but I'm not sure how I would go about this. At this point it appears both clients are getting assigned to the same gateway/subnet:
Client 1:
Client 2:
Any guidance would be appreciated, thank you!
I'm running Merlin 380.65_2 on a RT-AC68U. I've successfully configured an OpenVPN client to an external VPN provider in order to tunnel all of my traffic, with the exception of a few devices using some Policy Rules:
At this point, I would like to add a second persistent OpenVPN client connection to a remote server. I don't want to route any traffic through the VPN, just be able to access resources on it without having to expose the ports to the internet. I've configured OpenVPN on the server, imported the ovpn into Client 2 in Merlin and it connects successfully, but I'm unable to access the resources and it also causes some problems with the connection to Client 1. I suspect that I need to do something to get the two clients running on different subnets, but I'm not sure how I would go about this. At this point it appears both clients are getting assigned to the same gateway/subnet:
Client 1:
Code:
May 11 23:11:16 openvpn[828]: PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.8.0.1,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.2 255.255.255.0'
Client 2:
Code:
May 12 09:22:33 openvpn[28294]: PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 8.8.8.8,dhcp-option DNS 8.8.4.4,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.2 255.255.255.0'
Any guidance would be appreciated, thank you!