This is an old revision of the document!


Table of Contents

Example

  ip nat inside source static tcp 172.16.1.1 22 192.168.1.100 22 extendable

Debug

show ip nat translations

debug ip nat detailed
! Don't forget to term mon
term mon

Pres port mapy

ip access-list extended PortForward-ACL
permit udp host [PrivateIP] any eq 53
permit tcp host [PrivateIP] any range 80 81
!
route-map PortForward-RM permit 10
match ip address PortForward-ACL
!
ip nat inside source static [PrivateIP] [PublicIP] route-map PortForward-RM

Links:

 
cisco/port_forward.1406085732.txt.gz · Last modified: 2014/07/23 05:22 by admin