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

1605 router with ADSL

Status
Not open for further replies.

teknoguy

Technical User
Feb 1, 2001
182
0
0
CA
Hi..
Sorry for reposting this topic. Back in June I was trying to configure my 1605 to be a internet router. Here is my configuration

adsl-----1605/e0/dhcp from isp
1605/e1/internal NAT---------PC

I can get the PC to ping e0(ip from isp) but not beyond.
Im lost at what to do next.
Here is my running config:

Current configuration : 588 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname rys1605
!
!
ip subnet-zero
ip name-server 207.102.99.66
!
!
!
!
interface Ethernet0
ip address dhcp
ip nat outside
arp timeout 1500
no cdp enable
!
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
ip nat inside source list 1 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 remark used for nat
!
line con 0
line vty 0 4
login
!
end


 
Here is the thread from June.
thread557-564090

 
Could it be that I need to set up PPP or PPPOE?

 
Would I need to set any encapsulation? or routing commands?

 
Does your IOS support PPPOE? You need to create dialer interface to make this work, i done this before, i will get back with you with a config
 
This is my ISO version. Copied from show version.

Cisco Internetwork Operating System Software
IOS (tm) 1600 Software (C1600-Y-M), Version 12.2(17), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2003 by cisco Systems, Inc.

Im pretty sure it supports PPPOE, but not 100%.

If you have a config that would be awesome.

 
I also saw this

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)

what exactly is the system bootscrap version. does my 12.2(17) over ride that version?

 
I found that my router IOS doesn't support PPPoE.(12.2(17)
at least i think it doesn't, i may be doing something wrong.

Also, I spoke with my ISP, they said they're using PPP. They didn't say anything about PPPoE.

Is it still possible to connect to my ISP with my 1605 router with standard ppp?

here is a link which has the config for a 1605 connecting to ADSL. They seem to be using PPPoE and a Dialer interface.

This will be the final post on this..it seems no one knows much about this configuration..(if its possible)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top