When your hosts receives the ping, it will try to send a reply back to
destination network 10.2.2.0.  The Hosts are connected on a 192.168.1.0
network.  Your host should recognize that the destination network 10.2.2.0
is not on its local ethernet segment so it will forward the ping reply to
its default gateway(the hosts default gateway).  The host's default gateway
should be 192.168.1.33.  Make sure that your hosts have this default
gateway(192.168.1.33) configured correctly.  Let me know if this was the
problem
""Richard Wilson""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> I know Im doing something completely stupid here so
> please be kind.
>
> Master and Oldie are linked via S0 (10.2.2.0/24).
> 192.168.1.0/24 is a network on e0
> Im trying to use static routes as you can see.  No
> routing protocols are running.
> From Oldie, I can ping the Ethernet interface
> (192.168.1.33) but I cant ping a host out on the
> 192.168.1.0 network.  What is wrong?
>
>
> Current configuration:
> !
> version 11.0
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Oldie
> !
> !
> partition flash 2 8 8
> !
> !
> interface Serial0
>  ip address 10.2.2.2 255.255.255.0
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> interface TokenRing0
>  no ip address
>  shutdown
> !
> ip route 192.168.1.0 255.255.255.0 10.2.2.1
> !
> !
> line con 0
> line aux 0
>  transport input all
> line vty 0 4
>  login
> !
> end
>
> Oldie#
>
> Current configuration:
> !
> version 11.2
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname Master
> !
> enable secret 5 $1$R9bp$WOhi9Vc5vjX9rqoRVd/zY.
> !
> no ip domain-lookup
> ip host internet 2003 10.1.1.1
> ip host netguy 2002 10.1.1.1
> ip host oldie 2001 10.1.1.1
> !
> interface Loopback0
>  ip address 10.1.1.1 255.255.255.0
> !
> interface Ethernet0
>  ip address 192.168.1.33 255.255.255.0
> !
> interface Serial0
>  ip address 10.2.2.1 255.255.255.0
>  clockrate 56000
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> ip default-network 192.168.1.0
> !
> line con 0
> line 1 8
>  no exec
>  transport input all
> line 9 16
> line aux 0
> line vty 0 4
>  password cisco
>  login
> !
> end
>
> Master#
>
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=29374&t=29372
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to