MS Win 7 Professional wireless client, No Default gateway

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
knightdog
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 04, 2012 8:49 pm

MS Win 7 Professional wireless client, No Default gateway

Post by knightdog » 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

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by maikcat » Mon Mar 05, 2012 7:55 am

can you post the client log?

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

knightdog
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 04, 2012 8:49 pm

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by knightdog » Mon Mar 05, 2012 10:53 am

Sat Mar 03 21:57:51 2012 OpenVPN 2.1_rc19 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jul 16 2009
Sat Mar 03 21:57:51 2012 MANAGEMENT: TCP Socket listening on 127.0.0.10:25340
Sat Mar 03 21:57:51 2012 Need hold release from management interface, waiting...
Sat Mar 03 21:57:54 2012 MANAGEMENT: Client connected from 127.0.0.10:25340
Sat Mar 03 21:57:54 2012 MANAGEMENT: CMD 'state on'
Sat Mar 03 21:57:54 2012 MANAGEMENT: CMD 'log all on'
Sat Mar 03 21:57:54 2012 MANAGEMENT: CMD 'hold off'
Sat Mar 03 21:57:54 2012 MANAGEMENT: CMD 'hold release'
Sat Mar 03 21:58:03 2012 MANAGEMENT: CMD 'username "Auth" "ME"'
Sat Mar 03 21:58:03 2012 MANAGEMENT: CMD 'password [...]'
Sat Mar 03 21:58:03 2012 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Sat Mar 03 21:58:03 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Mar 03 21:58:04 2012 LZO compression initialized
Sat Mar 03 21:58:04 2012 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sat Mar 03 21:58:04 2012 MANAGEMENT: >STATE:1330829884,RESOLVE,,,
Sat Mar 03 21:58:05 2012 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Mar 03 21:58:05 2012 Local Options hash (VER=V4): '41690919'
Sat Mar 03 21:58:05 2012 Expected Remote Options hash (VER=V4): '530fdded'
Sat Mar 03 21:58:05 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Mar 03 21:58:05 2012 UDPv4 link local: [undef]
Sat Mar 03 21:58:05 2012 UDPv4 link remote: 111.222.333.444:1194
Sat Mar 03 21:58:05 2012 MANAGEMENT: >STATE:1330829885,WAIT,,,
Sat Mar 03 21:58:05 2012 MANAGEMENT: >STATE:1330829885,AUTH,,,
Sat Mar 03 21:58:05 2012 TLS: Initial packet from 111.222.333.444:1194, sid=a2a8f5be 701f800c
Sat Mar 03 21:58:05 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Mar 03 21:58:05 2012 VERIFY OK: depth=1, /C=US/ST=North_Carolina/L=Raleigh/O=me/OU=me/CN=me.com/emailAddress=me@me.com
Sat Mar 03 21:58:05 2012 VERIFY OK: depth=0, /C=US/ST=North_Carolina/L=Ralbeigh/O=me/OU=System/CN=ras-server
Sat Mar 03 21:58:05 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Mar 03 21:58:05 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Mar 03 21:58:05 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Mar 03 21:58:05 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Mar 03 21:58:05 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Mar 03 21:58:05 2012 [ras-server] Peer Connection Initiated with 111.222.333.444:1194
Sat Mar 03 21:58:06 2012 MANAGEMENT: >STATE:1330829886,GET_CONFIG,,,
Sat Mar 03 21:58:06 2012 SENT CONTROL [ras-server]: 'PUSH_REQUEST' (status=1)
Sat Mar 03 21:58:06 2012 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 192.168.50.1,redirect-gateway def1,route 192.168.102.224 255.255.255.240,topology net30,ping 10,ping-restart 120,ifconfig 192.168.102.230 192.168.102.229'
Sat Mar 03 21:58:06 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Mar 03 21:58:06 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Mar 03 21:58:06 2012 OPTIONS IMPORT: route options modified
Sat Mar 03 21:58:06 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Mar 03 21:58:06 2012 ROUTE default_gateway=192.168.2.1
Sat Mar 03 21:58:06 2012 MANAGEMENT: >STATE:1330829886,ASSIGN_IP,,192.168.102.230,
Sat Mar 03 21:58:06 2012 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{B357E724-A98F-4CA3-9570-C1A89FD0FCC7}.tap
Sat Mar 03 21:58:06 2012 TAP-Win32 Driver Version 9.9
Sat Mar 03 21:58:06 2012 TAP-Win32 MTU=1500
Sat Mar 03 21:58:06 2012 Notified TAP-Win32 driver to set a DHCP IP/netmask of 192.168.102.230/255.255.255.252 on interface {B357E724-A98F-4CA3-9570-C1A89FD0FCC7} [DHCP-serv: 192.168.102.229, lease-time: 31536000]
Sat Mar 03 21:58:06 2012 Successful ARP Flush on interface [19] {B357E724-A98F-4CA3-9570-C1A89FD0FCC7}
Sat Mar 03 21:58:11 2012 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Sat Mar 03 21:58:11 2012 C:\WINDOWS\system32\route.exe ADD 111.222.333.444 MASK 255.255.255.255 192.168.2.1
Sat Mar 03 21:58:11 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=25 and dwForwardType=4
Sat Mar 03 21:58:11 2012 Route addition via IPAPI succeeded [adaptive]
Sat Mar 03 21:58:11 2012 C:\WINDOWS\system32\route.exe ADD 0.0.0.0 MASK 128.0.0.0 192.168.102.229
Sat Mar 03 21:58:11 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Mar 03 21:58:11 2012 Route addition via IPAPI succeeded [adaptive]
Sat Mar 03 21:58:11 2012 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 MASK 128.0.0.0 192.168.102.229
Sat Mar 03 21:58:11 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Mar 03 21:58:11 2012 Route addition via IPAPI succeeded [adaptive]
Sat Mar 03 21:58:11 2012 MANAGEMENT: >STATE:1330829891,ADD_ROUTES,,,
Sat Mar 03 21:58:11 2012 C:\WINDOWS\system32\route.exe ADD 192.168.102.224 MASK 255.255.255.240 192.168.102.229
Sat Mar 03 21:58:11 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Mar 03 21:58:11 2012 Route addition via IPAPI succeeded [adaptive]
Sat Mar 03 21:58:11 2012 Initialization Sequence Completed
Sat Mar 03 21:58:11 2012 MANAGEMENT: >STATE:1330829891,CONNECTED,SUCCESS,192.168.102.230,24.199.195.198
Sat Mar 03 22:11:05 2012 TCP/UDP: Closing socket
Sat Mar 03 22:11:05 2012 C:\WINDOWS\system32\route.exe DELETE 192.168.102.224 MASK 255.255.255.240 192.168.102.229
Sat Mar 03 22:11:05 2012 Warning: route gateway is not reachable on any active network adapters: 192.168.102.229
Sat Mar 03 22:11:05 2012 Route deletion via IPAPI failed [adaptive]
Sat Mar 03 22:11:05 2012 Route deletion fallback to route.exe
Sat Mar 03 22:11:05 2012 C:\WINDOWS\system32\route.exe DELETE 24.199.195.198 MASK 255.255.255.255 192.168.2.1
Sat Mar 03 22:11:05 2012 Route deletion via IPAPI succeeded [adaptive]
Sat Mar 03 22:11:05 2012 C:\WINDOWS\system32\route.exe DELETE 0.0.0.0 MASK 128.0.0.0 192.168.102.229
Sat Mar 03 22:11:05 2012 Warning: route gateway is not reachable on any active network adapters: 192.168.102.229
Sat Mar 03 22:11:05 2012 Route deletion via IPAPI failed [adaptive]
Sat Mar 03 22:11:05 2012 Route deletion fallback to route.exe
Sat Mar 03 22:11:05 2012 C:\WINDOWS\system32\route.exe DELETE 128.0.0.0 MASK 128.0.0.0 192.168.102.229
Sat Mar 03 22:11:05 2012 Warning: route gateway is not reachable on any active network adapters: 192.168.102.229
Sat Mar 03 22:11:05 2012 Route deletion via IPAPI failed [adaptive]
Sat Mar 03 22:11:05 2012 Route deletion fallback to route.exe
Sat Mar 03 22:11:05 2012 Closing TUN/TAP interface
Sat Mar 03 22:11:05 2012 SIGTERM[hard,] received, process exiting
Sat Mar 03 22:11:05 2012 MANAGEMENT: >STATE:1330830665,EXITING,SIGTERM,,

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by maikcat » Mon Mar 05, 2012 1:04 pm

try upgrading openvpn to ver 2.2

older versions (2.1 rc19) not work well with win 7.

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

knightdog
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 04, 2012 8:49 pm

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by knightdog » Mon Mar 05, 2012 7:19 pm

I upgraded to 2.2.2, it BSOD and I rebooted.

here is the new log:

Mon Mar 05 14:12:36 2012 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
Mon Mar 05 14:12:41 2012 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Mon Mar 05 14:12:41 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Mar 05 14:12:41 2012 LZO compression initialized
Mon Mar 05 14:12:41 2012 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Mar 05 14:12:41 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon Mar 05 14:12:42 2012 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Mar 05 14:12:42 2012 Local Options hash (VER=V4): '41690919'
Mon Mar 05 14:12:42 2012 Expected Remote Options hash (VER=V4): '530fdded'
Mon Mar 05 14:12:42 2012 UDPv4 link local: [undef]
Mon Mar 05 14:12:42 2012 UDPv4 link remote: 111.222.333.444:1194
Mon Mar 05 14:12:46 2012 TLS: Initial packet from 111.222.333.444:1194, sid=cabdd657 b0b11c3c
Mon Mar 05 14:12:46 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Mon Mar 05 14:12:46 2012 VERIFY OK: depth=1, /C=US/ST=North_Carolina/L=Raleigh/O=abc/OU=abc/CN=abc.com/emailAddress=vpn@abc.com
Mon Mar 05 14:12:46 2012 VERIFY OK: depth=0, /C=US/ST=North_Carolina/L=Ralbeigh/O=abccom/OU=System/CN=ras-server
Mon Mar 05 14:12:47 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mon Mar 05 14:12:47 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Mar 05 14:12:47 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mon Mar 05 14:12:47 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Mar 05 14:12:47 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Mon Mar 05 14:12:47 2012 [ras-server] Peer Connection Initiated with 111.222.333.444:1194
Mon Mar 05 14:12:49 2012 SENT CONTROL [ras-server]: 'PUSH_REQUEST' (status=1)
Mon Mar 05 14:12:49 2012 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 192.168.50.1,redirect-gateway def1,route 192.168.102.224 255.255.255.240,topology net30,ping 10,ping-restart 120,ifconfig 192.168.102.230 192.168.102.229'
Mon Mar 05 14:12:49 2012 OPTIONS IMPORT: timers and/or timeouts modified
Mon Mar 05 14:12:49 2012 OPTIONS IMPORT: --ifconfig/up options modified
Mon Mar 05 14:12:49 2012 OPTIONS IMPORT: route options modified
Mon Mar 05 14:12:49 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Mon Mar 05 14:12:49 2012 ROUTE default_gateway=192.168.222.1
Mon Mar 05 14:12:49 2012 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{F8A89FC6-A8A9-4284-969C-24E85CD88544}.tap
Mon Mar 05 14:12:49 2012 TAP-Win32 Driver Version 9.9
Mon Mar 05 14:12:49 2012 TAP-Win32 MTU=1500
Mon Mar 05 14:12:49 2012 Notified TAP-Win32 driver to set a DHCP IP/netmask of 192.168.102.230/255.255.255.252 on interface {F8A89FC6-A8A9-4284-969C-24E85CD88544} [DHCP-serv: 192.168.102.229, lease-time: 31536000]
Mon Mar 05 14:12:49 2012 Successful ARP Flush on interface [20] {F8A89FC6-A8A9-4284-969C-24E85CD88544}
Mon Mar 05 14:12:54 2012 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Mon Mar 05 14:12:54 2012 C:\WINDOWS\system32\route.exe ADD 111.222.333.444 MASK 255.255.255.255 192.168.222.1
Mon Mar 05 14:12:54 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=25 and dwForwardType=4
Mon Mar 05 14:12:54 2012 Route addition via IPAPI succeeded [adaptive]
Mon Mar 05 14:12:54 2012 C:\WINDOWS\system32\route.exe ADD 0.0.0.0 MASK 128.0.0.0 192.168.102.229
Mon Mar 05 14:12:54 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Mon Mar 05 14:12:54 2012 Route addition via IPAPI succeeded [adaptive]
Mon Mar 05 14:12:54 2012 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 MASK 128.0.0.0 192.168.102.229
Mon Mar 05 14:12:54 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Mon Mar 05 14:12:54 2012 Route addition via IPAPI succeeded [adaptive]
Mon Mar 05 14:12:54 2012 C:\WINDOWS\system32\route.exe ADD 192.168.102.224 MASK 255.255.255.240 192.168.102.229
Mon Mar 05 14:12:54 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Mon Mar 05 14:12:54 2012 Route addition via IPAPI succeeded [adaptive]
Mon Mar 05 14:12:54 2012 Initialization Sequence Completed
Mon Mar 05 14:13:52 2012 TCP/UDP: Closing socket
Mon Mar 05 14:13:52 2012 C:\WINDOWS\system32\route.exe DELETE 192.168.102.224 MASK 255.255.255.240 192.168.102.229
Mon Mar 05 14:13:52 2012 Route deletion via IPAPI succeeded [adaptive]
Mon Mar 05 14:13:52 2012 C:\WINDOWS\system32\route.exe DELETE 111.222.333.444 MASK 255.255.255.255 192.168.222.1
Mon Mar 05 14:13:52 2012 Route deletion via IPAPI succeeded [adaptive]
Mon Mar 05 14:13:52 2012 C:\WINDOWS\system32\route.exe DELETE 0.0.0.0 MASK 128.0.0.0 192.168.102.229
Mon Mar 05 14:13:52 2012 Route deletion via IPAPI succeeded [adaptive]
Mon Mar 05 14:13:52 2012 C:\WINDOWS\system32\route.exe DELETE 128.0.0.0 MASK 128.0.0.0 192.168.102.229
Mon Mar 05 14:13:52 2012 Route deletion via IPAPI succeeded [adaptive]
Mon Mar 05 14:13:52 2012 Closing TUN/TAP interface
Mon Mar 05 14:13:52 2012 SIGTERM[hard,] received, process exiting

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by maikcat » Tue Mar 06, 2012 7:58 am

are you running openvpn with admin rights?

also

while are you connected can you do a tracert to 8.8.8.8 ip?

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

knightdog
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 04, 2012 8:49 pm

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by knightdog » Tue Mar 06, 2012 1:05 pm

I am running it with admin rights
-Right click
-properties
-compatability
--run with admin rights checked

Ping results

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Dennis>ping 8.8.8.8

Pinging 8.8.8.8 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 8.8.8.8:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\Dennis>

knightdog
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 04, 2012 8:49 pm

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by knightdog » Tue Mar 06, 2012 1:20 pm

OOoops,

You said Tracert.

C:\Users\Dennis>tracert 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

1 * 46 ms 43 ms 192.168.102.225
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.

Trace complete.

C:\Users\Dennis>ipconfig/all

Windows IP Configuration

Host Name . . . . . . . . . . . . : Dennis-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : darksideproductions.net

Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Win32 Adapter V9
Physical Address. . . . . . . . . : 00-FF-F8-A8-9F-C6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::c84d:83fa:ac8:43d%20(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.102.230(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.252
Lease Obtained. . . . . . . . . . : Tuesday, March 06, 2012 8:07:35 AM
Lease Expires . . . . . . . . . . : Wednesday, March 06, 2013 8:07:35 AM
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.102.229
DHCPv6 IAID . . . . . . . . . . . : 520159224
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-59-B4-29-D4-BE-D9-03-52-2F

DNS Servers . . . . . . . . . . . : 192.168.50.1
NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Bluetooth Network Connection:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : 74-DE-2B-97-A8-90
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wireless Network Connection:

Connection-specific DNS Suffix . : abc.net
Description . . . . . . . . . . . : DW1501 Wireless-N WLAN Half-Mini Card
Physical Address. . . . . . . . . : 74-DE-2B-DD-32-BB
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::f1a5:4f9:4ea:ea1a%13(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.222.97(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, March 06, 2012 7:22:57 AM
Lease Expires . . . . . . . . . . : Wednesday, March 07, 2012 7:22:57 AM
Default Gateway . . . . . . . . . : 192.168.222.1
DHCP Server . . . . . . . . . . . : 192.168.222.2
DHCPv6 IAID . . . . . . . . . . . : 242540075
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-59-B4-29-D4-BE-D9-03-52-2F

DNS Servers . . . . . . . . . . . : 216.136.95.2
64.132.94.250
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.darksideproductions.net:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : darksideproductions.net
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 12:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft 6to4 Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{F8A89FC6-A8A9-4284-969C-24E85CD88544}:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

C:\Users\Dennis>

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by maikcat » Wed Mar 07, 2012 9:05 am

C:\Users\Dennis>tracert 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

1 * 46 ms 43 ms 192.168.102.225
seems like packets go over the right route...

can you post the output of

iptables -L -t nat -v

on your server?

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

jacksena
OpenVpn Newbie
Posts: 3
Joined: Sat Feb 25, 2012 10:06 am

Re: MS Win 7 Professional wireless client, No Default gatewa

Post by jacksena » Mon Mar 19, 2012 7:48 am

Well it can be a cause of bad router settings so you need to update your router settings and restore your system again with updated window 7. For any query take Microsoft Customer Help for best window support by expert technician.

Post Reply