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

help with an 806 router

Status
Not open for further replies.

jerdog

Technical User
Aug 5, 2002
5
US
I need a little help here. I have an 806 cisco router. I am connected to a cable modem, but I can't get to the internet from my computer when I'm going through my router. I can get to the internet when the modem is connected to my computer though. I can ping my gateway from my router to the modem, I can ping from my pc to my ethernet port that getting the dhcp address dished out to it, but cant ping the gateway to the modem from my computer. here is my config if anyone has any answers that would be great.
sh run
00:57:27: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...

Current configuration : 1049 bytes
!
version 12.2
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname jeremy
!
logging rate-limit console 10 except errors
enable secret 5 $1$IdsQ$gXjsEFksiZbpqOr4SpTdN1
!
ip subnet-zero
no ip domain-lookup
ip domain-name roc.mn.charter.com
ip dhcp excluded-address 10.10.10.1 10.10.10.5
!
ip dhcp pool 10-net
import all
network 10.10.10.0 255.255.255.0
--More--   dns-server 206.147.20.2
netbios-name-server 206.147.20.2
default-router 10.10.10.1
!
ip dhcp pool 10=net
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
pppoe enable
hold-queue 32 in
!
interface Ethernet1
ip address dhcp
ip nat outside
pppoe enable
!
router rip
--More--   network 10.0.0.0
network 66.0.0.0
!
ip classless
ip http server
!
!
ip access-list standard permit
permit any
!
line con 0
transport input none
stopbits 1
line vty 0 4
login
!
scheduler max-task-time 5000
end

 
Add these things:

access-list 102 permit ip 10.10.10.0 0.0.0.255 any
ip nat inside source list 102 interface Ethernet1 overload

Is there just one pc connecting to this router to go to the internet? If so, then you can remove that router rip entry.
 
I tried that, and it didn't work. the only other thing that I can think of is that somehow the cable company is blocking something such as dhcp. but I would think that if they were blocking that, I wouldn't even be able to get an address at all from them.
 
Hiya jerdog,

I work for a cable isp and can tell you that the likely source of your problem is a recent change to the new DOCSIS 2.0 by your service provider. The solution is to download and install the most current Cisco IOS for your router.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top