DSL PPoE relogin

Hi folks,

trying to make me familiar with firewall technologies, i tried the astaro way ... nice work so far!

Running V3.050 with the german T-DSL, a problem occurs after 24h of excellent routing, walling and ´natting:

every 24 hours my provider is cutting the transmission (the only thing making me accepting this is: Flatrate!). After reconnecting ip-traffic works fine!?, but the ppp0-Interface shows DOWN and there is no dsl_Interface in the NAT dialogues. Repeating: IP-Traffic works fine ´cause of natting the complete internal network to masq_dsl (my external interface), but re-routing incoming traffic to my server is not working any more because the ip-adress has changed and the dsl Interface has disappeared from the destination-address pulldown in nat dialogue.

It seems to be like the ppoe interface is not perfecty handled after reconnecting to the provider and/or when the ip-address changes.

Any hints ? (Is it a bur or a feature ???)

Holger Kreuzritter
Giessen / Germany
Parents Reply Children
  • I don't think that it will work from the "outside" ?!? For example: when it's got a new IP and I'm not at home and try to connect to the ASL, the request is from the OUTSIDE and not from the inside !

    But maybe I'm wrong,pls reply
  • Use something like fetchmail to fetch your mail account every 5 minutes and a dyndns client and it will work for sure ;-)
  • to fobe: That is not the problem - Due to running services inside my net the connection is re-established within a few seconds by requesting packets from outside all the time(... there are many peer-to-peer filesharing systems in the world ...)

    Reconnect is working _so far_, but after that there is no dsl-interface shown in the nat dialogue (where I route incoming packets to my workstation). After restarting the interface shows up.


    Holger Kreuzritter
  • I am using Astaro 3.202 and this problem sems to have not been fixed.  

    Also when I uncomment "demand" in /etc/ppp/options then ASL doesn't connect at all when it starts up.

    I believe this is because there is no route presen yet through the external interface.  But the route is created when pppoe connects, since it uses a dynamic IP.  

    I know there is got to be a work around for this, but I don't really know what I am doing  [:)]r ASL?
  • Hello,

    it reconnects after a disconnect, that's fixed in
    3.202. But the problem could be that the initial
    connect fails and the firewall sets a 15min timer
    to prevent locking the account.
    You can easily check what happend in LOG FILES/DAEMON.
    If you feel that waiting 15min for a reconnect is to long,
    login as root and enter "killall sleep".

    read you
    o|iver
  • My original expreience with 3.202 was that if I reset my DSL connection Astaro would not reconnect (I waited for up to 30 mins).  

    first, I altered the ..../etc/ppp/options file and commented the "idle" line out, as I don;t want it ever to disconnect.  Then I uncommented the "demand" line.  This seemed to work OK, BUT I had to establish the initial connection.  It would not know to connect the first time, but once connected (and the ppp0 routes were added) Astaro would reconnect fine.

    second, I commented the "demand" line back in and uncommented the "persist" line.  This is what i have now and what happens is that Astaro connects and reconnects fine, most of the time.  However sometime instead of reconnecting ppp0 I see astaro makes a second entry for ppp1.  In this case the behavior of the internet seems pretty unpredictable.  As in, on some machines on the same network it works some of the time.  It seems that astaro maybe routing between ppp0 and ppp1 so gets through about 1/2 the time.

    Other than this and the fact that the webadmin is a little slow I really like using astaro and definatelly think its the best firewall/router package I have tried.  To repeat what I already read a million times here - strong work, Astaro team.

    -roman
  • Ok... I take that back.  After I uncommented persist and commented the "idle" line eveything seems to be working perfectly.  Not sure what I was seeing before, but it hasn't happened again.  ASL reconnects just fine.