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

URGENT: No more login possible by Swisscom DSL, multiple Customers

Hi guys,

I have multiple customers who tell me that the internet is no longer working... I called the helpdesk from Swisscom and the guy told me that they had multiple issues with astaro boxes over night! (but only with the pppoe login)

what to do?

best regards
Marco


This thread was automatically locked due to age.
Parents
  • [FONT=&quot]vi /var/chroot-pppoe/bin/DSL.sh
      
    an then [/FONT]comment out the following lines:
      
      >       - ACERR=1
       >       - while [ $ACERR = 1 ] ; do
        >       - ACOUT=$(/usr/sbin/pppoe-discovery -I $ITF | grep -v "^----")
       >       - if [ ${#ACOUT} = 0 ] ; then
       >       - ACOUT="Can not connect DSL AC - retry in $ACRETRY seconds"
       >       - logger -p daemon.info -t pppoe-sh "$ACOUT"
       >       - sleep $ACRETRY
       >       - else
       >       - ACERR=0;
       >       - logger -p daemon.info -t pppoe-sh "$ACOUT"
       >       - fi
       >       - done
Reply
  • [FONT=&quot]vi /var/chroot-pppoe/bin/DSL.sh
      
    an then [/FONT]comment out the following lines:
      
      >       - ACERR=1
       >       - while [ $ACERR = 1 ] ; do
        >       - ACOUT=$(/usr/sbin/pppoe-discovery -I $ITF | grep -v "^----")
       >       - if [ ${#ACOUT} = 0 ] ; then
       >       - ACOUT="Can not connect DSL AC - retry in $ACRETRY seconds"
       >       - logger -p daemon.info -t pppoe-sh "$ACOUT"
       >       - sleep $ACRETRY
       >       - else
       >       - ACERR=0;
       >       - logger -p daemon.info -t pppoe-sh "$ACOUT"
       >       - fi
       >       - done
Children
No Data