Currently we use the following overload statement to NAT all inside hosts to the global address of the Fa0/0 interface:
This works fine, but I want to do the same thing basically, except that I want the single global address to be something other than the interface address. I've tried creating a pool with one address in it, but I'm getting NAT debug errors when I use it..
Any insight would be appreciated.
Code:
ip nat inside source list 110 interface FastEthernet0/0 overload
This works fine, but I want to do the same thing basically, except that I want the single global address to be something other than the interface address. I've tried creating a pool with one address in it, but I'm getting NAT debug errors when I use it..
Any insight would be appreciated.