PDA

View Full Version : problems with internet access


jon1234444
10-23-2008, 11:14 AM
I'm running the latest version of gbridge on windows vista home premium 32bit. I connect to the internet on my main computer through a wireless connection.

everything works fine, unless something disrupts my wireless connection. say I turn on the computer, everything works great, and then I lose connection to the wireless network. after windows reconnects, I am unable to access the internet. it says I'm connected to the wireless network, I just can't do anything. I've found the only way to fix it is to either restart the computer or disable the gbridge vpn and then re-enable it.

it seems windows gets confused about how to access the internet after briefly losing the wireless connection. any ideas how to prevent this?

thanks!

admin
10-23-2008, 02:29 PM
How long have you waited after wireless restore the connection?

Can you pm me the output of follwoing commands when you experience the problem?

1. under command window, type "ipconfig /all"
2. in command window, type "route print"

Thanks!

tmg
12-11-2008, 10:55 AM
I have had the same issue, and I think I know what the issue is. When the wireless connection drops, the routing table changes the default gateway to the VPN network address. Therefore, gateway traffic is routed to the VPN. As a workaround, I disable and re-enable the wireless connection, which usually works. Once in a while, the wireless cannot reconnect, so here is what I do when that problem happens:

1. Exit gbridge.
2. Open "network connections" right mouse click on the gbridge adapter and disable it
3. Wait a few seconds as the default gateway resets to the wireless connection. Test your connection
4. enable gbridge adapter
5. Restart gbridge

Although this is laborious, it does avoid a reboot. Perhaps there is a way to fix this in the next software update; to avoid the default gateway going to the VPN network.

Here's my route print when things are working good:
C:\Windows\System32>route print
================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...02 00 4c 4f 4f 50 ...... Microsoft Loopback Adapter
0x3 ...00 13 02 16 ce 4a ...... Intel(R) PRO/Wireless 3945ABG Network Connection - Packet Scheduler Miniport
0x4 ...00 0f b0 fa 08 c1 ...... Broadcom NetXtreme Gigabit Ethernet - Packet Scheduler Miniport
0x10007 ...00 16 41 1d ec 57 ...... Bluetooth Device (Personal Area Network) #2 - AVG miniport driver
0x20005 ...02 50 f2 ce 82 01 ...... Gbridge Virtual Private Network Adapter - Packet Scheduler Miniport
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.239.255.254 10.239.0.1 5000
0.0.0.0 0.0.0.0 192.168.101.1 192.168.101.229 30
10.239.0.0 255.255.0.0 10.239.0.1 10.239.0.1 10
10.239.0.1 255.255.255.255 127.0.0.1 127.0.0.1 10
10.255.255.255 255.255.255.255 10.239.0.1 10.239.0.1 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
169.254.0.0 255.255.0.0 192.168.101.229 192.168.101.229 20
192.168.101.0 255.255.255.0 192.168.101.229 192.168.101.229 30
192.168.101.229 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.101.255 255.255.255.255 192.168.101.229 192.168.101.229 30
192.168.200.0 255.255.255.0 192.168.200.1 192.168.200.1 20
192.168.200.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.200.255 255.255.255.255 192.168.200.1 192.168.200.1 20
224.0.0.0 240.0.0.0 10.239.0.1 10.239.0.1 10
224.0.0.0 240.0.0.0 192.168.101.229 192.168.101.229 30
224.0.0.0 240.0.0.0 192.168.200.1 192.168.200.1 20
255.255.255.255 255.255.255.255 10.239.0.1 10.239.0.1 1
255.255.255.255 255.255.255.255 192.168.101.229 192.168.101.229 1
255.255.255.255 255.255.255.255 192.168.200.1 192.168.200.1 1
255.255.255.255 255.255.255.255 192.168.200.1 4 1
255.255.255.255 255.255.255.255 192.168.200.1 10007 1
Default Gateway: 192.168.101.1
================================================== =========================
Persistent Routes:
None

And here's one where there is a problem (note the Default Gateway near the bottom of the printout):

================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...02 00 4c 4f 4f 50 ...... Microsoft Loopback Adapter
0x3 ...00 13 02 16 ce 4a ...... Intel(R) PRO/Wireless 3945ABG Network Connection - Packet Scheduler Miniport
0x4 ...00 0f b0 fa 08 c1 ...... Broadcom NetXtreme Gigabit Ethernet - Packet Scheduler Miniport
0x20005 ...02 50 f2 ce 82 01 ...... Gbridge Virtual Private Network Adapter - Packet Scheduler Miniport
0x30007 ...00 16 41 1d ec 57 ...... Bluetooth Device (Personal Area Network) #2 - AVG miniport driver
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.239.255.254 10.239.0.1 5000
0.0.0.0 0.0.0.0 192.168.101.1 192.168.101.229 25
10.239.0.0 255.255.0.0 10.239.0.1 10.239.0.1 10
10.239.0.1 255.255.255.255 127.0.0.1 127.0.0.1 10
10.255.255.255 255.255.255.255 10.239.0.1 10.239.0.1 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
169.254.0.0 255.255.0.0 10.239.0.1 10.239.0.1 20
192.168.101.0 255.255.255.0 192.168.101.229 192.168.101.229 25
192.168.101.229 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.101.255 255.255.255.255 192.168.101.229 192.168.101.229 25
192.168.200.0 255.255.255.0 192.168.200.1 192.168.200.1 20
192.168.200.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.200.255 255.255.255.255 192.168.200.1 192.168.200.1 20
224.0.0.0 240.0.0.0 10.239.0.1 10.239.0.1 10
224.0.0.0 240.0.0.0 192.168.101.229 192.168.101.229 25
224.0.0.0 240.0.0.0 192.168.200.1 192.168.200.1 20
255.255.255.255 255.255.255.255 10.239.0.1 10.239.0.1 1
255.255.255.255 255.255.255.255 192.168.101.229 192.168.101.229 1
255.255.255.255 255.255.255.255 192.168.200.1 192.168.200.1 1
255.255.255.255 255.255.255.255 192.168.200.1 4 1
255.255.255.255 255.255.255.255 192.168.200.1 30007 1
Default Gateway: 10.239.255.254
================================================== =========================
Persistent Routes:
None

admin
12-11-2008, 06:57 PM
Good analyse!

I don't understand why Windows doesn't use
0.0.0.0 0.0.0.0 192.168.101.1 192.168.101.229 25
as default gateway in the problematic case you present. Note that Gbridge's metric (5000) is purposely set to much higher than the other interfaces (25 in this case).

Thanks for debuging this!

admin
12-11-2008, 07:05 PM
BTW, are you running vista sp1? there is a MS support kb article may be related to this:
http://support.microsoft.com/kb/933872

Czerno
12-12-2008, 04:59 AM
Good analyse!
... Gbridge's metric (5000) is purposely set to much higher than the other interfaces (25 in this case).


Do you mind id I piggy-back ? Outpout from route print on my system (Windows 2000 Pro) has Metric=1 on all lines (including GBridge). I've sometimes suspected, and can someone confirm if rightly so or otherwise, it to be a bug in the version of the 'route' command in Windows 2000...

I think I remember there is another command (probably 'net' something...) that also gives 'route' details. Can someone again refresh this old crank's memory ?

Thank you

--
Czerno

admin
12-12-2008, 01:06 PM
Do you mind id I piggy-back ? Outpout from route print on my system (Windows 2000 Pro) has Metric=1 on all lines (including GBridge). I've sometimes suspected, and can someone confirm if rightly so or otherwise, it to be a bug in the version of the 'route' command in Windows 2000...

I think I remember there is another command (probably 'net' something...) that also gives 'route' details. Can someone again refresh this old crank's memory ?

Thank you

--
Czerno
Which release you are running on your windows 2000 pro?

Czerno
12-13-2008, 04:43 AM
Which release you are running on your windows 2000 pro?

It's Windows SP4 fully patched at Windows update.
Or are you asking which release of GBridge ? It says 1.0.0.1180.

thank you !