View Single Post
Old 10-11-2006, 19:42   #7
Aragorn
cf.mega poster
 
Aragorn's Avatar
 
Join Date: Apr 2004
Location: Minas Tirith, Gondor
Age: 43
Posts: 2,575
Aragorn is cast in bronzeAragorn is cast in bronzeAragorn is cast in bronzeAragorn is cast in bronze
Aragorn is cast in bronzeAragorn is cast in bronze
Re: Having two network connections on a PC

Yep - as suspected the default route to the internet is via 192.168.200.1 - the wired interface.

The solution should be

route add -p 0.0.0.0 mask 0.0.0.0 192.168.1.1 metric 1

This should add a persistent default route via the wireless. Give it a go and let us know.

---------- Post added at 19:42 ---------- Previous post was at 19:41 ----------

This page has a description of the route command on XP.
Aragorn is offline   Reply With Quote