Created
September 17, 2019 18:35
-
-
Save afaqk9394/f85dbd2a746d9f54d58a8fcf9b862210 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 access-list standard client-list | |
| Router(config-std-nacl)#permit 172.18.0.0 0.0.0.255 | |
| Router(config)#ip nat inside source list client-list interface fastethernet0/1 overload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment