From owner-freebsd-isp Wed Jul 28 14:45:21 1999 Delivered-To: freebsd-isp@freebsd.org Received: from snafu.adept.org (adsl-63-193-112-19.dsl.snfc21.pacbell.net [63.193.112.19]) by hub.freebsd.org (Postfix) with ESMTP id 27AA815519 for ; Wed, 28 Jul 1999 14:45:19 -0700 (PDT) (envelope-from mike@snafu.adept.org) Received: from localhost (mike@localhost) by snafu.adept.org (8.9.3/8.9.3) with ESMTP id OAA01313; Wed, 28 Jul 1999 14:44:37 -0700 (PDT) Date: Wed, 28 Jul 1999 14:44:37 -0700 (PDT) From: Mike Hoskins To: "V. Keller" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: isp tutorials/dns, apache setup help? In-Reply-To: <3.0.32.19990728081406.006ede88@pop.eugn.uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 28 Jul 1999, V. Keller wrote: > Are there any tutorials,etc....for isp setup of dns,apache,etc? An example > set of all dns files and records and instructions on tying multiplt ip's to > the card would be extremely helpful. DNS == http://www.isc.org/view.cgi?/products/BIND/index.phtml Apache == http://www.freebsdzine.org/199902/features/vhosts.html Sendmail == http://www.sendmail.org/virtual-hosting.html There's more, of course, both on the 'net and in books... Search/look around and you won't be disappointed. As for 'typing' IPs to your NIC... see 'man ifconfig'. This works, # ifconfig alias netmask 255.255.255.255 I do this from a script, /usr/local/etc/rc.d/aliases.sh, so that the IPs are bound on system startup. > Also, and advice for a beginner in setting up this stuff correctly. I'd > rather hear of the particulars from you guys (and gals) than plodding thru > and screwing up customers config's! We're glad to help, unfortuneately, 'plodding thru' is the only real way you'll learn, and remember... Later, --mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message