Can't set route for VPN

glestwid

New member
Local time
5:49 AM
Messages
1
Hi, I got the following issue. I connected to VPN server and got the following routes table:

===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.231.2 192.168.231.128 10
10.9.3.96 255.255.255.252 10.9.3.98 10.9.3.98 30
10.9.3.98 255.255.255.255 127.0.0.1 127.0.0.1 30
10.255.255.255 255.255.255.255 10.9.3.98 10.9.3.98 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.231.0 255.255.255.0 192.168.231.128 192.168.231.128 10
192.168.231.128 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.231.255 255.255.255.255 192.168.231.128 192.168.231.128 10
224.0.0.0 240.0.0.0 10.9.3.98 10.9.3.98 30
224.0.0.0 240.0.0.0 192.168.231.128 192.168.231.128 10
255.255.255.255 255.255.255.255 10.9.3.98 5 1
255.255.255.255 255.255.255.255 10.9.3.98 4 1
255.255.255.255 255.255.255.255 10.9.3.98 10007 1
255.255.255.255 255.255.255.255 10.9.3.98 10.9.3.98 1
255.255.255.255 255.255.255.255 192.168.231.128 192.168.231.128 1
Default Gateway: 192.168.231.2
===========================================================================

With bold I emphasized the routes appeared after VPN connection's establishing. Now I need to redirect all traffic to the VPN connection I do it via the following commands:

route delete 0.0.0.0 mask 0.0.0.0 192.168.231.2
route add 0.0.0.0 mask 0.0.0.0 10.9.3.98 metric 8


As a result I get the following table:

===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.9.3.98 10.9.3.98 8
10.9.3.96 255.255.255.252 10.9.3.98 10.9.3.98 30
10.9.3.98 255.255.255.255 127.0.0.1 127.0.0.1 30
10.255.255.255 255.255.255.255 10.9.3.98 10.9.3.98 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.231.0 255.255.255.0 192.168.231.128 192.168.231.128 10
192.168.231.128 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.231.255 255.255.255.255 192.168.231.128 192.168.231.128 10
224.0.0.0 240.0.0.0 10.9.3.98 10.9.3.98 30
224.0.0.0 240.0.0.0 192.168.231.128 192.168.231.128 10
255.255.255.255 255.255.255.255 10.9.3.98 5 1
255.255.255.255 255.255.255.255 10.9.3.98 4 1
255.255.255.255 255.255.255.255 10.9.3.98 10007 1
255.255.255.255 255.255.255.255 10.9.3.98 10.9.3.98 1
255.255.255.255 255.255.255.255 192.168.231.128 192.168.231.128 1
Default Gateway: 10.9.3.98
===========================================================================

But I can't even PING any site or PC. How can I resolve this issue?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Win7 x64
CPU
i7
Memory
32Gb
You posted this in Windows 10 forum which has been answered
 

My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
Back
Top