From owner-freebsd-questions Thu Oct 16 09:09:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07765 for questions-outgoing; Thu, 16 Oct 1997 09:09:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA07745 for ; Thu, 16 Oct 1997 09:08:50 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xLsMt-0002qO-00; Thu, 16 Oct 1997 12:01:47 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: Gateway Message-ID: <625dou$al4$1@twwells.com> References: <34457A28.1958@mocom.co.nz> Date: Thu, 16 Oct 1997 12:01:47 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In general, you need to avoid anything that would cause a DNS lookup during system startup. Thus you need to either specify all addresses by IP or place those addresses' domain names in /etc/hosts and make sure that /etc/host.conf has `hosts' before `bind' in it. -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer.