Link to home
Start Free TrialLog in
Avatar of e106199
e106199Flag for United States of America

asked on

2 gateways to the internet and a problem.

Hi all,
in our network there are 2 gateways to the internet. One is through the proxy and the other is through the router. Proxy do all kind of filtering and router is for remote management(vpn server) and for some special users.

the ip conf. is :proxy: 192.168.0.2  router: 192.168.0.3  255.255.255.0
when a remote user makes a vpn connection he gets 192.168.1.x 255.255.255.0 type of ip. So he is not in the same subnet with our lan. If the gateway of a lan server/computer is the router everything is fine since router knows the route from 192.168.0.x to 192.168.1.x but if the gateway is teh proxy (which most users have) i cant connect to these computers because proxy doesnt know how to route it back to the vpn client.

In the proxy application i added a static route telling it to send every request that is targetted for 192.168.1.x to the router but it doesnt seem to be working.

What should i do here? Here is an example scenerio: i do the vpn connection and get the ip 192.168.1.1/24 and trying to connect a server whose ip is 192.168.0.10/24 with gateway pointing the proxy which is 192.168.0.2.

And is there a way to see the static routes defined on the computer?
thanks in advance
-shane
ASKER CERTIFIED SOLUTION
Avatar of heathcote123
heathcote123

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 e106199

ASKER

Hi,
this is an option but its not only the servers i m trying to route. Its all computers for remote control or file sharing.
That is why i tried doing it on the proxy side.
thank you
Avatar of heathcote123
heathcote123

If you can't fix the proxy, you dont really have a choice :(

You can use DHCP to add the route to client computers - so its no biggie.
or stick it in a logon script
Avatar of e106199

ASKER

how do you use dhcp to add the route?
thanks
-shane