Tech Support Forum banner
Status
Not open for further replies.
1 - 17 of 17 Posts

· Registered
Joined
·
43 Posts
Discussion Starter · #1 ·
How can i ping 2 computers through 2 switches and 2 routers I'm completly stumped I supposedly have assigned static routes to my routers and have configured the interfaces if anyone is good in networking please help thanks
 

· TSF Enthusiast
Joined
·
907 Posts
It depends on how you have desgined your network. if you have used the most basic setup like below:

Router 1 ------------------ Router 2
¦ --------------- -------------- ¦
¦ --------------- -------------- ¦
Switch 1 ------------------ Switch 2
¦ --------------- -------------- ¦
¦ --------------- -------------- ¦
Pc 1 ------------- --------- Pc 2

Using the above you should be able to figure it out. If you are using a different design please post your design.

Maz
 

· TSF Emeritus
Joined
·
16,407 Posts
Great. Your ip addressing is correct.

You would need to add a route in the first router that tells it to find the x.x.x2.x network via the wan ip of the 2nd router.

Reason you can't ping now is due to gateway entry. if you ask for a ip not in your subnet the only place it can be sent it out the gateway with the hope of resolution.

You would review your routers manual for the route add feature and how to configure it.
 

· Registered
Joined
·
43 Posts
Discussion Starter · #7 ·
Well i gave the router a route through the command ip route etc''. So shouldn't it know now where to go very confusing I do know that one of the networks is subnetted maybe my problem is there not sure.
 

· Registered
Joined
·
12 Posts
You will need to create static routes between both routers in order to be able to reach the PC's on each network.

Router A (some or all may be required. Examples taken from Netgear router):
Destination IP: Entire Network B (192.168.2.0)
Subnet: Network B Subnet (255.255.255.0)
Gateway: WAN IP of Network B (Example: 192.168.1.5)
Interface: LAN
Metric: 2

Router B (some or all may be required. Examples taken from Netgear router):
Destination IP: Entire Network A (192.168.1.0)
Subnet: Network A Subnet (255.255.255.0)
Gateway: LAN IP of Network A (Example: 192.168.1.1)
Interface: Broadband (WAN Port)
Metric: 2

Try this and you should be able to get through.
 

· TSF Enthusiast
Joined
·
907 Posts
Take it a step at a time.

Try an establish connection between the two routers first. Once you think you have try pinging Router 2 from Router 1. Until this works you cannot proceed.

Maz
 
1 - 17 of 17 Posts
Status
Not open for further replies.
Top