well this is my first post and its a doosie. At lewast for me. Looking for an all wise network guru!! =]
we had an existing network consisting of 10pc's, a win2k server and a dsl connection. all was fine...
dsl router:192.168.0.1
server: 192.168.0.10, 192.168.0.50
easy as pie...
now we are partners with a spanish company and they have installed thier own lan with 2 servers and another dsl along with a fiber backbone using 2 hp procurve switches. ( gets me all happy just lookin at them )
so now we are all on the same topology. but they have a lan using...
dsl:192.168.224.1
lan:192.168.224.x
and they have installed a vpn device to connect to spain.
on our cards in all the pc's we have divied out 2 ips the 224.x being the primary and the 0.x being the added ip. but in order for it to work with thier vpn the default gateway needs to be 192.168.224.1.
and all this is happy i guess except they only want spanish trafic going that way not any local internet trafic. they want this to go out 192.168.0.1.
ive tried a few things but cant seem to get it working. our win 2k server is all messed up configuration wise. been making it linp along because of a db program. dont want to try and reinstall. but i dont think a win2k standard server can bridge either.
i have never setup a proxy server and was thinking about that as well. but would rather just find a simple routing solution if there is one.
and thanks ahead of time for even reading this let alone responding =]
Software/Hardware used:
ASKED:
March 18, 2009 7:43 PM
UPDATED:
March 23, 2009 6:04 PM
I would VLAN them off! You willstillshare the switches but have 2 networks that cant see each other unless you want them to. They also would each have their own gateway address.
If they have newer managed procureves this should be easy to set up.
Cheers!
ok i tried this again and i thought i did it right before but it worked this time. must be i had something wrong or they have changed something on thier server/gateway/vpn.
i setup the cards with…
pri ip :192.168.0.x
:192.168.224.x
mask :255.255.255.0
gateway :192.168.0.1
then i added the…
route -p add 192.168.5.0 mask 255.255.255.0 192.168.224.1
now it all works. the only thing i can think of if it was on my end would be i tried to add the interface on the route command. and i also tried to use to cards. i must have missed something. thanks for the help and confirming i was on the right track.
Thanks for the update. That was a good idea, I didn’t think to create the route on the windows machines.