Created
September 17, 2019 18:34
-
-
Save afaqk9394/3015713c00aa6238ff94c27c29f3d3b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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