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

Cisco 1710 connection to ADSL over PPOE

Status
Not open for further replies.

glory3321

IS-IT--Management
Aug 14, 2001
27
DE
I have a problem in connecting 1710 to an ADSL modem using PPOE. It seems not connection here is my configuration and I hope you can suggest.

I also check the Cisco IOS version and it for IP ADSL PLUS

!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname thomson
!
enable password 7 <removed>
!
memory-size iomem 25
ip subnet-zero
!
!
ip name-server 202.216.224.66
ip name-server 202.216.224.67
ip dhcp excluded-address 192.168.0.1 192.168.0.2
ip dhcp excluded-address 192.168.0.150 192.168.0.255
!
ip dhcp pool thomson
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
lease 8
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
interface Ethernet0
description connected to Internet
no ip address
no keepalive
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet0
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
speed auto
full-duplex
!
interface Dialer1
description connected to Internet
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 2
ppp authentication chap callin
ppp chap hostname tlj@eurus.dti.ne.jp
ppp chap password 7 1309121319020D242C
!
router rip
version 2
passive-interface Dialer1
network 192.168.0.0
no auto-summary
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip pim bidir-enable
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 2 protocol ip permit
!
snmp-server community <removed> RO
!
line con 0
exec-timeout 0 0
password 7 <removed>
login
line aux 0
line vty 0 4
password 7 <removed>
login
!
no scheduler allocate
end
 
interface Dialer1
ppp authentication chap callin

shouldn't this be callout?
 
my experience has shown that using dialer 1 on the ip route statement will SOMETIMES not work. It is definitely recommended to have the actual ip address of the gateway you are trying to connect to...if you are able to get that number. since it looks like you are using a dynamic DSL line, one way to get this number is to plug in the modem that you were provide, plug in your pc directly into the modem, get a connection and do a ipconfig/all from the command prompt(assuming that you have a windows pc). Give this a try

brian
 
netmediasystems ,

Is it possible if you can post your sample configuration I sure do appreacite it very much

thanks

GLory
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top