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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring a cisco 2800 series router

Status
Not open for further replies.

Austin2811

IS-IT--Management
Apr 9, 2010
3
NG
Hello,

I have a cisco 2800 seies router with two fastethernet ports.

I have connected :

1. Fe0/0 with a private IP 10.120.1.1
2. Fe0/1 with a 78.138.26.140 from my ISP

I want to browse the internet thru my private IP.

Can anyone help me out
 
router>en
router#conf t
router(config)#int fa0/0
router(config-if)#ip nat inside
router(config-if)#int fa0/1
router(config-if)#ip nat outside
router(config-if)#exit
router(config)#access-list 101 permit ip 10.120.1.0 0.0.0.255 any
router(config)#ip router 0.0.0.0 0.0.0.0 (whatever next hop ip address is)
router(config)#route-map NAT permit 10
router(config-route-map)#match ip address 101
router(config-route-map)#exit
router(config)#ip nat inside source route-map NAT int fa0/1 overload
router(config)#end
router#wr

/



tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top