Link to home
Start Free TrialLog in
Avatar of NetMaxtor
NetMaxtor

asked on

VPN issue, how to change default gateway ???

Hi Experts,

I have configured a windows 2003 VPN server, client can connect and work smoothly, and everything seems to be ok.

Problem is when VPN user connected to this server, that particular user’s machine default gateway will be the VPN server’s default gateway.  Because of this, clients having problems when accessing the Internet.

Let’s say my VPN server’s Internet speed is 2Mbps. If a client connected to this VPN server who have grater than the VPN server’s Internet speed, that particular clients internet speed also will be 2Mbps too. I need to avoid this situation.

Please advice.

Thanks...
ASKER CERTIFIED SOLUTION
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia 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
Avatar of Lee W, MVP
The user will have to modify his routes - for example, he should execute these two commands:

ROUTE CHANGE 0.0.0.0 MASK 0.0.0.0 1.2.3.4
ROUTE ADD 192.168.x.0 MASK 255.255.255.0 192.168.x.y

The above assumes the user's ISP provided gateway is 1.2.3.4
The above assumes your company's network uses a 192.168. address block and x should be filled in with your network's appropriate value.
The above requires you specify x.y as your VPN's gateway.

I do this myself on my laptop - if you need me to and the question is still open tomorrow afternoon (roughly 16 hours) I'll post a copy of the script I wrote to change this semi-automatically for me
And Jay Jay's comment might work too.
Avatar of NetMaxtor
NetMaxtor

ASKER

please give me the full path to the vpn connections ???
uh i am guessing you mean where to find them?? under my network places properties - you should see your vpn connection there

got it thanks ... Jay and leew
no worries