cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
2
Replies

can ping router but not workstations

admin_2
Level 3
Level 3

I have recently been given the task of installing 1600 routers between two locations. After the quick start wizard failed to detect our leased line, I have set the routers up using a recommended procedure from cisco as follows

hostname oelwein!

enable secret cisco

!

ip subnet-zero

no ip domain-lookup

!

interface Ethernet0

ip address 192.168.0.254 255.255.255.0

interface Serial0

description Leased Line to Boston

ip unnumbered Ethernet0

encapsulation ppp

router rip

version 2

network 192.168.0.0

no auto-summary

!

ip http server

ip classless

!

line con 0

password console

login

line aux 0 <*>

line vty 0 4

password telnet

login <*>

!

end <*>

The other end is the same except for the ip address of 192.0.0.221 and network 192.0.0.0

I get both interfaces up-up and can ping the other router and also our dsl router at 192.0.0.167. I can't ping any workstations in the 192.0.0.0 network from the 192.168.0.0 network the packets come back unreachable.

Do I have to set up some default routes? I thought the purpose of the routers were to discover these routes and pass them to each other.

Darin

2 Replies 2

rsissons
Level 5
Level 5

You should not need to put in static routes if you are running a routing protocol.

Do a 'show ip route' and see if you see a route to the network you are trying to ping. If not, then you are not exchanging routing updates for some reason.

stakach
Level 1
Level 1

Are the gateway addresses set up ok in the pc's?