Last active
September 17, 2019 18:33
-
-
Save afaqk9394/d1bf20fa6fc8d38fb47556b03d543bf3 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 pool dynamic-ip 100.0.16.1 100.0.16.6 prefix-length 29 | |
| Router(config)#ip access-list standard client-list | |
| Router(config-std-nacl)#permit 172.18.0.0 0.0.0.15 | |
| Router(config)#ip nat inside source list client-list pool dynamic-ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment