Last active
September 17, 2019 18:31
-
-
Save afaqk9394/67ea1e054ecd8e83fd3bf2c87e1a4420 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 172.18.0.5 100.18.0.5 | |
| Router#sh ip nat translations | |
| Pro Inside global Inside local Outside local Outside global | |
| -- 100.18.0.5 172.18.0.5 --- --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment