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
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