Changes between Initial Version and Version 1 of Ticket #316, comment 16


Ignore:
Timestamp:
11/18/13 10:51:25 (11 years ago)
Author:
hdagelic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #316, comment 16

    initial v1  
    1 It doesn't work on my Windows 8 test virtual machine either, with 2.3.2. It says "waiting for tun/tap interface to come up..." for around 30 seconds and then connects, and TAP interface doesn't have a gateway set. Routes look the same (route print) but under "interface" there is an IP of the external adapter, not VPN gateway IP.
     1It doesn't work on my Windows 8 test virtual machine either, with 2.3.2. It says "waiting for tun/tap interface to come up..." for around 30 seconds and then connects, and TAP interface doesn't have a gateway set. Routes look the same (route print) but under "interface" there is an IP of the external adapter, not VPN IP.
     2
     3When it doesn't work:
     4Network Destination - Netmask - Gateway - Interface - Metric 
     50.0.0.0  - 128.0.0.0 - 10.128.0.1 - 192.168.168.15 - 30   
     610.128.0.0  - 255.224.0.0 - On-link  - 192.168.168.15 - 286
     7....
     8
     9When it does work:
     10Network Destination - Netmask - Gateway - Interface - Metric   
     110.0.0.0  - 128.0.0.0 - 10.128.0.1 - 10.129.2.4 - 30       
     1210.128.0.0  - 255.224.0.0 - On-link  - 10.129.2.4 - 286
     13....
     14
     15(10.x.x.x is VPN, 192.168.x.x is external)
    216
    317I found a youtube video that just opening control panel -> network and sharing center -> change adapter settings helps, and it does. After this openvpn connects normally with a gateway set and no waiting. Just setting "Network Connections" service to an automatic start doesn't help.