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

dsl and asl ?

Hey there,

is there any chance that asl supports a nic to connect via dsl directly. right now I have to use a router between inet and firewall.

regs
Bernd


This thread was automatically locked due to age.
  • The router is mostly likely a DSL router and is fine.  You usually have to have one.  The router is mainly to set the DSL in place and to give you an RJ-45 jack.  So its not anything bad

    The only DSL directly to computer like a internal DSL card I doubt Astaro is gonna support.  not to many providers do that.
  • Hi,

    You can do it, even if it's not "officialy" supported, you can use a direct connection MODEM-to-ASL if you d'ont want to use a router.

    You have to D/L the pppoe.tar.gz on docs.astaro.org and untar it under "/" point.

    Then you'll have to modify some files which are

    /var/chroot-pppoe/etc/ppp/options
    /var/chroot-pppoe/etc/ppp/chap-secrets
    /var/chroot-pppoe/etc/ppp/pap-secrets
    /var/chroot-pppoe/start_pppoe.sh

    And if you want to implement masquerading on your ppp0 interface (the DSL modem one), you have to put (for example) a line like :

    /usr/local/bin/iptables -I POSTROUTING -o ppp0 -s 10.0.0.0/24 -d 0/0 -j MASQUERADE

    (file is /etc/rc.d/DSL) In the "start" case and the same line with "-D" in the "stop" case.

    I've created a shell script in order to "test" my link because of the DHCP renewal or some link lost and put it in the crontab...

    Hope this will help