IP NAT pool range
- by hfranco
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