OSPF problem

Hello, I have this topology

Internet/ISP | | | Linksys Router (WRT54G) (Nat-ted) | 192.168.1.1 |(Ethernet - Point-to-Point OSPF) | 192.168.1.100 Router1 |10.10.10.1/30 | (Point-to-Point Frame Relay; Point-to-Point OSPF) |10.10.10.2/30 Router2

Router1 Conf.

------------ int e0 ip ospf net point-to-point ip addr

int s0.1 p ip ospf net point-to-point ip addr frame-relay interface dlci xxx

router ospf 1 net 192.168.1.0 0.0.0.255 a 0 net 10.10.10.0 0.0.0.3 a 1

From Router1 I can ping Linksys Router and Internet and using the name-server as well.

Router2 Conf

------------ int s0.1 p int s0.1 p ip ospf net point-to-point ip addr frame-relay interface-dlci xxx

router ospf 1 net 10.10.10.2 0.0.0.3 a 1

From Router2, I can ping Router 1 eth and serial but not Linksys Router

192.168.1.1.

and Yes, I've tried with ospf broadcast as well on eth but no luck.

Reply to
David Sudjiman
Loading thread data ...

on the linksys put in a static route for

10.10.10.0 255.255.255.252 towards the ip for router 1 eth0...

I assume the linksys is not running ospf with the 2 routers ? if so its not aware of the 10 net interarea route...

On router 2, verify you can see

show ip route 192.168.1.1 it should be towards router 1, who will know to use its static route to linksys 192.168.1.1

this has nothing to do with area type.

Reply to
jbrunner007

Login to Router 1 and use sh ip ospf neighbor command and see if the router is talking with the Linksys router. I suspect that it does not know about the 10.0.0.0 network.

Joel VanFleet

David Sudjiman wrote:

Reply to
Joel

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.