On Mon, Mar 17, 2003 at 09:50:48AM +0200, Yasha Harari wrote: > happy purim everyone :) (and for those of you in jerusalem, have an > easy fast today) > > diego - thank you very much for your efforts ... i am not yet ready > to give up on this modem... i do have an "Alcatel Speed Touch Home" > modem if necessary (but i hope it isn't) and i understand that it has > a router inside. > > to the linux-il list i plead: can any of you please help me > reconnect my linux box to the net?
I have this modem as well now, and I'm trying to get it to work. So far, no joy. More details below. > > > my passwords are set ok, yes... and the error i get when i fail > > to connect > > > is: > > > > > > first a bunch of "......." marks show up ... 16 "periods" to be > > exact ... > > > the message looks like this: > > > > > > ................TIMED OUT > > > /usr/sbin/adsl-start: line 191: 10743 Terminated $CONNECT > > > "$@" >/dev/null 2>%1 This doesn't mean anything. The rp-pppoe scripts aren't very verbose. You can hack them (look at adsl-start and adsl-connect) to give more information, which you need. Specifically, you need to see a dump of the ppp protocol information. I can send you my hacked scripts if you want. Currently, I'm seeing what looks like a correct LCP PAP authentication request from ppp, which is immediately refused by the modem or Bezeq. No idea why. > > > > # Specific desired AC Name > > > > ACNAME= Anyone knows if we need this field? > > > > # Specific desired service name > > > > SERVICENAME= Or maybe this one? > > > > # Any extra arguments to pass to pppd. Normally, use a blank string > > > > # like this: > > > > PPPD_EXTRA="" try adding 'debug' here. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]