[c-nsp] console nat?
Janet Sullivan
ciscogeek at bgp4.net
Sun Jul 10 18:14:59 EDT 2005
Thanks go to Michel Py for giving me the following example, which does
exactly what I want:
int e0
ip add 192.168.23.200 255.255.255.0
ip nat outside
int lo0
ip add 192.168.24.200 255.255.255.0
ip nat inside
ip nat inside source static tcp 192.168.24.200 2001 192.168.23.201 23
ip nat inside source static tcp 192.168.24.200 2002 192.168.23.202 23
..
ip nat inside source static tcp 192.168.24.200 2016 192.168.23.216 23
More information about the cisco-nsp
mailing list