MS Win 7 Professional wireless client, No Default gateway
Posted: Sun Mar 04, 2012 9:03 pm
I have openvpn server setup and working perfectly with XP and below clients.
I have one user using windows 7 home and it works good also.
I just got a Windows 7 professional laptop and am trying to connect over a wireless connection on my home network and it will not give me a default gateway.
Can anyone point me to what im doing wrong or is it a MS issue as it is only on the win 7 professional?
I have done a bunch of google searching but I have not found a work around for it.
Here is what i get when I run ipconfig/all
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Win32 Adapter V9
Physical Address. . . . . . . . . : 00-FF-B3-57-E7-24
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::2dfa:b6ae:3293:a72d%19(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.230(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.252
Lease Obtained. . . . . . . . . . : Sunday, March 04, 2012 3:24:32 PM
Lease Expires . . . . . . . . . . : Monday, March 04, 2013 3:24:31 PM
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.1.229
DHCPv6 IAID . . . . . . . . . . . : 318832563
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-59-B4-29-D4-BE-D9-03-52-2F
DNS Servers . . . . . . . . . . . : 192.168.0.254
NetBIOS over Tcpip. . . . . . . . : Enabled
here is my laptop openvpn config file
auth-retry interact
auth-user-pass
ca ras-ca.crt
cert dennis.crt
key dennis.key
client
comp-lzo
dev tun
nobind
persist-key
persist-tun
proto udp
remote www.abc.com 1194
resolv-retry infinite
verb 3
server.conf
ca /opt/CA/certs/ras-ca.crt
cert /opt/CA/certs/ras-server.crt
key /opt/CA/private/ras-server.key
client-to-client
crl-verify ras-crl.pem
dh dh1024.pem
comp-lzo
dev tun0
group nobody
user nobody
ifconfig-pool-persist ipp.txt
keepalive 10 120
local 192.168.101.212
persist-key
persist-tun
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so login
port 1194
proto udp
push "dhcp-option DNS 192.168.50.1"
push "redirect-gateway def1"
server 192.168.102.224 255.255.255.240
status openvpn-status.log
log /var/log/openvpn.log
verb 3
I have one user using windows 7 home and it works good also.
I just got a Windows 7 professional laptop and am trying to connect over a wireless connection on my home network and it will not give me a default gateway.
Can anyone point me to what im doing wrong or is it a MS issue as it is only on the win 7 professional?
I have done a bunch of google searching but I have not found a work around for it.
Here is what i get when I run ipconfig/all
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Win32 Adapter V9
Physical Address. . . . . . . . . : 00-FF-B3-57-E7-24
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::2dfa:b6ae:3293:a72d%19(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.230(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.252
Lease Obtained. . . . . . . . . . : Sunday, March 04, 2012 3:24:32 PM
Lease Expires . . . . . . . . . . : Monday, March 04, 2013 3:24:31 PM
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.1.229
DHCPv6 IAID . . . . . . . . . . . : 318832563
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-59-B4-29-D4-BE-D9-03-52-2F
DNS Servers . . . . . . . . . . . : 192.168.0.254
NetBIOS over Tcpip. . . . . . . . : Enabled
here is my laptop openvpn config file
auth-retry interact
auth-user-pass
ca ras-ca.crt
cert dennis.crt
key dennis.key
client
comp-lzo
dev tun
nobind
persist-key
persist-tun
proto udp
remote www.abc.com 1194
resolv-retry infinite
verb 3
server.conf
ca /opt/CA/certs/ras-ca.crt
cert /opt/CA/certs/ras-server.crt
key /opt/CA/private/ras-server.key
client-to-client
crl-verify ras-crl.pem
dh dh1024.pem
comp-lzo
dev tun0
group nobody
user nobody
ifconfig-pool-persist ipp.txt
keepalive 10 120
local 192.168.101.212
persist-key
persist-tun
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so login
port 1194
proto udp
push "dhcp-option DNS 192.168.50.1"
push "redirect-gateway def1"
server 192.168.102.224 255.255.255.240
status openvpn-status.log
log /var/log/openvpn.log
verb 3