Options

IP Routing

jthomas129jthomas129 Member Posts: 5 ■□□□□□□□□□
This is what my two routers look like, I can not seem to ping 179.21.185.1 from router 2 and can not ping 179.21.186.1 from router 1. Can any one show me what I need to have in both routing tables for these two to talk to each other? Thanks

Router1:
Int:Gigabit1/0/0
IP Address:192.168.100.1/24
Int:Gigabit:5/0/0
IP Address:179.21.185.1/24

Router2:
Int:Gigabit1/0/0
IP Address:192.168.100.2/24
Int:Gigabit:5/0/0
IP Address:179.21.186.1/24
jthomas129

Comments

  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    Try posting this in the appropriate forum and detail what type of equipment you have and how you have them connected.
  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    They are in 2 different subnets buddy. change the ip's to 179.21.185.1/24 179.21.185.2 /24
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    jthomas129 wrote:
    Can any one show me what I need to have in both routing tables for these two to talk to each other?
    On router 2 you'd want a route to 179.21.185.0/24 with a next hop of 192.168.100.1
    On router 1 you'd want a route to 179.21.186.0/24 with a next hop of 192.168.100.2

    You can do it by running a routing protocol or creating static routes.

    You could also create default routes on each router pointing to the other router -- but that could make life very interesting if you decided to add to this network in the future.
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    cdad2000cdad2000 Member Posts: 323
    There could be a few things you may wanna check JT. Maybe the interfaces are shutdown, could be bad cables, maybe you need to assign a routing protocol, or an encapsulation if your going through the WAN. Anyways, double check your config, interfaces,and routing tables. You'll get it.
  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    ya I totally misunderstood that one..haha oops icon_lol.gif mybad

    I was assuming they were back to back.
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
Sign In or Register to comment.