Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conecting two routers

Status
Not open for further replies.

darren862

Technical User
Mar 14, 2010
1
CA
I am using cisco packet tracer to try and learn some basic router configuration. I need to connect two routers together. In the test I used a crossover cable from FA0/0 on router1 to FA0/0 on router2. Router1 Fa0/0 ip is 192.168.100.1 and Router2 Fa0/0 ip is 192.168.100.2. I cant seem to ping between the two routers. I setup static routes with in the routers

Router1(config-if)#exit
Router1(config)#router rip
Router1(config-router)#network 192.168.100.0
Router1(config-router)#
Router1(config-router)#exit
Router1(config)#router rip
Router1(config-router)#
Router1(config-router)#exit
Router1(config)#ip route 192.168.100.1 255.255.255.0 192.168.100.2
Router1(config)#


I did this for both routers but still cannot ping between the two interface..

Any advice on what I am missing
 
Take out all that routing crap---it is not needed, since the routers are directly connected. You probably need to do a no shut on the interfaces.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top