From owner-freebsd-isp Wed Oct 23 22:48:53 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA17192 for isp-outgoing; Wed, 23 Oct 1996 22:48:53 -0700 (PDT) Received: from dreamlabs.dreaming.org (root@dreamlabs.dreaming.org [207.107.8.200]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA17187 for ; Wed, 23 Oct 1996 22:48:52 -0700 (PDT) Received: from dreamlabs.dreaming.org (mitayai@dreamlabs.dreaming.org [207.107.8.200]) by dreamlabs.dreaming.org (8.7.6/8.6.12) with SMTP id BAA18040; Thu, 24 Oct 1996 01:46:49 -0400 (EDT) Date: Thu, 24 Oct 1996 01:46:48 -0400 (EDT) From: Will Mitayai Keeso Rowe To: "Michael L. VanLoon -- HeadCandy.com" cc: Jason Lixfeld , bsdi-users , freebsd-isp@FreeBSD.ORG, info-bsdi-users@bsdi.com Subject: Re: rc file discrepency In-Reply-To: <199610240114.SAA25988@MindBender.serv.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Oct 1996, Michael L. VanLoon -- HeadCandy.com wrote: > > >I have FreeBSD 2.1.5 on my machine with only a dialup connection (Lame, > >I know!) > > Lots of people run machines like this... > > >Since it is a dynamic IP, I'm looking to streamline my > >configuration for the best results considering my dialup predicament. > >I'm not sure wether to run routed, or gated, > > Don't run either. You don't need to do anything with routes, if > you're using ppp. Just let ppp install the default route for you when > it brings up a connection. > > >whether or not to use > >resolf.conf or named or both, or wether I should setup my machine as a > >DNS to see if that will make it hum. > > I run a mostly cache-only DNS (it actually thinks it's authoritative > for my machines, but I have my own IP#s and domain names). > > You don't *need* to do this, though. And running DNS isn't the > simplest thing to learn. > > You want to put your machine's IP# (and any other close machines, > which you know won't change IP#s) into /etc/hosts. You want to put > your ISPs nameservers into /etc/resolv.conf. If you run local DNS, > put that in there, too, as the first entry. Just a note that in the /etc/resolv.conf, make sure that if you are running a local nameserver, even just a caching one, the line required in the nameserver line for it must be an IP address that is present at bootup. Therefore, if you have not set an ifconfic/route pair for your ppp connection in the /etc/syslog.conf, use 127.0.0.1 which should work fine. thus, on my dad's machine, nightmare.dreaming.org: #/etc/resolv.conf domain dreaming.org nameserver 127.0.0.1 nameserver 207.107.8.200 # dreamlabs main name server -Mit Will Mitayai Keeso Rowe The DreamLabs Network http://www.dreaming.org (905)725-9139