Hi I am trying to configure NAT on a 3900 router but I am getting errors. config & the errors are listed below Could anyone please help me identify the problem ? kind regards Message was edited by: Keith Newbould Int Gi0/0 Ip address 10.245.10.186 255.255.255.252 Ip nat outside ! Int Gi0/2 Ip address 192.168.1.1 255.255.255.0 Ip nat inside ! Access-list 151 permit tcp host 192.168.181.41 host 10.49.1.51 eq 25 Access-list 151 permit tcp host 192.168.182.41 host 10.49.1.51 eq 25 ! Ip nat pool 151 10.49.5.51 10.49.5.51 netmask 255.255.255.252 overload ! Ip nat inside source list 151 pool 151 ! Ip route 192.168.181.0 255.255.255.0 192.168.1.254 ! Router# The error I get is as follows: *Jul 21 10:50:43.964: NAT: failed to allocate address for 192.168.181.41, list/map 151 *Jul 21 10:50:43.964: mapping pointer available mapping:0 *Jul 21 10:50:43.964: NAT*: Can't create new inside entry - forced_punt_flags: 0 *Jul 21 10:50:43.964: NAT: failed to allocate address for 192.168.181.41, list/map 151 *Jul 21 10:50:43.964: mapping pointer available mapping:0 *Jul 21 10:50:43.964: NAT: translation failed (A), dropping packet s=192.168.181.41 d=10.49.1.51
... View more