|
Question : Cisco 1720 - Static one to one NAT howto please
|
|
I have a local lan on a Cisco 1720 and also wireless clients. One client now needs a static IP which I can give him from my pool - how do I input a static translation for a public IP to a private one for all traffic, not port by port?
Thanks
|
Answer : Cisco 1720 - Static one to one NAT howto please
|
|
Here is an example of the way I have mine setup in my 2600
router rip network 137.168.0.0 ! ip nat pool xxxnet 1xx.168.1xx.100 1xx.168.138.1xx netmask 255.255.255.0 ip nat inside source list 1 pool xxxnet overload ip nat inside source static 10.1.3.9 1xx.168.138.2xx ip nat inside source static 10.1.115.3 1xx.168.138.1xx ip nat inside source static 10.1.115.2 1xx.168.138.1xx ip nat inside source static 10.1.115.1 1xx.168.138.1xx ip nat inside source static 10.1.3.14 1xx.168.138.2xx ip classless
Best Regards
Engellan
|
|
|