Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created September 17, 2019 18:34
Show Gist options
  • Select an option

  • Save afaqk9394/3015713c00aa6238ff94c27c29f3d3b8 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/3015713c00aa6238ff94c27c29f3d3b8 to your computer and use it in GitHub Desktop.
Router(config)#interface fa0/0
Router(config-if)#ip nat inside
Router(config)#interface fa0/1
Router(config-if)#ip nat outside
Router(config)#ip nat inside source static tcp 172.17.0.5 80 88.88.88.88 80
Router(config)#ip nat inside source static tcp 172.17.0.6 22 88.88.88.88 666
Router#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
tcp 88.88.88.88:80 172.18.0.5:80 --- ---
tcp 88.88.88.88:666 172.18.0.6:22 --- ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment