Saturday, February 10, 2018

OpenVPN connects but gets invalid IP on Tap Device

I have a WinXP SP2 box trying to connect on a OpenVPN server and getting the following errors:





Tue May 14 11:29:52 2013 Notified TAP-Windows driver to set a DHCP IP/netmask of
192.168.5.6/255.255.248.0 on interface {48B4760C-5A76-4F9E-9140-FB73DF819E2A} [DHCP-serv: 192.168.0.0, lease-time: 31536000]
Tue May 14 11:29:52 2013 Successful ARP Flush on interface [2] {48B4760C-5A76-4F9E-9140-FB73DF819E2A}
Tue May 14 11:29:57 2013 TEST ROUTES: 0/0 succeeded len=1 ret=0 a=0 u/d=down
Tue May 14 11:29:57 2013 Route: Waiting for TUN/TAP interface to come up...
Tue May 14 11:30:00 2013 TEST ROUTES: 0/0 succeeded len=1 ret=0 a=0 u/d=down
Tue May 14 11:30:00 2013 Route: Waiting for TUN/TAP interface to come up...
Tue May 14 11:30:01 2013 TEST ROUTES: 0/0 succeeded len=1 ret=0 a=0 u/d=down



Fireall and Antivirus are already turned off.



Here's my client config:




client
float
dev tap
proto udp

remote xxxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca endian-001.pem
auth-user-pass
comp-lzo
verb 3

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...