Page 2 of 2

Re: OpenVPN dosen't put back def.gateway

Posted: Tue Mar 31, 2015 11:19 pm
by Traffic
slupper wrote:so i assume it must be a bug in openVPN
so report it ..

Regedit:
  • HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\{your interface}\Parameters\Tcpip=DefaultGateway:?
You could also try this simple test (command prompt):
    • Reboot pc
      • Code: Select all

        ipconfig /all > defgw.txt  
        route print >> defgw.txt
    • Connect to VPN
      • Code: Select all

        ipconfig /all >> defgw.txt
        route print >> defgw.txt
    • Disconnect from VPN
      • Code: Select all

        ipconfig /all >> defgw.txt
        route print >> defgw.txt
    • post: defgw.txt