Wireless routing

gerasmus

Well-Known Member
Joined
Jan 28, 2008
Messages
306
Hi all,

Whenever I am using wireless, after around 8-12 hours the routing gets lost. Or, that is what I think. All connected apps (Skype, Xfire, MS messenger etc) will display as being connected but not able to transfer any data.
This happens on any motherbord or install I am using. The problem only reared it's head when I started using Vista and later Win 7. When I used Xp this wasn't an issue. I've installed latest drivers, updates, patches, it makes no difference. I even reinstalled Vista and Win7 and made no difference, even with a clean install and only the most basics installed.

To work around the issue i have to type:
route delete 0.0.0.0
Then physically remove the USB wireless stick and put it back.
I have to repeat this every 8 hours.

No issue on laptops, even when running Vista/Win 7 and no issue when connected via wire to my router.

OS: Windows 7 64bit with all updates
Vista64 with all updates.

How do I set the routing permanently without having to type route delete 0.0.0.0 ?

C:\>route print
===========================================================================
Interfacelijst
19...00 ff 5b 7a 52 1f ......TeamViewer VPN Adapter
12...00 1d 7e 0f 42 35 ......Linksys Wireless-N USB Network Adapter WUSB300N
11...00 22 15 10 5a 2e ......Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Contro
ller
1...........................Software Loopback Interface 1
25...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
28...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
13...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
21...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================

IPv4 routetabel

===========================================================================
Actieve routes:
Netwerkadres Netmasker Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.3.1 192.168.3.102 30
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.0.0 255.255.255.0 On-link 192.168.0.2 276
192.168.0.2 255.255.255.255 On-link 192.168.0.2 276
192.168.0.255 255.255.255.255 On-link 192.168.0.2 276
192.168.3.0 255.255.255.0 On-link 192.168.3.102 286
192.168.3.102 255.255.255.255 On-link 192.168.3.102 286
192.168.3.255 255.255.255.255 On-link 192.168.3.102 286
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.0.2 276
224.0.0.0 240.0.0.0 On-link 192.168.3.102 286
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.0.2 276
255.255.255.255 255.255.255.255 On-link 192.168.3.102 286
===========================================================================
Permanente routes:
Geen

IPv6 routetabel
===========================================================================
Actieve routes:
Indien metrische netwerkbestemming Gateway
13 58 ::/0 On-link
1 306 ::1/128 On-link
13 58 2001::/32 On-link
13 306 2001:0:4137:9e74:203c:979:3b2c:a1ac/128
On-link
11 276 fe80::/64 On-link
12 286 fe80::/64 On-link
13 306 fe80::/64 On-link
11 276 fe80::93b:1d6f:c7a3:3c2d/128
On-link
13 306 fe80::203c:979:3b2c:a1ac/128
On-link
12 286 fe80::d85b:b281:3a48:c149/128
On-link
1 306 ff00::/8 On-link
13 306 ff00::/8 On-link
11 276 ff00::/8 On-link
12 286 ff00::/8 On-link
===========================================================================
Permanente routes:
Geen

C:\>
 

Peon

Expert Member
Joined
Sep 28, 2006
Messages
3,666
Have you tried using the -p switch?

Example:

route -p add 192.168.88.0 MASK 255.255.255.0 192.168.1.5
 
Top