*BSD News Article 70500


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!swrinde!cs.utexas.edu!chi-news.cic.net!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!News.LiveNet.Net!jsloan
From: jsloan@LiveNet.Net (Jim Sloan)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: multiple names
Date: Sat, 08 Jun 96 15:53:47 GMT
Organization: LiveNet, Inc.
Lines: 41
Message-ID: <4pc7mb$3rk_002@news.livenet.net>
References: <4p4clr$5lo@stratus.skypoint.net> <4p5rq1$1ok_006@news.livenet.net> <4p97pl$11f@anorak.coverform.lan>
NNTP-Posting-Host: white.livenet.net
X-Newsreader: News Xpress 2.0 Beta #0

In article <4p97pl$11f@anorak.coverform.lan>, brian@awfulhak.demon.co.uk (Brian Somers) wrote:
>Jim Sloan (jsloan@LiveNet.Net) wrote:
>
>: artbbs.com is not a FQDN, but you can force the issue with
>: artbbs.com      IN      A       206.9.159.17
>
>Isn't it a killer when you forget the dot ?  You mean
>artbbs.com.      IN      A       206.9.159.17
>
>--
>Brian <brian@awfulhak.demon.co.uk>
>Don't _EVER_ lose your sense of humour....

Yeah, that dot will get you everytime.  I can't count the times it has bitten 
me trying to do that until I wrote a script that creates the initial domain.db 
and sets up the SOA record


@       IN      SOA     domain.name     who.domain.name (
                        YYYYMMDD01 3600 300 3600000 3600 )
        IN      NS      primary.nameserver.name.
        IN      NS      secondary.nameserver.name.
        IN      A       www.xxx.yyy.zzz
        IN      MX      5 primary.mailhandler.name.
        IN      MX      10 secondary.mailhandler.name.

then all I have to worry about is machine names, and I can forget about the 
dot :)

Although, It still gets me sometimes in the IN-ARPA and I talk about some 
weird reverse lookup returns when you do that :)

------------------------------------------------------------------------
 Jim Sloan                        jsloan@livenet.net
 Vice President
 LiveNet, Inc.                         
 413 Davis St. Suite 106          Full Service Internet Provider
 Virginia Beach VA 23462          Dialup and dedicated connections
 Ph: 804-499-9328                 Virtual Web, Email, and FTP hosting
 http://www.livenet.net           info@livenet.net webmaster@livenet.net
------------------------------------------------------------------------