cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
443
Views
0
Helpful
2
Replies

NAT

saidfrh
Level 1
Level 1

Hi,

To translate 100 private IP addresses in a "one-to-one" with a pool of public IP addresses, does that require 100 public addresses?

Thanks.

Said

2 Replies 2

spremkumar
Level 9
Level 9

Hi said

It depends on how much public ip address you have and the kinda service your are going to host in your location.

You can configure natting based on port numbers using one public ip and natting its ports to different inside ip address ports numbers in which you host your services (like web,mail etc.,).

If you have 100 public ips then you can define a dynamic pool and configure your local inside lan network to make use of the public ip address to go out to reach the outside world.

you can even manage with less no of public ip address and create a dynamic pool and allow your inside network to make use of the public ips based on the availability of the ipz in the pool.

Also if you got to have only one public then simple PAT(overload) will do the rest for you to serve/translate those 100 private ip addresses.

regds

Thanks. Are ports in nating a layer 4/transport layer feature?