IP NAT pool range
Posted
by hfranco
on Server Fault
See other posts from Server Fault
or by hfranco
Published on 2010-04-22T23:25:30Z
Indexed on
2010/04/22
23:34 UTC
Read the original article
Hit count: 267
When is it necessary to setup a pool of more than one address?
So if I have this ip pool range:
ip nat pool demo 72.32.11.65 72.32.11.66 netmask 255.255.255.252
What's the difference if I just have one address?
ip nat pool demo 72.32.11.65 72.32.11.65 netmask 255.255.255.252
© Server Fault or respective owner