Hello everybody,
I have two DSR-250N routers connected via OpenVPN. VPN is correctly conneted as stated in the Status > Active VPNs > Open VPN Connections.
I have two problems:
1. it doesn't add the 192.168.10.0 route to go through the VPN even if remote network is added to the remote network list in my local router.
2. the client adds an additional default route so that all internet traffic is routed over VPN instead of using the WAN port. This route is ADDED to the routing table as long as the default route through the WAN port is.
Local DSR network: 192.168.11.0/24
Remote DSR network: 192.168.10.0/24
VPN network: 10.10.10.0/24
Here the routing table:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.10.5 0.0.0.0 255.255.255.255 UH 0 0 0 tun1
93.41.193.202 192.168.1.254 255.255.255.255 UGH 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.10.10.0 10.10.10.5 255.255.255.0 UG 0 0 0 tun1
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 bdg1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.10.10.5 128.0.0.0 UG 0 0 0 tun1
128.0.0.0 10.10.10.5 128.0.0.0 UG 0 0 0 tun1
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth1
I've looked for an option like "Route all traffic through VPN" but nothing is there.
Firmware version: 3.14_WW, hardware version: C1
Wha I'm missing??