Link to home
Start Free TrialLog in
Avatar of Element115
Element115

asked on

Using dialup and be connected to a LAN

Hi

Basically I want to bypass the firewall I'm stuck behind from time to time.  However when I dial up my network connection gets dropped.  I then subsequently lose bandwidth for other applications and have to wait 5 minutes for Outlook to sync again etc once I decide to reconnect.

Is there anyway to maintain two seperate connections like this?

Thanks!
Avatar of jhance
jhance

Dial-up doesn't terminate your LAN connection but it does put the dial-up connection above the LAN as the default route.  If your Exchange server and other local resources are NOT on the local subnet (i.e. they must be reached through the default gateway) then your system will attempt to route this traffic through the dial-up which is probably not a valid way to get to these.

The solution is to create a static route for your internal network(s) using the Windows ROUTE.EXE command.  That way you will always have the LAN interface used to reach the internal network and the dial-up, when active will be used to access the external/internet.

ASKER CERTIFIED SOLUTION
Avatar of rickyclourenco
rickyclourenco

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
Avatar of Element115

ASKER

Ok being slightly ignorant here, so I'm looking to use the two following commands?

However I keep getting a message saying the mask ip is invalid.  I don't know how to work out the correct one.

route add <LAN IP> mask 0.0.0.0 <LAN GATEWAY> -p
route add <DIAL UP IP> mask 0.0.0.0 <DIAL UP GATEWAY> -p
Update.

I seem to have defined two persistent routes, the LAN conection having the lowest metric number.

However I'm still having the same problem.

I believe this to be because the Default Gateway is still showing the dialup IP.
The LAN should have a HIGHER metric, because you want the DIAL-Up to be the "preferred" gateway when you are connected to it