cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
0
Helpful
1
Replies

NAT Problem

smavashev
Level 1
Level 1

Layer 3 SVI (192.168.20.1 255.255.255.0)

Default Router 192.168.20.1

Subnet 10.1.1.0 255.255.255.252 connecting 2801 router to 3550 with ip helper address under SVI

Eigrp is implemented sh ip route. shows routes connecting from SVI to outside public subnet.

NAT

access-list 100 ip permit 192.168.20.0 255.255.255

ip nat inside source list 100 interface fa0/1 overload

The dhcp shows pc host bindings, however router interface are not natting between the SVI and outside. (public IP) at all. What am I forgetting !

Sent from Cisco Technical Support iPhone App

1 Reply 1

Ton V Engelen
Level 3
Level 3

Hi,

did you have ip nat inside and ip nat enable configured on the SVI, and also ip nat outside and ip nat enable on the outside interface? 

Just asking, because there is little config in your post.

here s n example:

! INSIDE INTERFACE

interface Vlan1

ip adress a.b.c.1 255.255.255.0

ip nat inside

ip nat enable

! OUTSIDE INTERFACE

interface Vlan3
ip address x.y.z.1 255.255.255.0

ip nat outside
ip nat enable

ip nat pool POOL x.y.z.2 x.y.z.2 netmask 255.255.255.0

ip nat inside source list 10 pool POOL overload

access-list 10 permit a.b.c.0 0.0.0.255

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card