Problemi con adsl
Sto cercando di configurare un modem adsl 3Com HomeConnect su debian
sarge, ma finora non ho avuto successo. Il collegamento e` ethernet su
eth1, il provider e` libero.
Il pc in questione e` lontano 650 Km e mi e` difficile intervenire
direttamente ma se servono ulteriori informazioni cerchero` di fornirle.
Queste sono le informazioni che sono riuscito ad ottenere.
Windows 98se funziona senza problemi tramite il programmino di
collegamento installato dal cd.
SuSE 7.qualcosa funzionava correttamente, poi e` stata tolta per fare
spazio a debian.
Il modem e la linea adsl funzionano correttamente.
Questi sono i passi che ho seguito nel cercare di far funzionare il
modem:
+ ho controllato i cavi ethernet, messo a posto l'ip address.
+ installato i pacchetti pppoe ed pppoeconf
+ controllato che il modulo pppoe del kernel (2.4.27) sia caricato
+ eseguito pppoeconf ma non ha trovato nessun modem
+ configurato a mano /etc/ppp/peers/dsl-provider e messa la password
sia in pap-secrets sia in chap-secrets
+ ho aggiunto la stringa che pare sia necessaria per questo modem,
ovvero "-f 3c12:3c13 -S ISP"
+ lanciato sia /etc/ppp/ppp_on_boot.dsl sia /usr/bin/pon ma non
funziona ancora
+ dal backup della suse ho recuperato i file che erano utilizzati
/usr/sbin/adsl-start e /etc/ppp/pppoe.conf ma non funzionano (errore
di TIMEOUT).
Il modem viene pingato e riesco anche ad accedervi via browser ma non
c'e` molto da impostare: questo significa che lato ethernet non ci
sono problemi.
So che si dovrebbe poter upgradare il firmware ma il modem non e` mio
quindi non posso essere troppo invasivo e poi ha sempre funzionato
anche con linux in questa configurazione: deve quindi continuare a
funzionare come sempre.
Aiutatemi perche` sinceramente non so piu` cosa fare. :(
Grazie.
Contenuto di /etc/ppp/peers/dsl-provider:
---------- INIZIO ----------
user xxxxxxxx@Liberolight
pty "/usr/sbin/pppoe -I eth1 -T 80 -m 1452 -f 3c12:3c13 -S ISP"
noipdefault
usepeerdns
defaultroute
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
noaccomp
default-asyncmap
---------- FINE ----------
Contenuto di /etc/ppp/pppoe.conf:
---------- INIZIO ----------
ETH='eth1'
USER='xxxxxxxxx@Liberolight'
DEMAND=no
DNSTYPE=SPECIFY
USEPEERDNS=no
DNS1=193.70.192.25
DNS2=193.70.152.25
DEFAULTROUTE=yes
CONNECT_TIMEOUT=30
CONNECT_POLL=2
ACNAME=
SERVICENAME=
PING="."
CF_BASE=`basename $CONFIG`
PIDFILE="/var/run/$CF_BASE-adsl.pid"
SYNCHRONOUS=no
CLAMPMSS=1412
LCP_INTERVAL=20
LCP_FAILURE=3
PPPOE_TIMEOUT=80
FIREWALL=NONE
LINUX_PLUGIN=
PPPOE_EXTRA="-f 3c12:3c13 -S ISP"
---------- FINE ----------
Il file /var/log/ppp-connect-errors mi si riempie di righe come queste:
---------- INIZIO ----------
pppoe: read (asyncReadFromPPP): Session 4: Input/output error
pppoe: read (asyncReadFromPPP): Session 5: Input/output error
pppoe: read (asyncReadFromPPP): Session 6: Input/output error
pppoe: read (asyncReadFromPPP): Session 7: Input/output error
pppoe: read (asyncReadFromPPP): Session 8: Input/output error
pppoe: read (asyncReadFromPPP): Session 9: Input/output error
pppoe: read (asyncReadFromPPP): Session 10: Input/output error
pppoe: read (asyncReadFromPPP): Session 11: Input/output error
pppoe: read (asyncReadFromPPP): Session 12: Input/output error
pppoe: read (asyncReadFromPPP): Session 13: Input/output error
pppoe: read (asyncReadFromPPP): Session 14: Input/output error
pppoe: read (asyncReadFromPPP): Session 15: Input/output error
pppoe: read (asyncReadFromPPP): Session 16: Input/output error
pppoe: read (asyncReadFromPPP): Session 17: Input/output error
pppoe: read (asyncReadFromPPP): Session 18: Input/output error
pppoe: read (asyncReadFromPPP): Session 19: Input/output error
pppoe: read (asyncReadFromPPP): Session 20: Input/output error
pppoe: read (asyncReadFromPPP): Session 21: Input/output error
pppoe: read (asyncReadFromPPP): Session 22: Input/output error
---------- FINE ----------
--
| Massimo ;-) -> http://maq.altervista.org | (o_ |
|- BABYLON 5 -> http://babylon5.altervista.org | (o- //\ -o) |
|- STARGATE -> http://sg1screw.altervista.org | (/)_ V_/_ _(\) |
|- USSTRIBOLO -> http://usstribolo.altervista.org | POWERED BY LINUX |
Reply to: