Can't set route for VPN

Discussion in 'Windows 10' started by glestwid, Dec 31, 2018.

Tags:
  1. glestwid

    glestwid MDL Novice

    Dec 31, 2018
    1
    0
    0
    Hi, I got the following issue. I connected to VPN server and got the following routes table:



    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:



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