Options

NAT configuration

tylertyler Member Posts: 4 ■□□□□□□□□□
Hi,

How do you configure NAT on a router when you have for example 25 hosts on LAN and only 6 public IP addresses? All 25 hosts should have access to internet at the same time and all public IP addresses should be used.

I thought a dynamic NAT pool with overload would do the job?

ip nat pool test <start address> <end address> netmask <mask>
ip nat inside source list 1 pool test overload

access-list 1 permit <LAN host range>

Right?

Comments

Sign In or Register to comment.