827 Alice 7Mb Flat ed autenticazione
Inviato: mar 15 gen , 2008 9:14 am
Ciao a tutti!
ho letto decine di configurazioni per l'827 ed Alice eppure non riesco ancora a navigare.
Credo di avere problemi di autenticazione, il debug ppp negotiation mi da:
-------------
01:02:08: Vi4 PPP: Phase is ESTABLISHING, Passive Open
01:02:08: Vi4 LCP: State is Listen
01:02:10: Vi4 LCP: TIMEout: State Listen
01:02:10: Vi4 PPP: No remote authentication for call-out
01:02:10: Vi4 LCP: O CONFREQ [Listen] id 8 len 10
01:02:10: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:10: Vi4 LCP: I CONFREQ [REQsent] id 1 len 14
01:02:10: Vi4 LCP: AuthProto PAP (0x0304C023)
01:02:10: Vi4 LCP: MagicNumber 0x7BF3D332 (0x05067BF3D332)
01:02:10: Vi4 LCP: O CONFACK [REQsent] id 1 len 14
01:02:10: Vi4 LCP: AuthProto PAP (0x0304C023)
01:02:10: Vi4 LCP: MagicNumber 0x7BF3D332 (0x05067BF3D332)
01:02:12: Vi4 LCP: TIMEout: State ACKsent
01:02:12: Vi4 LCP: O CONFREQ [ACKsent] id 9 len 10
01:02:12: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:12: Vi4 LCP: I CONFACK [ACKsent] id 9 len 10
01:02:12: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:12: Vi4 LCP: State is Open
01:02:12: Vi4 PPP: Phase is AUTHENTICATING, by the peer
01:02:12: Vi4 PAP: Using hostname from interface PAP
01:02:12: Vi4 PAP: Using password from interface PAP
01:02:12: Vi4 PAP: O AUTH-REQ id 4 len 24 from "aliceadsl"
01:02:13: Vi4 PAP: I AUTH-NAK id 4 len 26 msg is "Authentication failed"
01:02:13: Vi4 LCP: I TERMREQ [Open] id 2 len 4
01:02:13: Vi4 LCP: O TERMACK [Open] id 2 len 4
01:02:13: Vi4 PPP: Phase is TERMINATINGsh ip inte brie
01:02:15: Vi4 LCP: TIMEout: State TERMsent
01:02:15: Vi4 LCP: State is Closed
01:02:15: Vi4 PPP: Phase is DOWN
-------------
Questa e' la mia conf:
------------------
Router#sh run
Building configuration...
Current configuration : 1319 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging queue-limit 100
enable secret 5 $1$kp96$E5pU5AkMLjfZNzgj2pKMg1
!
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
hold-queue 100 out
!
interface ATM0
description Alice ADSL
no ip address
atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer0
no ip address
ip nat outside
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username aliceadsl password 7 1108150C14170A081726
!
ip nat inside source list 23 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
!
access-list 23 permit 10.10.10.0 0.0.0.255
!
call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end
------------------
la linea ATM e' su, ma non prende l'ip pubblico.
---------------
Router#sh ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 10.10.10.1 YES NVRAM up down
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
Virtual-Access3 unassigned YES unset down down
Virtual-Access4 unassigned YES unset down down
ATM0 unassigned YES NVRAM up up
Dialer0 unassigned YES NVRAM up up
---------------
Ho letto parecchie versioni circa l'esigenza di usare credenziali proprie, ho trovato la pagina di registrazione sul portale alice e mi dice di andare su quella pagina dalla mia linea adsl.
Ogni tanto poi ho dei log di perdita della portante
01:04:21: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
eppure una verifica della linea mi da questi valori:
---------------
Router#sh dsl interface atM 0
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.1 (G.DMT)
ITU STD NUM: 0x01 0x01
Vendor ID: 'ALCB' 'TSTC'
Vendor Specific: 0x0000 0x0002
Vendor Country: 0x00 0xB5
Capacity Used: 10% 39%
Noise Margin: 38.5 dB 24.0 dB
Output Power: 8.0 dBm 9.5 dBm
Attenuation: 2.0 dB 0.5 dB
Defect Status: None None
Last Fail Code: Message error
Selftest Result: 0x49
Subfunction: 0x02
Interrupts: 673 (1 spurious)
Activations: 3
SW Version: 3.8129
FW Version: 0x1A04
---------------
se non li interpreto male dovrei essere appiccicato alla centrale...ma non sono un esperto.
Mi potete aiutare a capire? Ho provato anche mettendo l'autenticazione chap, ed anche con
no ppp authentication, ma non mi fornisce mai l'ip pubblico. Riguardo il protocollo ho provato anche il pppoe (da un'altro router) ma non ho ip pubblico neanche li.
Ciao e grazie
Maurizio
ho letto decine di configurazioni per l'827 ed Alice eppure non riesco ancora a navigare.

Credo di avere problemi di autenticazione, il debug ppp negotiation mi da:
-------------
01:02:08: Vi4 PPP: Phase is ESTABLISHING, Passive Open
01:02:08: Vi4 LCP: State is Listen
01:02:10: Vi4 LCP: TIMEout: State Listen
01:02:10: Vi4 PPP: No remote authentication for call-out
01:02:10: Vi4 LCP: O CONFREQ [Listen] id 8 len 10
01:02:10: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:10: Vi4 LCP: I CONFREQ [REQsent] id 1 len 14
01:02:10: Vi4 LCP: AuthProto PAP (0x0304C023)
01:02:10: Vi4 LCP: MagicNumber 0x7BF3D332 (0x05067BF3D332)
01:02:10: Vi4 LCP: O CONFACK [REQsent] id 1 len 14
01:02:10: Vi4 LCP: AuthProto PAP (0x0304C023)
01:02:10: Vi4 LCP: MagicNumber 0x7BF3D332 (0x05067BF3D332)
01:02:12: Vi4 LCP: TIMEout: State ACKsent
01:02:12: Vi4 LCP: O CONFREQ [ACKsent] id 9 len 10
01:02:12: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:12: Vi4 LCP: I CONFACK [ACKsent] id 9 len 10
01:02:12: Vi4 LCP: MagicNumber 0xB0FB7F0C (0x0506B0FB7F0C)
01:02:12: Vi4 LCP: State is Open
01:02:12: Vi4 PPP: Phase is AUTHENTICATING, by the peer
01:02:12: Vi4 PAP: Using hostname from interface PAP
01:02:12: Vi4 PAP: Using password from interface PAP
01:02:12: Vi4 PAP: O AUTH-REQ id 4 len 24 from "aliceadsl"
01:02:13: Vi4 PAP: I AUTH-NAK id 4 len 26 msg is "Authentication failed"
01:02:13: Vi4 LCP: I TERMREQ [Open] id 2 len 4
01:02:13: Vi4 LCP: O TERMACK [Open] id 2 len 4
01:02:13: Vi4 PPP: Phase is TERMINATINGsh ip inte brie
01:02:15: Vi4 LCP: TIMEout: State TERMsent
01:02:15: Vi4 LCP: State is Closed
01:02:15: Vi4 PPP: Phase is DOWN
-------------
Questa e' la mia conf:
------------------
Router#sh run
Building configuration...
Current configuration : 1319 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging queue-limit 100
enable secret 5 $1$kp96$E5pU5AkMLjfZNzgj2pKMg1
!
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
hold-queue 100 out
!
interface ATM0
description Alice ADSL
no ip address
atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer0
no ip address
ip nat outside
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username aliceadsl password 7 1108150C14170A081726
!
ip nat inside source list 23 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
!
access-list 23 permit 10.10.10.0 0.0.0.255
!
call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end
------------------
la linea ATM e' su, ma non prende l'ip pubblico.
---------------
Router#sh ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 10.10.10.1 YES NVRAM up down
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
Virtual-Access3 unassigned YES unset down down
Virtual-Access4 unassigned YES unset down down
ATM0 unassigned YES NVRAM up up
Dialer0 unassigned YES NVRAM up up
---------------
Ho letto parecchie versioni circa l'esigenza di usare credenziali proprie, ho trovato la pagina di registrazione sul portale alice e mi dice di andare su quella pagina dalla mia linea adsl.
Ogni tanto poi ho dei log di perdita della portante
01:04:21: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
eppure una verifica della linea mi da questi valori:
---------------
Router#sh dsl interface atM 0
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.1 (G.DMT)
ITU STD NUM: 0x01 0x01
Vendor ID: 'ALCB' 'TSTC'
Vendor Specific: 0x0000 0x0002
Vendor Country: 0x00 0xB5
Capacity Used: 10% 39%
Noise Margin: 38.5 dB 24.0 dB
Output Power: 8.0 dBm 9.5 dBm
Attenuation: 2.0 dB 0.5 dB
Defect Status: None None
Last Fail Code: Message error
Selftest Result: 0x49
Subfunction: 0x02
Interrupts: 673 (1 spurious)
Activations: 3
SW Version: 3.8129
FW Version: 0x1A04
---------------
se non li interpreto male dovrei essere appiccicato alla centrale...ma non sono un esperto.
Mi potete aiutare a capire? Ho provato anche mettendo l'autenticazione chap, ed anche con
no ppp authentication, ma non mi fornisce mai l'ip pubblico. Riguardo il protocollo ho provato anche il pppoe (da un'altro router) ma non ho ip pubblico neanche li.
Ciao e grazie
Maurizio