edvallie Rated XXX

|
Posted: Sat, 17 Sep 2005 21:07:04 Post Subject: |
|
|
In router(config) should this set it up nicely:
Code: |
#ip nat pool [name] 0.0.0.0 255.255.255.255
#access-list 4 permit any
#ip nat inside source list 4 pool [name]
#interface FastEthernet 0/0
#ip nat inside
#exit
#interface FastEthernet 0/1
#ip nat outside
#exit
|
Pretty much taken directly from my CCNA4 curriculum, with a few settings thrown in for loose security. |
|