Cisco Systems cannot ping from subnet A to subnet B for a specific host

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
cannot ping from subnet A to subnet B for a specific host soup_or_power 08-03-06
Posted by on August 3, 2006, 1:58 pm
Please log in for more thread options
Hi
I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa.
The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the
gateway is 192.168.11.253

Here is the router config


Using 1165 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Corp-WAN
!
enable secret 5 $1$Hfy0$HVtYn6SGr01RgJHPW33ZG.
enable password 7 025701431B030C355946061400
!
ip subnet-zero
ip name-server 141.155.0.68
!
!
!
!
interface FastEthernet0/0
ip address 192.168.11.253 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface Serial0/0
ip address 192.168.254.1 255.255.255.0
no ip directed-broadcast
shutdown
!
interface FastEthernet0/1
ip address 192.168.5.2 255.255.255.0
no ip directed-broadcast
ip nat outside
!
ip nat inside source list 2 interface FastEthernet0/1 overload
ip nat inside source static 192.168.11.63 192.168.5.63
ip nat inside source static 192.168.11.13 192.168.5.13
ip nat inside source static 192.168.11.61 192.168.5.61
ip nat inside source static 192.168.11.58 192.168.5.58
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.5.1
no ip http server
!
access-list 2 permit 192.168.11.0 0.0.0.255
!
line con 0
password 7 0055161E145E08121A2943430C
login
transport input none
line aux 0
line vty 0 4
password 7 0055161E145E08121A2943430C
login
!
no scheduler allocate
end


I'd appreciate if you can kindly explain to me the router config.


Thanks


Posted by on August 3, 2006, 2:32 pm
Please log in for more thread options
This seems like a tough situation as I don't see any replies. BTW, the
ip 192.168.5.1 belongs to a PIX firewall.
soup_or_power@yahoo.com wrote:
> Hi
> I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa.
> The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the
> gateway is 192.168.11.253
>
> Here is the router config
>
>
> Using 1165 out of 29688 bytes
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname Corp-WAN
> !
> enable secret 5 $1$Hfy0$HVtYn6SGr01RgJHPW33ZG.
> enable password 7 025701431B030C355946061400
> !
> ip subnet-zero
> ip name-server 141.155.0.68
> !
> !
> !
> !
> interface FastEthernet0/0
> ip address 192.168.11.253 255.255.255.0
> no ip directed-broadcast
> ip nat inside
> !
> interface Serial0/0
> ip address 192.168.254.1 255.255.255.0
> no ip directed-broadcast
> shutdown
> !
> interface FastEthernet0/1
> ip address 192.168.5.2 255.255.255.0
> no ip directed-broadcast
> ip nat outside
> !
> ip nat inside source list 2 interface FastEthernet0/1 overload
> ip nat inside source static 192.168.11.63 192.168.5.63
> ip nat inside source static 192.168.11.13 192.168.5.13
> ip nat inside source static 192.168.11.61 192.168.5.61
> ip nat inside source static 192.168.11.58 192.168.5.58
> ip classless
> ip route 0.0.0.0 0.0.0.0 192.168.5.1
> no ip http server
> !
> access-list 2 permit 192.168.11.0 0.0.0.255
> !
> line con 0
> password 7 0055161E145E08121A2943430C
> login
> transport input none
> line aux 0
> line vty 0 4
> password 7 0055161E145E08121A2943430C
> login
> !
> no scheduler allocate
> end
>
>
> I'd appreciate if you can kindly explain to me the router config.
>
>
> Thanks


Posted by AM on August 3, 2006, 2:53 pm
Please log in for more thread options
soup_or_power@yahoo.com wrote:

> Hi
> I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa.
> The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the
> gateway is 192.168.11.253
>
> Here is the router config

>
> I'd appreciate if you can kindly explain to me the router config.
>


From my point of view there is nothing strange...

Alex.

Posted by AM on August 3, 2006, 2:55 pm
Please log in for more thread options
soup_or_power@yahoo.com wrote:

> Hi
> I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa.
> The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the
> gateway is 192.168.11.253
>
> Here is the router config

>
> I'd appreciate if you can kindly explain to me the router config.
>


From my point of view there is nothing strange...
Try to enable "deb ip nat" and see if the router do the NAT.
Be aware that such a debugging might overload the router depending on how much
traffic you have

Alex.

Posted by on August 3, 2006, 3:08 pm
Please log in for more thread options

AM wrote:
> soup_or_power@yahoo.com wrote:
>
> > Hi
> > I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa.
> > The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the
> > gateway is 192.168.11.253
> >
> > Here is the router config
>
> >
> > I'd appreciate if you can kindly explain to me the router config.
> >
>
>
> From my point of view there is nothing strange...
> Try to enable "deb ip nat" and see if the router do the NAT.
> Be aware that such a debugging might overload the router depending on how much
traffic you have
>
> Alex.

Hi Alex
How do I see the output of the command "deb ip nat"?

Thanks


Similar ThreadsPosted
cannot ping from subnet A to subnet B for a specific host August 3, 2006, 1:58 pm
Add a private subnet to existing real class C subnet January 11, 2007, 2:58 pm
PIX to PIX: new subnet cannot ping to other side June 29, 2006, 4:58 am
Cisco 1812 subnet to subnet NAT September 3, 2007, 5:42 am
Forwarding traffic originating from a specific Internet host October 11, 2006, 8:49 am
vpn client to access some specific external host thru the vpn connection June 16, 2008, 10:44 am
Best way to subnet a /24...... January 12, 2007, 6:53 pm
when should i turn off ip subnet-zero ? August 2, 2006, 12:13 pm
subnet calculation February 3, 2007, 12:22 pm
ID a DSL user through subnet data? February 11, 2005, 9:34 pm
Cisco VPN and internal subnet July 25, 2005, 6:14 pm
IP and subnet for outside interface of the PIX firewall August 10, 2005, 10:32 am
ACL problem - allow subnet - block all else September 7, 2005, 10:23 am
OK for Default Gateway to be in Different Subnet? September 20, 2005, 10:31 am
Is this even possible? (Excluding Subnet from Global NAT) October 11, 2005, 9:28 pm
Residential Cabling Guide

Home Cabling Guide

Finally, an instantly downloadable book that saves you thousands in home improvement dollars! Enjoy living in 21st century technology-advanced home while increasing its selling value and competitive advantage on the real estate market. Whether your cabling is for home office or high-tech leisure, you can wire your home yourself or learn "wirish" to speak with your cabling contractors in their language!

Learn More