cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4556
Views
5
Helpful
16
Replies

I can't connect to server

i can't connect to server from any device other than router3 which is in the same network. What did I do wrong.
password to everything is: "cisco"

16 Replies 16

Hello

For static routing you need to make sure that every rtr has knowledge on how to reach all the other routers and the network residing behind those routers, and lastly you need to make sure the host pcs have the correct addressing appiled (ip address, subnet mask and default-gateway of their respective router)

Example:
rtr0
ip route 0.0.0.0 0.0.0.0 10.1.0.1 < next-hop is rtr1

rtr3
ip route 0.0.0.0 0.0.0.0 10.1.23.2 < next-hop is rtr2


rtr1
ip route 10.0.0.0.x 255.255.255.0 10.1.0.2  <next-hop rtr0 for switch 0
ip route 10.2.2.0.x 255.255.255.0 10.1.12.2  <next-hop rtr2 for switch 2
ip route 10.1.23.0.x 255.255.255.0 10.1.12.2 <next-hop rtr2 for rtr3
ip route 10.1.3.0.x 255.255.255.0 10.1.12.2  <next-hop rtr2 to switch 3

rtr2
ip route 10.1.3.0.x 255.255.255.0 10.1.23.3  <next-hop rtr3 for switch 3
ip route 10.1.1.0.x 255.255.255.0 10.1.12.1  <next-hop rtr1 for switch 1
ip route 10.1.0.0.x 255.255.255.0 10.1.12.1  <next-hop rtr1 for rtr0
ip route 10.2.2.0.x 255.255.255.0 10.1.12.1  <next-hop rtr1 for switch 0


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thanks to everyone else willing to sacrifice some time for me aswell. :)

Review Cisco Networking for a $25 gift card