Windows 2003 OpenVPN client not adding route
Posted: Thu Oct 27, 2011 9:25 am
Hi,
I've set up OpenVPN on our intranet, but there's 1 system that's not accepting the route command, I've search everywhere that I could think of but still couldn't find a solution.
The Windows 2003 mashine is supposed to connect to the OpenVPN server through the intranet, but gives this error:
Config File:
I've set up OpenVPN on our intranet, but there's 1 system that's not accepting the route command, I've search everywhere that I could think of but still couldn't find a solution.
The Windows 2003 mashine is supposed to connect to the OpenVPN server through the intranet, but gives this error:
Thu Oct 27 11:05:28 2011 ROUTE default_gateway=192.168.0.1
Thu Oct 27 11:05:28 2011 TAP-WIN32 device [YELLOW - OpenVPN] opened: \\.\Global\{9A1DDB8A-7B58-4AAB-9B4B-F013E52C8577}.tap
Thu Oct 27 11:05:28 2011 TAP-Win32 Driver Version 9.8
Thu Oct 27 11:05:28 2011 TAP-Win32 MTU=1500
Thu Oct 27 11:05:28 2011 Notified TAP-Win32 driver to set a DHCP IP/netmask of 192.168.128.98/255.255.255.252 on interface {9A1DDB8A-7B58-4AAB-9B4B-F013E52C8577} [DHCP-serv: 192.168.128.97, lease-time: 31536000]
Thu Oct 27 11:05:28 2011 NOTE: FlushIpNetTable failed on interface [65541] {9A1DDB8A-7B58-4AAB-9B4B-F013E52C8577} (status=259) : No more data is available.
Thu Oct 27 11:05:30 2011 TEST ROUTES: 0/0 succeeded len=1 ret=0 a=0 u/d=down
Thu Oct 27 11:05:30 2011 Route: Waiting for TUN/TAP interface to come up...
Thu Oct 27 11:05:33 2011 TEST ROUTES: 0/0 succeeded len=1 ret=0 a=0 u/d=down
Thu Oct 27 11:05:33 2011 Route: Waiting for TUN/TAP interface to come up...
Thu Oct 27 11:05:34 2011 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up
Thu Oct 27 11:05:34 2011 C:\WINNT\system32\route.exe ADD 192.168.128.0 MASK 255.255.255.0 192.168.128.97
The route addition failed: The parameter is incorrect.
Thu Oct 27 11:05:34 2011 Initialization Sequence Completed
Config File:
Is there anything else that I can try to get it connected?############################
## OpenVPN client config ##
## for Windows client
############################
client
dev tun
proto udp
remote 192.168.1.5 1194
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
route-method exe
route-delay 2
ca ca.crt
cert dataserver.crt
key dataserver.key
link-mtu 1200
cipher DES-EDE3-CBC
ns-cert-type server
comp-lzo
verb 3
mute 20
win-sys env