cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
6
Replies

NAT overload problem

garnier.1972
Level 1
Level 1

Hello,

I want to Translate all my internal addresses on my WAN cisco's address.

I have followed NAT overload configuration sample in Cisco documentation, but that doesn't work.

No translations are perfomed for my internal adresses.

Could you help me ?

6 Replies 6

jonathanaxford
Level 3
Level 3

Hello there,

It looks like you need to add the IP nat outside and IP nat inside commands to the relevant interfaces...

interface vlan 1

ip nat inside

interface fa0/4

ip nat outside

Give that a try and see what happens...

Cheers

JOnathan

I've added this two statements on my conf (shame on me) but that's doesn't work too.

I've performed a "clear IP nat translation *" an restart a ping from my internal network to a WAN address but that's doesn't work.

I've attached new conf.

Your config should work but try this as well:

ip nat pool test 192.168.2.8 192.168.2.8 netmask 255.255.0.0

no ip nat inside source list 100 interface FastEthernet4 overload

ip nat inside source list 100 pool test overload

regards,

That doesn't work too

But with "no ip cef" in configuration that's work (eiter with interface overload or pool overload) !!!

Why ?

lejoe.thomas
Level 3
Level 3

Hi Garnier,

Please add the following

You need specify nat inside and nat outside interfaces.

int fastethernet4

ip nat outside

int vlan1

ip nat inside

HTH

Lejoe

armingojak
Level 1
Level 1

try put "ip nat outside" on WAN interface, and "ip nat inside" on LAN interface...

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