Difference between revisions of "Cisco - IOS Port Forwarding"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: <pre> ip nat inside source static udp 192.168.1.10 5631 203.91.89.133 5631 extendable ip nat inside source static udp 192.168.1.10 5632 203.91.89.133 5632 extendable ip nat inside source s...)
 
 
Line 12: Line 12:


[[Category:Cisco]]
[[Category:Cisco]]
[[Category:IOS]]
[[Category:Cisco IOS]]

Latest revision as of 11:34, 21 February 2015

ip nat inside source static udp 192.168.1.10 5631 203.91.89.133 5631 extendable
ip nat inside source static udp 192.168.1.10 5632 203.91.89.133 5632 extendable
ip nat inside source static tcp 192.168.1.10 5900 203.91.89.133 5901 extendable
ip nat inside source static tcp 192.168.1.20 5900 203.91.89.133 5900 extendable
ip nat inside source static tcp 192.168.1.20 22 203.91.89.133 22 extendable
ip nat inside source static tcp 192.168.1.10 2222 203.91.89.133 2222 extendable
ip nat inside source static tcp 192.168.1.10 6129 203.91.89.133 6129 extendable
ip nat inside source static tcp 192.168.1.20 22 203.91.89.133 2220 extendable
ip nat inside source static tcp 192.168.1.10 22 203.91.89.133 2210 extendable