On Sun, 11 May 2003, Jochen Kächelin wrote: > > Since I use Shrike I get regular disconnects - with Valhalla > there was only one reconnect a day. > ... > May 11 20:14:59 gateway pppoe[29342]: Inactivity timeout... something wicked happened on session 4589 > May 11 20:14:59 gateway pppoe[29342]: Sent PADT > May 11 20:14:59 gateway pppd[29341]: Modem hangup > May 11 20:14:59 gateway pppd[29341]: Connection terminated. > ... After my DSL provider changed some settings, this bug became painfully obvious to me too. > My ifcfg-ppp looks like: > <snipped> > PPPOE_TIMEOUT=20 > LCP_INTERVAL=80 PPPOE_TIMEOUT should be 4 * LCP_INTERVAL. The original RP PPPoE uses the following values: PPPOE_TIMEOUT=80 LCP_INTERVAL=20 This bug was supposedly fixed (see bug #64903), however bugs #75685, #82630 and #83242 would tend to suggest otherwise. :) David.