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

NAT With Cisco 2514

Status
Not open for further replies.

carbon64

Technical User
Oct 9, 2003
7
US
I am trying to set up a NAT with a cisco 2514 router and sprint broadband. I have read many of the exapmle posts on this site in addition to some books I have purchased but I still can not seem to get an internet connection to my inside LAN.

I have my Sprint Modem (Internet) connected to ethhernet1 and my local network connected to ethernet0. I can ping both the Ip addresses to ethernet1 and ethernet0. My router config is as follows:

interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.4 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface Ethern
description connected to Internet
ip address 24.221.136.17 255.255.255.0
no ip directed-broadcast
ip nat outside
!
!
router rip
version 2
passive-interface Ethernet1
network 192.168.0.0
no auto-summary
!
ip nat inside source list 1 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
!
access-list 1 permit 192.168.0.0 0.0.0.255

The test PC's Ip address is 192.168.0.5
Subnet mask is 255.255.255.0
I put the gateway pointing to 192.168.0.4 (Eth0)

Anyone have any suggestions?



 
Hi.. it seems like we are doing exactly the same thing. Im using a 1605 router though. Hear is the link thread557-684044 adding this comment:
access-list 1 remark used for nat

I noticed you are using RIP ver 2. Do you need that statement for the internal LAN to get out?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top