From owner-freebsd-isdn Mon Nov 19 5: 0:45 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout02.sul.t-online.de (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 19E4D37B405 for ; Mon, 19 Nov 2001 05:00:43 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout02.sul.t-online.de with smtp id 165o2Q-0004Mn-0A; Mon, 19 Nov 2001 14:00:38 +0100 Received: from night-porter.duskware.de (520038743430-0001@[217.80.111.6]) by fmrl07.sul.t-online.com with esmtp id 165o2D-0UBFoWC; Mon, 19 Nov 2001 14:00:25 +0100 Received: (from martin@localhost) by night-porter.duskware.de (8.11.6/8.11.0) id fAJD0OF16344; Mon, 19 Nov 2001 14:00:24 +0100 (MET) From: Martin Husemann Message-Id: <200111191300.fAJD0OF16344@night-porter.duskware.de> Subject: Re: OT: IP address not constant within 24h in DSL (1&1 flatrate) In-Reply-To: <200111181203.fAIC3R014907@gilberto.physik.rwth-aachen.de> To: Christoph Kukulies Date: Mon, 19 Nov 2001 14:00:24 +0100 (MET) Cc: freebsd-isdn@freebsd.org X-Mailer: ELM [version 2.4ME+ PL93 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Anyone knowing why or how once can enforce that it stays constant > over 24h? No chance. That's a hard timeout enforced by the PPP peer. > Is this different in T-DSL with T-Online flatrate? They time out after 24 hours. Additionaly, the connection sometimes breaks at random times (but rarely), probably because of router reboots or whatever things they do when they have problems. That's not realy a problem, IMHO. Put everything you need to do on ip assignement into your ip-up script (like modifying the remote nameserver, reestablishing tunnels, ...) Then force an imediate redial when the PPP connection drops (this depends on the PPP stuff you use), putting ( sleep 30; ping -o -c 5 ftp.somewhere.else ) & into your ip-down script should always work. With isp0 or similar interfaces (like NetBSD's pppoe0) just don't set the link1 flag on the isp interface. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message