[nzlug] DNS & Tunnelling tests

Matt Brown matt at mattb.net.nz
Thu Jul 13 10:36:18 NZST 2006


Vik Olliver wrote:
> I've just been going through the steps to remove the VTUN from my Linux
> server and changed its static IP. I see on Maxnet's DNS servers that the
> IP address has changed from 210.55.104.113 to 203.89.165.162, but on my
> work servers I still get the old IP for both family.gen.nz and
> diamondage.co.nz domains.
> 
> Can anyone get the new static IP for both domains?

You're probably hitting cached records at your ISP or somewhere.

I recommend using dig + trace for this sort of diagnosis work, it does
all queries directly, hence avoiding the problem or cached records.

dig +trace reports that diamondage.co.nz is working ok

diamondage.co.nz.       86400   IN      NS      ns3.maxnet.net.nz.
diamondage.co.nz.       86400   IN      NS      ns1.maxnet.net.nz.
diamondage.co.nz.       86400   IN      NS      ns2.maxnet.net.nz.
;; Received 103 bytes from 202.46.190.130#53(NS1.DNS.NET.nz) in 61 ms

www.diamondage.co.nz.   86400   IN      A       203.89.165.162
diamondage.co.nz.       86400   IN      NS      ns1.maxnet.net.nz.
diamondage.co.nz.       86400   IN      NS      ns3.maxnet.net.nz.
diamondage.co.nz.       86400   IN      NS      ns2.maxnet.net.nz.
;; Received 167 bytes from 209.123.221.169#53(ns3.maxnet.net.nz) in 345 ms

family.gen.nz is broken however,

family.gen.nz.          86400   IN      NS      ns3.win.co.nz.
family.gen.nz.          86400   IN      NS      family.gen.nz.
;; Received 90 bytes from 202.46.190.130#53(ns1.dns.net.nz) in 73 ms

family.gen.nz.          74197   IN      NS      ns3.win.co.nz.
family.gen.nz.          74197   IN      NS      family.gen.nz.
;; Received 106 bytes from 209.123.221.169#53(ns3.win.co.nz) in 349 ms

It looks to me like the .nz zone isn't providing glue for the
family.gen.nz record and neither is ns3.win.co.nz. ns3.win.co.nz doesn't
seem to be providing any authorative records either, so the domain is
currently unresolvable.

-- 
Matt Brown
matt at mattb.net.nz
Mob +64 21 611 544 www.mattb.net.nz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: OpenPGP digital signature
Url : http://www.linux.net.nz/pipermail/nzlug/attachments/20060713/43a8f3c3/signature.pgp


More information about the NZLUG mailing list