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

Cisco 1605 Series for internet access

Status
Not open for further replies.

paul123456

Technical User
Joined
Apr 29, 2002
Messages
518
Location
US
Hi im trying to set up this router for internet access but its not working...can someone help plz.

I've tested the modem....it works fine and i can connect to the internet. here is my layout

modem is going to ethernet0 (straight through cable)
crossover cable from ethernet1 to pc.

my router configuration is as follows

interface ethernet0
no cdp enable
ip nat outside
no shut

interface ethernet1
ip address 10.0.0.1 255.255.255.0
ip nat inside
no shut

access-list 1 permit 10.0.0.0 0.0.0.255
ip nat inside source list 1 interface ethernet0 overload

now on ethernet0 isn't there a way i can enable it for a dhcp cleint? i tried "ip address dhcp" but it doesn't work.

i have configured my pc with a static ip of 10.0.0.2 with DG of 10.0.0.1 and dns to 10.0.0.1. i can ping the router but cannot get passed the gateway..can someone plz explain what im miss configured??


Thanks, PAUL

 
You are trying to translate your internal network 10 using the Ethernet0 as a pseudo poll but, Ethernet0 has no ip address configured. There is nothing like a "ip address dhcp" for the router. You must configure the IP address manually.
Everything else looks fine.
 
So if i have a dynamic ip address assigned by my isp i won't be able to make this work? I guess i can call them and see if they offer static ip addresses with my package. thnx for the reply

Thanks, PAUL

 
Hi Paul123456,
I apologize for my wrong answer. Fortunatelly I was corrected by Degg. Thanks Degg!
 
I C...i been looking in the cisco website but couldn't find the 12.1T or 12.2T IOS. I have 12.0 as of now...can someone tell me were i can find the IOS file for upgrading? DO i have to order it? or can i download it

Thanks, PAUL

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top