[sf-lug] SFLUG.org

Michael Paoli Michael.Paoli at cal.berkeley.edu
Mon Apr 8 21:04:40 PDT 2019


> From: "Rick Moen" <rick at linuxmafia.com>
> Subject: Re: [sf-lug] Domain administration (broken WHOIS)
> Date: Sun, 7 Apr 2019 22:44:09 -0700

> Quoting Al (awsflug at sunnyside.com):
>
> Al, here's what I recommend to move this along:
>
> Go into Web-based administration for your new domain at GoDaddy, and
> redefine what DNS nameservers are authoritative.  Currently, those are
> four of your nameservers:
>
> $ whois sflug.org | grep 'Name Server'

> Please change that to this set:
>
> $ whois sf-lug.org | grep 'Name Server'
> Name Server: NS1.LINUXMAFIA.COM
> Name Server: NS.PRIMATE.NET
> Name Server: NS1.SVLUG.ORG
> Name Server: NS1.SF-LUG.ORG
> $

$ dig +noall +answer +nottl ns1.sf-lug.org. A ns1.sf-lug.org. AAAA
ns1.sf-lug.org.         IN      A       198.144.194.238
ns1.sf-lug.org.         IN      AAAA    2001:470:1f04:19e::2
$ dig @198.144.194.238 +norecurse +noall +answer +nottl sflug.org. SOA
sflug.org.              IN      SOA     ns1.sflug.org. jim.well.com.  
1554781309 10800 3600 1209600 86400
$ dig @2001:470:1f04:19e::2 +norecurse +noall +answer +nottl sflug.org. SOA
sflug.org.              IN      SOA     ns1.sflug.org. jim.well.com.  
1554781309 10800 3600 1209600 86400
$

The basics are there ... presuming slave(s) want to use
198.144.194.238 and/or 2001:470:1f04:19e::2
as master, and authority wants to so delegate.

We should tweak things further later
(e.g. ns1.sf-lug.org. --> ns1.sflug.org.)
but "good enough" for the moment.
For those that bother to peek, yes, there are A and AAAA records.
Most might not be of a whole lot 'o use to sflug.org ... at least
yet.  Most notably the multi-domain (virtual) domain hosting
web server doesn't particularly know anything yet about [www.]sflug.org,
etc.
Also, no DNSSEC, etc. yet - as that also takes various coordination
(notably in delegating).

The sflug.org zone (at least at ns1.sf-lug.org.) was mostly patterned
after sf-lug.org (with various stuff thrown out, and some modest changes).
Depending who will/might do certs from where, may want to change CAA,
but again, probably "good enough" for now.




More information about the sf-lug mailing list