Link to home
Start Free TrialLog in
Avatar of ashkaul
ashkaul

asked on

Multiple networks - Wired and wi-fi - choose preferred internet connection

I connect to my wired LAN (domain) which has an internet connetion; as well as to a wi-fi hi speed internet connection. Can I define my preferred way of accessing the internet? Also, can I switch back and forth between the two for internet connectivity? My laptop's OS is Windows Vista Business and my domain server runs SBS 2008 R2
Avatar of mdj1501
mdj1501
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

Do they have different gateways ?

why do want to do this why not one connection ?
Avatar of ashkaul
ashkaul

ASKER

Yes they have different gateways with separate IP addresses. I need to connect to my wired LAN since I have to connect to my domain server. However, the internet connection is slow on the LAN and I have a separate, dedicated internet connection for myself which is through the wi-fi network. Currently, when I connect to both, I automatically connect to the internet thru my wi-fi router and do not hav eaccess to the internet on my LAN until I dosconnect from the wi-fi.
Avatar of Jakob Digranes
do you have permission to set static IP on wired connection?

you could try to do the following in command.

let's say you LAN connection is at 10.0.0.0/24 and wireless is at 192.168.1.0/24, then try to do the following routes in command:

route add 10.0.0.0 MASK 255.255.255.0 10.0.0.1 -p (sends all traffic to 10.0.0.0 to gateway 10.0.0.1)
route add 0.0.0.0 MASK 0.0.0.0 192.168.1.1 -p (Sends all traffic to all other addresses to 192.168.1.1)

But this depends on what routes the networks already have. (route print)
ASKER CERTIFIED SOLUTION
Avatar of Ravi Agrawal
Ravi Agrawal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try removing the default gateway on the wired lan.