I got 2 VLANS and have 1 router and I need to get a client (eg. Client
10.1.1.5) ===>> 10.1.1.1 ====>> 172.16.32.1====>>192.168.x.x.x
the 10.1.1.1 router device is running Windows 2003 Enterprise and has 3
network cards 1) Internet 2) 10.1.1.1 3) 172.16.32.5 because it is sharing
the internet
but now i can access only either the internet or the 192.168.1.x lan
depending on defaullt gateway set at my router i put in
route add 0.0.0.0 mask 0.0.0.0 <internet ip> metric 2
route add 0.0.0.0 mask 0.0.0.0 172.16.32.1 metric 1
so should i change it to
route add 172.16.32.0 mask 255.255.255.0 172.16.32.1 instead of route add
0.0.0.0 mask 0.0.0.0 172.16.32.1 metric 1?
My goal is for the 10.1.1.xxx clients to be able to access BOTH the
192.168.1.xxx range through the 176.16.32.1 router AND the internet and the
server to forward the request to the correct destination according to the
request.
Danke Schön!!!
|