Guest User!

You are not Sophos Staff.

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 : an init script for my dialup connection !!! CAN YOU REPLY ?!!!!!

Dear all,
I've got an ADSL access to the Internet on my eth1 interface. I've updated pppd and done every modifications. When I use the "start_pppoe.sh" script under shell it works, but when I put it in a script (/etc/rc.d/ADSL with links in ./rc2.d/S99ADSL) it fails. I get a "Terminating on Signal 15" message. From which dirty init script comes that msg ??! NOT MINE I'VE TESTED IT !


This thread was automatically locked due to age.
  • Philippe is it possible for you to post the complete modifications you made to the firewall to get your PPPoE setup working?

    Thanks.
  • The PPPoE is working, when I start the script from the command line everything works! It's only when I wanna start it from an init script...

    But here are the modifications I made :
    /var/chroot-pppoe/start_pppoe.sh
    -> ETH=eth1
    /var/chroot-pppoe/etc/ppp/chap-secrets
    -> "mylogin" * "mypass" *
    /var/chroot-pppoe/usr/bin
    -> I've put pppd from ppppd-pppoe.2.4.0

    Do you have any idea about the KILL signal that the start_pppoe.sh script catch? I just need to know why and from which init script it comes.
  • Followed your instructions, but can't get PPOE to work, did you do anything else?