Cambio abitazione ADSL non vuole piu' andare

Configurazioni per connettività ADSL, ISDN e switch per privati e piccole network

Moderatore: Federico.Lagni

Rispondi
foen
n00b
Messaggi: 3
Iscritto il: sab 05 ott , 2013 10:24 am

Buongiorno a tutti,
ho cambiato abitazione e gestore telefonico, passando da aruba adsl a alice adsl 7 mb adsl2+ ,
credevo bastasse semplicemente cambiare user e password invece provando a farlo nella configurazione del mio 877 non e' risultato cosi. Non riesco a navigare e le spie ppp tx e rx si accendono comunque. Sapete come mai? Vi prego ho urgenza della rete.
Grazie
questa la mia conf

Codice: Seleziona tutto

urrent configuration : 5970 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname tumbleweed
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 $1$0BGZ$CKfl1tSG7ChgRIaNMH.oT.
!
aaa new-model
!
!
!
!
aaa session-id common
clock timezone MET 1
clock summer-time MEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
!
crypto pki trustpoint TP-self-signed-1582880987
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1582880987
 revocation-check none
 rsakeypair TP-self-signed-1582880987
!
!
crypto pki certificate chain TP-self-signed-1582880987
 certificate self-signed 01
  3082024C 308201B5 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 
  69666963 6174652D 31353832 38383039 3837301E 170D3131 30313133 31373131 
  35385A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 35383238 
  38303938 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 
  8100E67E 2530217E 627C4443 1AAF56CA 0E178663 F2E2857B 03B0D2FD C07A38ED 
  1EB689D4 ED7A25F6 999D77D3 778AFF8F B1A43A01 16934FEF 1B13F0CF 67B0A963 
  C9B2EA74 E93582F8 F48FA64E 55E7E2A6 64195A82 246C70E1 57A1C285 CD6CDB33 
  D7978FE5 7FA58EEC 5C728BAB A61F070E F89E0FFE 2DE0A6A5 E2730CE9 C57A48D4 
  C1850203 010001A3 74307230 0F060355 1D130101 FF040530 030101FF 301F0603 
  551D1104 18301682 1474756D 626C6577 6565642E 63697363 6F2E636F 6D301F06 
  03551D23 04183016 80146E9E CAA46CA3 490A7116 99369987 1C1E899A 3C08301D 
  0603551D 0E041604 146E9ECA A46CA349 0A711699 3699871C 1E899A3C 08300D06 
  092A8648 86F70D01 01040500 03818100 657B6F93 9D537FE5 D006594C 89F57A40 
  890D4A99 8AD96E8F DE3CCC37 B5015EC5 BC89538E B51F3240 90667196 4EAB748B 
  01CC1913 C351A98C 9D8D06E5 3454F378 9F29329B BA0AC92B FBE18BCC 34B8E256 
  3D2167AF 2D35C046 BDF3EE99 00BE691A FF3FFF1E A84FC715 629D582C DB64554C 
  D29492C4 D9205C66 117428E2 F2A815EC
  	quit
dot11 syslog
ip source-route
!
!
ip dhcp excluded-address 192.168.0.1 192.168.0.10
ip dhcp excluded-address 192.168.0.100 192.168.0.255
!
ip dhcp pool ETHERNET
   import all
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1 
   dns-server 208.67.220.220 208.67.222.222 
   domain-name cisco.com
   lease 0 1
!         
!
ip cef
no ip domain lookup
ip domain name cisco.com
ip name-server 208.67.220.220
ip name-server 208.67.222.222
ip inspect log drop-pkt
ip inspect name Firewall dns
ip inspect name Firewall ftp
ip inspect name Firewall https
ip inspect name Firewall icmp
ip inspect name Firewall imap
ip inspect name Firewall pop3
ip inspect name Firewall tcp
ip inspect name Firewall udp
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username admin secret 5
!         
!
!
archive
 log config
  hidekeys
!
!
ip ssh authentication-retries 2
ip ssh version 2
!
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 8/35 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 bundle-enable
!
interface FastEthernet0
!         
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Dialer0
 ip address negotiated
 ip access-group 110 in
 ip nat outside
 ip inspect Firewall out
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 no cdp enable
 ppp pap sent-username $user$ password 7 $password$
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.0.110 6500 interface Dialer0 6500
ip nat inside source static udp 192.168.0.110 6500 interface Dialer0 6500
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 110 deny   ip 192.168.0.0 0.0.255.255 any log
access-list 110 deny   ip 127.0.0.0 0.255.255.255 any log
access-list 110 deny   ip 0.0.0.0 0.255.255.255 any log
access-list 110 deny   ip 172.16.0.0 0.15.255.255 any log
access-list 110 deny   ip 10.0.0.0 0.255.255.255 any log
access-list 110 deny   ip 224.0.0.0 15.255.255.255 any log
access-list 110 deny   ip host 255.255.255.255 any log
access-list 110 deny   tcp any any eq 445
access-list 110 deny   udp any any eq 445
access-list 110 deny   tcp any any eq 135
access-list 110 deny   udp any any eq 135
access-list 110 deny   tcp any any eq 139
access-list 110 deny   icmp any any echo log
access-list 110 deny   icmp any any redirect log
access-list 110 deny   icmp any any mask-request log
access-list 110 permit icmp any any
access-list 110 permit tcp any any
access-list 110 deny   udp any any eq netbios-ss
access-list 110 permit udp any any
access-list 110 permit ip any any
!
!
!
!
!
control-plane
!
line con 0
 no modem enable
 stopbits 1
line aux 0
line vty 0 4
 transport input telnet ssh
!
scheduler max-task-time 5000
ntp server 193.204.114.232
ntp server 193.204.114.105
ntp server 193.204.114.233
end


questo il mio sh dsl int

Codice: Seleziona tutto

ATM0
Alcatel 20190 chipset information
 		ATU-R (DS)			ATU-C (US)
Modem Status:	 Showtime (DMTDSL_SHOWTIME)
DSL Mode:	 ITU G.992.5 (ADSL2+) Annex A
ITU STD NUM: 	 0x03				 0x1 
Chip Vendor ID:	 'STMI'				 'IFTN'
Chip Vendor Specific:  0x0000			 0x711A
Chip Vendor Country:   0x0F			 0xB5
Modem Vendor ID: 'CSCO'				 '    '
Modem Vendor Specific: 0x0000			 0x0000
Modem Vendor Country:  0xB5			 0x00
Serial Number Near:    FHK1422740R
Serial Number Far:     
Modem VerChip ID: 	 C196 (3)
DFE BOM:	 DFE3.0 Annex A (1)
Capacity Used:	 52%				 47%
Noise Margin:	 20.0 dB			  2.5 dB
Output Power:	 20.0 dBm			 12.5 dBm
Attenuation:	 19.0 dB			 10.0 dB
FEC ES Errors:	  0				  0
ES Errors:	  0				  0
SES Errors:	  0				  0
LOSES Errors:	  0				  0
UES Errors:	  0				 19
Defect Status:	 None                            None                        
Last Fail Code:	 None
Watchdog Counter: 0xA7
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction:	 0x00 
Interrupts:	 4160 (0 spurious)
PHY Access Err:	 0
Activations:	 1
LED Status:	 ON
LED On Time:	 100
LED Off Time:	 100
Init FW:	 init_AMR_4.0.017.bin
Operation FW:	 AMR-E-4.0.017.bin
FW Source:	 external
FW Version:	 4.0.17

 		 DS Channel1	  DS Channel0	US Channel1	  US Channel0
Speed (kbps):	          0	        8128	         0	         478
Cells:		          0	         736	         0	     1005456
Reed-Solomon EC:          0	           0	         0	           0
CRC Errors:	          0	           0	         0	           0
Header Errors:	          0	           0	         0	           0
Total BER:		  0E-0		 0E-0
Leakage Average BER:	  0E-0		 0E-0
Interleave Delay:         0	          20	         0	          31
			ATU-R (DS)	ATU-C (US)
Bitswap:	       enabled		  enabled
Bitswap success:          0	              0
Bitswap failure:          0	              0

LOM Monitoring : Disabled


DMT Bits Per Bin
000: 0 0 0 0 0 0 0 0 0 2 2 4 4 4 5 6
010: 6 7 7 7 7 7 7 8 8 8 7 7 7 8 7 7
020: 0 0 2 2 2 4 3 4 5 5 5 7 6 7 7 7
030: 7 7 8 9 7 8 8 8 8 8 8 8 8 8 8 8
040: 8 8 8 8 8 8 8 8 8 7 7 7 8 7 8 7
050: 9 8 8 8 8 8 7 8 8 7 8 8 2 7 8 8
060: 7 8 8 7 7 7 7 7 7 7 7 7 0 2 0 3
070: 4 7 7 7 7 7 7 7 7 7 7 7 7 7 8 0
080: 7 7 8 7 7 7 6 6 6 6 7 7 7 7 6 6
090: 7 7 7 7 7 6 6 6 7 7 7 6 8 7 6 6
0A0: 5 6 6 6 5 6 6 9 6 6 6 5 8 6 6 5
0B0: 5 5 6 6 6 6 6 6 8 6 6 6 0 6 6 0
0C0: 6 7 6 6 6 6 6 6 7 6 5 7 7 5 6 5
0D0: 7 5 5 5 5 6 5 5 5 5 5 5 6 5 6 5
0E0: 6 6 5 5 5 5 5 5 6 7 5 5 5 5 5 5
0F0: 6 5 5 0 5 7 6 5 5 5 5 5 5 5 5 5
100: 5 5 7 5 5 7 5 6 5 7 5 6 5 5 5 5
110: 5 7 5 5 5 6 5 5 5 5 5 5 5 5 5 5
120: 7 5 7 0 5 6 5 5 5 5 5 5 5 5 5 5
130: 5 5 5 5 7 5 6 5 5 6 5 5 5 5 5 5
140: 6 4 4 4 4 5 5 5 6 5 7 5 5 5 4 6
150: 5 5 6 4 4 4 4 4 5 5 5 5 0 5 5 5
160: 5 7 5 5 5 5 5 6 5 5 7 7 5 5 5 5
170: 5 0 5 5 5 5 4 5 5 4 4 4 4 5 6 5
180: 4 4 4 5 5 4 4 5 4 4 4 4 4 4 4 4
190: 4 5 5 4 4 4 4 4 4 5 4 4 4 4 4 4
1A0: 4 4 4 4 3 4 3 4 3 5 4 4 5 3 4 5
1B0: 3 3 3 4 3 4 3 4 3 3 4 4 3 3 4 4
1C0: 4 3 3 4 2 4 3 3 3 3 4 2 3 2 3 2
1D0: 3 2 2 0 0 0 0 0 0 0 0 0 0 2 2 2
1E0: 3 0 0 0 0 0 0 0 0 0 0 2 2 2 2 2
1F0: 2 2 2 0 0 0 0 0 0 0 0 0 0 2 2 2

DSL: Training log buffer capability is not enabled

questo invece il mio sh int dialer 0

Codice: Seleziona tutto

Dialer0 is up, line protocol is up (spoofing)
  Hardware is Unknown
  Internet address is 87.4.189.88/32
  MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec, 
     reliability 255/255, txload 4/255, rxload 4/255
  Encapsulation PPP, loopback not set
  Keepalive set (10 sec)
  DTR is pulsed for 1 seconds on reset
  Interface is bound to Vi2
  Last input never, output never, output hang never
  Last clearing of "show interface" counters 00:14:24
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops) 
     Conversations  0/0/16 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 42 kilobits/sec
  5 minute input rate 1000 bits/sec, 1 packets/sec
  5 minute output rate 1000 bits/sec, 1 packets/sec
     160 packets input, 25242 bytes
     4356 packets output, 259939 bytes
Bound to:
Virtual-Access2 is up, line protocol is up 


Grazie a tutti per l'aiuto
foen
n00b
Messaggi: 3
Iscritto il: sab 05 ott , 2013 10:24 am

Aggiungo che cambiando solo in dialer0 l'account di aruba con alice adsl e alice adsl ho fatto un passo in avanti in quanto non navigo ma se pingo risolve l'host con l'indirizzo ip ma non pinga.

Cosa c'e' sotto??
foen
n00b
Messaggi: 3
Iscritto il: sab 05 ott , 2013 10:24 am

Quindi la portante c'e' l'indirizzo ip dinamico se lo carica ma non si naviga. Che cavolo c'e'?

Aiutoooooo :shock: :shock:
paolomat75
Messianic Network master
Messaggi: 2965
Iscritto il: ven 29 gen , 2010 10:25 am
Località: Prov di GE

Ciao,
devi solo abilitare la linea. Alice, quando ti attivano la linea, la prima volta ti appare una pagina che devi accettare. Se non lo fai la linea non funziona.
Di norma la pagina appare da sola, ma in alcuni casi ci devi puntare te. Chiama il 187 e fatti dare l'indirizzo (ora non me lo ricordo).

Paolo
Non cade foglia che l'inconscio non voglia (S.B.)
Rispondi