04-07-2005 01:10 PM - edited 03-02-2019 10:24 PM
I feel stupid for even asking this, but I'm stuck so here goes. I have a simple point-to-point T1 connection. I have a 1721 on one side and a 2620 on the other. I have the routers talking to each other, but I cannot get traffic from the two networks to pass through the routers. I have a route setup on each of the routers pointing the other way, what am I missing? Any help is appreciated.
04-15-2005 03:45 PM
Hello,
Agree with the other posters as far as the static routes. There are 2 more issues:
1. ip routing is disabled on router2 (1721)
2. there are no default routes set to access the internet.
I'd suggest:
1. As suggested by others, double check:
# on router1
ip route 172.16.3.0 255.255.255.0 Serial0/0
# on router2
ip route 172.16.4.0 255.255.255.128 Serial0
2. Enable "ip routing" on router2:
XXXXXXXX1721(config)#ip routing
3. Add default static routes for internet access via pix:
# on router1
ip route 0.0.0.0 0.0.0.0 Serial0/0
# on router2
ip route 0.0.0.0 0.0.0.0
HTH,
Mustafa
04-15-2005 07:18 PM
Sorry Rodney, I should have spotted it first time round. There was a seocnd problem: you have no ip routing on Router 2. Configure ip routing and it should all start working.
Kevin Dorrell
Luxembourg
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide