From owner-freebsd-questions Sat Sep 16 16:46:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id CDE7137B422 for ; Sat, 16 Sep 2000 16:46:50 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8GNkOt56389; Sun, 17 Sep 2000 09:16:24 +0930 (CST) (envelope-from grog) Date: Sun, 17 Sep 2000 09:16:24 +0930 From: Greg Lehey To: Drew Tomlinson Cc: Doug Barton , FreeBSD Questions Subject: Re: Help With named.conf Message-ID: <20000917091624.A42114@wantadilla.lemis.com> References: <8C224DC088D8D111B67D0000F67AC17E029C4C93@ldcmsx01.lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C4C93@ldcmsx01.lc.ca.gov>; from Drew.Tomlinson@lc.ca.gov on Sat, Sep 16, 2000 at 12:26:31AM -0700 Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Saturday, 16 September 2000 at 0:26:31 -0700, Drew Tomlinson wrote: >>> Drew Tomlinson wrote: >>> >>> I'm a newbie to both FreeBSD and Unix but I'm learning. In >> just over >>> a month, I've succeeded in installing 4.0-S, learning to >> use CVSup to >>> synch my source, recompiled my kernel and upgraded to 4.1-S, and >>> gotten Apache running. >> >> Congrats on your achievements so far. You should know >> however that it's >> considered rude to send HTML e-mail to any public list. > > Thank you. I have set my email client to plain text. Please let me know if > it isn't received that way and I'll look into it. Doug's not quite correct. You are sending: > Content-type: MULTIPART/ALTERNATIVE; > BOUNDARY="Boundary_(ID_Uon5e9zHqVsQa8I2PfG/8g)" In other words, you are sending two copies of the message, one in HTML, the other in something approaching plain text. That hasn't changed. As you can see from this reply, it's also badly mutilated, usually a sign of a Microsoft mail program: Sent: >>> Drew Tomlinson wrote: >>> >>> I'm a newbie to both FreeBSD and Unix but I'm learning. In >> just over >>> a month, I've succeeded in installing 4.0-S, learning to >> use CVSup to >>> synch my source, recompiled my kernel and upgraded to 4.1-S, and >>> gotten Apache running. >> >> Congrats on your achievements so far. You should know >> however that it's >> considered rude to send HTML e-mail to any public list. > > Thank you. I have set my email client to plain text. Please let me know if > it isn't received that way and I'll look into it. Presumably intended: >>> Drew Tomlinson wrote: >>> >>> I'm a newbie to both FreeBSD and Unix but I'm learning. In just >>> over a month, I've succeeded in installing 4.0-S, learning to use >>> CVSup to synch my source, recompiled my kernel and upgraded to >>> 4.1-S, and gotten Apache running. >> >> Congrats on your achievements so far. You should know however >> that it's considered rude to send HTML e-mail to any public list. > > Thank you. I have set my email client to plain text. Please let me > know if it isn't received that way and I'll look into it. You'd be well advised to change to a UNIX-based program with a real editor as soon as you can. If you can't, take a look at http://www.lemis.com/email/email-format.html] for further ideas of how to salvage the situation. I've tried it: it works, but it's a lot of work. >>> My next endeavor is to set up named (DNS). All I want to do is >>> include entries for the 3 nodes on my network so they can be >>> resolved and then forward any other requests to my ISP for >>> resolution. >> >> You don't want to use dns for this. You want to put the >> entries for your 3 hosts in your /etc/hosts file, then make sure >> that /etc/host.conf says something like: >> >> # First try the /etc/hosts file >> hosts >> # Now try the nameserver next. >> bind > > Will this be perceived as a DNS server from my other nodes? No, this only works for your system. > In other words, can I use 192.168.0.5 as the DNS address in their > configs? No, the whole network 192.168.x.x is not routable, in other words it's not reachable from outside your network. This is a feature, not a bug: plenty of people use these addresses, and they know they can because it can't cause a conflict. > The reason that I need DNS is because Unix Services 2.0 for Windows > requires it to work properly but it can not be installed on the same > machine that has Unix Services for Windows loaded. (Yet another > reason to move from Windows). Eventually, I plan to do away with > all of this but for now, this is the best solution I have. Well, I don't understand the Microsoft problems, but they don't apply to UNIX. The real issue is that you are on a non-routable network. That just won't work. You need to get the name server on a globally visible system. The obvious first step would be to make the FreeBSD box the gateway, which has other advantages, but you probably need to get your ISP to host the name services if he won't give you a real static IP address. Greg -- When replying to this message, please take care not to mutilate the original text. For more information, see http://www.lemis.com/email.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message