From owner-freebsd-net@FreeBSD.ORG Fri Dec 26 06:30:53 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5459116A4CE for ; Fri, 26 Dec 2003 06:30:53 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543DF43D45 for ; Fri, 26 Dec 2003 06:30:51 -0800 (PST) (envelope-from q5480035@mailstore.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 1AZszK-0002l2-00 for freebsd-net@freebsd.org; Fri, 26 Dec 2003 15:30:50 +0100 Received: from mailstore.fernuni-hagen.de ([132.176.114.185]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 1AZszD-0002kr-00 for freebsd-net@freebsd.org; Fri, 26 Dec 2003 15:30:43 +0100 Received: from [132.176.122.136] (account q5480035 HELO oranje.my.domain) by mailstore.fernuni-hagen.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 3177217 for freebsd-net@freebsd.org; Fri, 26 Dec 2003 15:30:31 +0100 To: freebsd-net@freebsd.org From: Marc van Woerkom Organization: =?iso-8859-1?Q?FernUniversit=E4t_in_Hagen?= Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 26 Dec 2003 15:29:13 +0100 Message-ID: User-Agent: Opera7.23/FreeBSD M2 build 516 X-Virus-Scanned: by AMaViS perl-11 Subject: Configuring DNS on a machine connected temporary to the internet X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 14:30:53 -0000 My machine is connected to the internet via an ISDN modem, using kernel ppp and i4b. If the link is up, it resolves symbolic names by asking some nameserver. If the link is down, it should just use /etc/hosts to resolve "localhost" and the name of the second computer attached to it by an ethernet link. My problem is that if the ISDN link is down, even a lookup of "localhost" doesn't work. What do you recommend as configuration settings? I seem to get stuck. Regards, Marc