Thanks for the response! I think I've understood you correctly - I've
subsituted another number in the last octet only of the dhcp assigned
address i.e. not the address I'm currently leasing but nonetheless one
that could potentially be leased by the server - I've plumped for .200
dummy(config)#ip nat inside source static 192.168.0.2 10.0.0.200
dummy(config)#
20:49:17: %IPNAT-6-NAT_CREATED: Created ? 192.168.0.2:0 10.0.0.200:0
0.0.0.0:0
0.0.0.0:0
20:49:17: ipnat_add_static_cfg: id 1, flag 6
20:49:17: id 1, flags 0, domain 0, lookup 0, from_addr C0A80004,
from_mask FFFFFFFF, from_port 0, to_addr 50053DC8, to_port 0
to_mask FFF
FFFFF, proto 0
dummy#debug ip nat
IP NAT debugging is on
dummy#debug ip icmp
ICMP packet debugging is on
dummy#terminal monitor
% Console already monitors
dummy#ping 80.5.61.160
Type escape se
NAT: s=10.0.0.1, d=10.0.0.200->192.168.0.2 [140]
ICMP: echo reply rcvd, src 192.168.0.4, dst 80.5.61.142quence to
abort.
Sending 5, 100-byte ICMP Echos to 80.5.61.160, timeout is 2 seconds:
.
NAT: s=10.0.0.1, d=10.0.0.200->192.168.0.2 [141]
ICMP: echo reply rcvd, src 192.168.0.2, dst 10.0.0.1.
NAT: s=10.0.0.1, d=10.0.0.200->192.168.0.2 [142]
ICMP: echo reply rcvd, src 192.168.0.2, dst 10.0.0.1.
NAT: s=10.0.0.1, d=10.0.0.200->192.168.0.2 [143]
ICMP: echo reply rcvd, src 192.168.0.2, dst 10.0.0.1.
NAT: s=10.0.0.1, d=10.0.0.200->192.168.0.2 [144]
ICMP: echo reply rcvd, src 192.168.0.2, dst 10.0.0.1.
Success rate is 0 percent (0/5)
Pinging 10.0.0.200 at the command line on host 192.168.0.2 is
successful with the following ICMP debug messages only appearing on
console of router:
ICMP: echo reply sent, src 10.0.0.200, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.200, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.200, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.200, dst 192.168.0.2
and if the host pings dhcp assigned address 10.0.0.1:
ICMP: echo reply sent, src 10.0.0.1, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.1, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.1, dst 192.168.0.2
ICMP: echo reply sent, src 10.0.0.1, dst 192.168.0.2
-----------------------------
Simon
> Trying chaging your nat list to a destination IP not is use via the DHCP
> server on E0 (for example 10.0.0.200)
> ip nat inside source static 192.168.0.2 10.0.0.200
> also can you attach the screen output for debug ip nat once you ping (you
> may have to turn on terminal monitor to see the output)
> > Warning newbie question. I have a 1720 with static nat setup (i
> > think!) between the internet and a single host.
> > From the router I can ping single host 192.168.0.2 and any internet
> > address; from the single host i can only ping as far as the dhcp
> > assigned address 10.0.0.1 (eth0), but no further.
> > I figured I'd start with a simple configuration before setting up
> > dynamic nat and access lists thinking this would be straightforward
> > :). I'm guessing I'm nearly there but am totally stumped and would
> > really appreciate any advice.
> > Run conf:
> > !
> > version 12.3
> > service timestamps debug uptime
> > service timestamps log uptime
> > no service password-encryption
> > no service dhcp
> > !
> > hostname newbie
> > !
> > boot-start-marker
> > boot-end-marker
> > !
> > enable secret XXXXXXXX
> > enable password XXXXXXX
> > !
> > memory-size iomem 25
> > no aaa new-model
> > ip subnet-zero
> > no ip routing
> > !
> > !
> > ip name-server 194.168.4.100
> > ip name-server 194.168.8.100
> > !
> > no ip cef
> > !
> > !
> > !
> > !
> > interface Ethernet0
> > mac-address 0001.03d6.f16a
> > ip address dhcp
> > ip nat outside
> > no ip route-cache
> > full-duplex
> > !
> > interface Ethernet1
> > no ip address
> > no ip route-cache
> > shutdown
> > half-duplex
> > !
> > interface FastEthernet0
> > ip address 192.168.0.1 255.255.255.0
> > ip nat inside
> > no ip route-cache
> > speed auto
> > full-duplex
> > !
> > ip nat log translations syslog
> > ip nat inside source static 192.168.0.2 interface Ethernet0
> > ip classless
> > no ip http server
> > !
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> > password XXXXX
> > login
> > !
> > !
> > end
> > sh ip nat translation:
> > Pro Inside global Inside local Outside local Outside
> > global
> > --- 10.0.0.1 192.168.0.2 --- ---