hello I'm french, I succeeded has to configure my router Cisco for the ADSL with my card WIC 0 ADSL after start it puts to me that fastethernet is UP, VIRTUAL ACCESS is UP and ATM0 is UP thus I thinks that it is connected has Internet especially that there are "ACT" every 2 seconds on the level of my card WIC0 and that the indicator CD (carrier detect) is lit. but on my station there are not Internet. it ping well the Ethernet card on my router but it does not arrive has to leave how to make for verifier if the routing of the ATM has my Ethernet chart is done well???? do y have to you it order has to type to activate a simple routing???
This is my configuration :
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 xxx
enable password xxx
!
memory-size iomem 25
ip subnet-zero
no ip routing
!
interface ATM0
no ip address
no ip route-cache
atm vc-per-vp 256
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
no fair-queue
hold-queue 224 in
!
interface BRI0
no ip address
no ip route-cache
shutdown
!
interface FastEthernet0
ip address 192.168.0.2 255.255.255.0
ip nat inside
no ip route-cache
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password xxxxx
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server engineID local xxx
snmp-server community n RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end
Thank you !!!
This is my configuration :
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 xxx
enable password xxx
!
memory-size iomem 25
ip subnet-zero
no ip routing
!
interface ATM0
no ip address
no ip route-cache
atm vc-per-vp 256
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
no fair-queue
hold-queue 224 in
!
interface BRI0
no ip address
no ip route-cache
shutdown
!
interface FastEthernet0
ip address 192.168.0.2 255.255.255.0
ip nat inside
no ip route-cache
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password xxxxx
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server engineID local xxx
snmp-server community n RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end
Thank you !!!