This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DSL stopped working after weeks ...errors below

Hello,
I ahve been using ASL 4.0 for weeks now without any problems, then all of a sudden my DSL connection stopped working.  I verified that there is nothing wrong with DSL by hooking the modem to a Windows XP box and connecting. I have also completely reinstalled ASL and am still having problems.  I am leaving the country in 5 days and I use ipsec quite a bit to access my home network so this is really bad timing.  I would really really appreaciate any help anyone can give me.   

After reinstalling ASL the onkly change I made was in the ppp/options file i uncommented persist in order to get it connect faster for debugging.
In  /var/log/deamon:
it says:
pppd: Serial Conenction Established
pppd: Using interface ppp0
pppd:   Connect ppp0  
...
No response to PAP authentication request!

Sorry I had to type that as I can't be online and connected to ASL box I will tryt to post the exact output later.  But it seems the problems are PAP and  LCP EchoReq are not receiving any replies.  I made no changes to ASL when this stopped working.  I would really appreaciate some help as I am really desperate to get this working again last minute. 
I am also considering Using Linksys to do the PPPOE stuff but have never played with that.  If anyone has experience with that I would also appreciate some help.  Thanks in adavvnce.
-roman

  


This thread was automatically locked due to age.
  • Ok, as promised here is the pasted output from the log.  I have now reinstalled ASL 3 times as well as have tried 3 different NIC for the PPPOE interface.  I have also done some web searching wich seems to show that quite a few people are having this problem, the solutions I read involved uopdating the ragingpenguin pppoe software.  Not sure if that's what astaro uses.  I wonder if chaanging my DSL modem may help?

    Mar 27 02:33:06 (none) pppd[3438]: Using interface ppp1
    Mar 27 02:33:06 (none) pppd[3438]: Connect: ppp1  /dev/ttyp1
    Mar 27 02:33:06 (none) pppoe[3863]: PADS: Service-Name: ''
    Mar 27 02:33:06 (none) pppoe[3863]: PPP session is 9468

    Mar 27 02:33:37 (none) pppd[2441]: No response to 6 echo-requests
    Mar 27 02:33:37 (none) pppd[2441]: Serial link appears to be disconnected.
    Mar 27 02:33:37 (none) pppd[2441]: Connection terminated.
    Mar 27 02:33:37 (none) pppoe[3860]: read (asyncReadFromPPP): Input/output error
    Mar 27 02:33:37 (none) pppoe[3860]: Sent PADT
    Mar 27 02:33:37 (none) pppd[2441]: Exit.
    Mar 27 02:33:38 (none) pppd[3438]: No response to 6 echo-requests
    Mar 27 02:33:38 (none) pppd[3438]: Serial link appears to be disconnected.
    Mar 27 02:33:38 (none) pppd[3438]: Connection terminated.
    Mar 27 02:33:38 (none) pppd[3438]: Using interface ppp0
    Mar 27 02:33:38 (none) pppoe[3863]: read (asyncReadFromPPP): Input/output error
    Mar 27 02:33:38 (none) pppoe[3863]: Sent PADT
    Mar 27 02:33:38 (none) pppd[3438]: Connect: ppp0  /dev/ttyp0
    Mar 27 02:33:38 (none) pppoe[3990]: PADS: Service-Name: ''
    Mar 27 02:33:38 (none) pppoe[3990]: PPP session is 9543

      
  • Well, no one seems to be experiencing the problem besides me.  In the past 4 days I have tried 2 machines, 2 versions of ASL (3.2 and 4.0), 4 NICs, and 2 DSL modems.  Besides driving me crazy it did not achieve positive results.  I can only guess that Verizon did something with the DSL service.
    The eror has been the same across the line.  PPPOE connects to the DSL server, but complains that it receives no replies to the 'echo' requests.  Windows XP and Linksys still comnnect using PPPOE fine.  I guess i'll be switching ISPs just as soon as I get back from Germany.  

    -roman  
  • Hello alltogether,

    had a case this week with Asher, who is connected to ADSL via Verizon (provider).
    For some reason his connectivity was suddenly lost after months of operation.

    Anyway it seems that the provider changed his settings and it was nescessary to
    add default-asyncmap to our pppd config used for PPPoE.

    Give it a shot

    Code:
     
    Login as root
    cd /var/chroot-pppoe/etc/ppp
    joe options
      add on top "default-asyncmap" (without "" of course)
      CTRL+K+X saves the file with exit (CTRL+K+H shows  a command  overview)
    reboot



    read you
    o|iver