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.
Parents
  • 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  
Reply
  • 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  
Children
  • 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