Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting up PAT on a 2600 router

Status
Not open for further replies.

gman10

Technical User
Jul 20, 2001
451
US
HI guys-

CAn someone whos used a Cisco 2600 help me setup a typical (and I use that term loosely) PAT statements on this particular router? I can do it on a PIX box using the proper global commands but I've never done it on a 2600 router.. I appreciate any info you can provide.


Thanks

gman[morning]
 
interface <outside interface>
ip nat outside
!
interface FastEthernet0
ip nat inside
!
ip nat inside source list 5 interface <outside interface> overload
!
access-list 5 permit 192.168.10.0 0.0.0.255
!

Anything permitted by access list 5 (your LAN) will be NATed to the IP address of the outide interface (like global (outside) 1 interface).

Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top