Re: cannot ping from subnet A to subnet B for a specific host



It appears that whoever set up the router config wanted only one-way
initialized communication between the .11 and the .5 networks. The router's
interface on the 192.168.11.0 network is configured as a source NAT
Interface, and the Interface on the .5 network as the destination NAT
interface. Hosts 192.168.11.13, 58, 61 & 63 are statically mapped to the
same Host ID on the 192.168.5.0 network for some reason. With NAT,
connections have to be initiated from the source side. This appears to be a
Cisco configuration so I'm not sure whether the router will route packets
directly between interfaces that have been configured for NAT, but it
doesn't seem likely. Check the default gateway on the 192.168.11.65 computer
and see if it points to .1 If so, pointing it to .253 should fix it. Beyond
that, more info on the network would be required. Google for "Cisco NAT
configuration example" or "Cisco NAT tutorial" and see if you can get the
specifics.

....kurt


<soup_or_power@xxxxxxxxx> wrote in message
news:1154623898.483722.218250@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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



.



Relevant Pages

  • Re: Trying to connet to Telia(Skanova) ADSL provider in Sweden with 837
    ... >>These Cisco 837 Config Wizards may or may not help you: ... > interface ATM0 ... > ip nat outside ... > bridge 1 protocol ieee ...
    (comp.dcom.sys.cisco)
  • RE: NAT and PPPoE problems
    ... About the only differences I see in your config vs. mine is that you've ... ed1 interface in rc.conf. ... connection, use ppp's NAT facility ... No employee or agent is authorized to conclude any binding agreement on behalf of Watkins Contracting, L.P., with another ...
    (freebsd-questions)
  • Re: new install watchguard
    ... >> need the management interface. ... >> You could also leave the CISCO and router in place and set the FB up on ... > INTERNAL Network IPs. ... > The router is using NAT, when setting up the FB do I turn off NAT? ...
    (comp.security.firewalls)
  • RE: Problems getting 2 NICs to work.
    ... > Below are the contents of the config files. ... The physical network in this case has nothing to do ... Running both class C's on the same interface is likewise not optimal, ... Gateway statements define default routes. ...
    (Fedora)
  • Re: Workstations Cannot Access Internet, Server Can
    ... workstations directly and remove the multihomed config on the server. ... If it worked until you replaced the NIC, then at that time you had NAT ... NIC as an NAT enabled interface. ...
    (microsoft.public.windows.server.dns)