827: non funziona l'ADSL
Inviato: mar 20 set , 2005 10:00 pm
Salve a tutti, sto cercando di configurare un CISCO 827-4v per funzionare su una ADSL a IP statico di TIN IT, ma dopo una giornata intera non ne esco.
mi potete dare uno sguardo alla configurazione:
Current configuration : 2503 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname salaA
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret ## ###############
enable password # ################
!
no aaa new-model
ip subnet-zero
no ip routing
ip dhcp excluded-address 172.20.3.110
ip dhcp excluded-address 172.20.3.1
!
ip dhcp pool CLIENT
network 172.20.3.0 255.255.255.0
default-router 172.20.3.110
dns-server 212.216.172.62 212.216.112.112
lease 0 2
!
ip name-server 212.216.172.62
ip name-server 212.216.112.112
!
interface Ethernet0
ip address 172.20.3.110 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode itu-dmt
hold-queue 224 in
!
interface ATM0.1 point-to-point
ip address 82.53.217.xxx 255.255.255.252
ip nat outside
ip virtual-reassembly
no ip route-cache
pvc 8/35
encapsulation aal5snap
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 82.53.217.xxy
ip http server
no ip http secure-server
ip nat inside source list 102 interface ATM0.1 overload
!
access-list 10 permit 172.20.3.0 0.0.0.255
access-list 102 permit ip 172.20.3.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
control-plane
!
scheduler max-task-time 5000
end
mi potete dare uno sguardo alla configurazione:
Current configuration : 2503 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname salaA
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret ## ###############
enable password # ################
!
no aaa new-model
ip subnet-zero
no ip routing
ip dhcp excluded-address 172.20.3.110
ip dhcp excluded-address 172.20.3.1
!
ip dhcp pool CLIENT
network 172.20.3.0 255.255.255.0
default-router 172.20.3.110
dns-server 212.216.172.62 212.216.112.112
lease 0 2
!
ip name-server 212.216.172.62
ip name-server 212.216.112.112
!
interface Ethernet0
ip address 172.20.3.110 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode itu-dmt
hold-queue 224 in
!
interface ATM0.1 point-to-point
ip address 82.53.217.xxx 255.255.255.252
ip nat outside
ip virtual-reassembly
no ip route-cache
pvc 8/35
encapsulation aal5snap
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 82.53.217.xxy
ip http server
no ip http secure-server
ip nat inside source list 102 interface ATM0.1 overload
!
access-list 10 permit 172.20.3.0 0.0.0.255
access-list 102 permit ip 172.20.3.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
control-plane
!
scheduler max-task-time 5000
end