From owner-freebsd-current@FreeBSD.ORG Thu Oct 28 09:21:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3351616A4CE for ; Thu, 28 Oct 2004 09:21:26 +0000 (GMT) Received: from mailhub01.unibe.ch (mailhub01.unibe.ch [130.92.9.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BE943D3F for ; Thu, 28 Oct 2004 09:21:25 +0000 (GMT) (envelope-from roth@speedy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub01.unibe.ch (Postfix) with ESMTP id 7384C25BA75; Thu, 28 Oct 2004 11:21:24 +0200 (MEST) Received: from mailhub01.unibe.ch ([130.92.9.52]) by localhost (scanhub01 [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 04534-06-45; Thu, 28 Oct 2004 11:21:25 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub01.unibe.ch (Postfix) with ESMTP id 80DE925BA50; Thu, 28 Oct 2004 11:21:22 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.7p1+Sun/8.11.7) with ESMTP id i9S9LM105144; Thu, 28 Oct 2004 11:21:22 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id i9S9LLML018005; Thu, 28 Oct 2004 11:21:21 +0200 (MEST) Date: Thu, 28 Oct 2004 11:21:21 +0200 From: Tobias Roth To: Oliver Lehmann Message-ID: <20041028092121.GA17989@speedy.unibe.ch> References: <20041027224512.2e3b2ae8.lehmann@ans-netz.de> <20041027204852.GY95878@horsey.gshapiro.net> <20041027230039.7a5d0150.lehmann@ans-netz.de> <20041027210303.GZ95878@horsey.gshapiro.net> <20041027233309.122e4207.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041027233309.122e4207.lehmann@ans-netz.de> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne cc: freebsd-current@freebsd.org Subject: Re: dhclient trashes my resolv.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 09:21:26 -0000 On Wed, Oct 27, 2004 at 11:33:09PM +0200, Oliver Lehmann wrote: > > I think sth. like that in /sbin/dhclient-script would be nice (if there is > no other way to disable - oh yeah, there is chflags schg /etc/resolv.conf) last time i tried that (quite some time ago), dhclient went nuts and aquired lease after lease, effectivly DoS-attacking the dhcp server. be careful when you try that.