Correct, you should not add default gateway in 10 LAN. However, you do need to add route to point to other site, for example route add 10.1.0.0 mask 255.255.255.0 10.2.0.2. More details can be found this link.
RoutingAnalysis 1: before changing the route table, any computers in 192.168.2.0 can access the resources on 10.0.0.0 network and the Internet because all traffic ...
www.chicagotech.net/routing.htm
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
<(E-Mail Removed)> wrote in message news:(E-Mail Removed) ups.com...
I have a point to point T1 anchored at each end with a Cisco 1720
Router. I also have a T1 line that goes to the internet. The servers
at either end have 2 NIC's each.
Site #1 looks like this:
Internet NIC:
ip 192.168.0.100
mask 255.255.255.0
gateway 192.168.0.1
Point to Point NIC:
ip 10.2.0.4
mask 255.255.255.0
I didn't put a gateway here because I found it caused more problems
and didn't solve any.
Point to Point routers
Site 1: 10.2.0.2 -> 10.0.0.1 -> Site 2: 10.0.0.2 ->10.1.0.2
Site #2 is set up like this.
Internet NIC:
192.168.50.2
255.255.255.0
192.168.50.1
Point to Point NIC
10.1.0.4
255.255.255.0
I know I need to make an entry into the routing tables to make the
point to point traffic use only the 10...etc NIC, but I'm not sure
about the syntax. Any help would be appreciated.