Port Fowarding on Cisco IOS

a) We have a webserver on port 80 and we wish to forward port 80 from outside back to internal

ip nat inside source static tcp 10.108.1.6 80 interface Dialer1 80

b) A torrent type port forward:

ip nat inside source static tcp 10.108.1.1 61437 interface Dialer1 61437

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.