There are cases where it is necessary to explicitly
specify the zone separately from the hostname.
My case: my domain is ericworden.seattle.wa.us. If
I don't specify the zone, ZoneEdit assumes it
is "seattle.wa.us", which is incorrect.
This patch adds an explicit "zone" option resulting
in a suffix like this:
&dnsto=1.2.3.4&zone=myhost.domain.org
More details (ZoneEdit support email exchange):
From: ZoneEdit CustomerCare <support@zoneedit.com>
Date: Thu, 12 Oct 2006 07:18:46 -0700 (PDT)
Subject: Re: website doesn't match nameserver
[Incident: 060930-001469] [Incident: 061011-002500]
To: worden.eric@gmail.com
Recently you requested personal assistance from our
on-line support
center. Below is a summary of your request and our
response.
If this issue is not resolved to your satisfaction,
you may reopen it
within the next 10 days.
If you would like to update your question, please
reply to this
message or enter your reply between the brackets
below.
[===> Please enter your reply below this line <===]
[===> Please enter your reply above this line <===]
Subject
---------------------------------------------------------------
Re: website doesn't match nameserver [Incident:
060930-001469]
Discussion Thread
---------------------------------------------------------------
Response (Grace A) - 10/12/2006 07:18 AM
Dear Sir,
The problem is that the dynamic dns client is trying
to edit the zone seattle.wa.us instead of the zone
ericworden.seattle.wa.us.
SUCCESS CODE="200" TEXT="Update succeeded."
ZONE="seattle.wa.us" HOST="ericworden.seattle.wa.us"
IP="71.231.218.74">
You need to modify the dynamic dns script and make
sure that the zone is ericworden.seattle.wa.us.
You can try this:
http://dynamic.zoneedit.com/auth/dynamic.html?zone=ericworden.seattle.wa.us
Let me know if you still have any other questions.
Thank you.
Best Regards,
Grace
ZoneEdit Support
Customer (Eric Worden) - 10/11/2006 07:25 PM
Incident created due to reply to expired incident
060930-001469.
Can you please have another look? I haven't seen any
change in
behavior. My update app (python script) hits
dynamic.zoneedit.com.
In an email following this one I will attach the
script. Thanks for
your help.
DIG:
worden@silver:~ $ dig @ns16.zoneedit.com
ericworden.seattle.wa.us
; <<>> DiG 9.3.2 <<>> @ns16.zoneedit.com
ericworden.seattle.wa.us
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id:
10977
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY:
2, ADDITIONAL: 0
;; QUESTION SECTION:
;ericworden.seattle.wa.us. IN A
;; ANSWER SECTION:
ericworden.seattle.wa.us. 300 IN A
67.168.106.68
;; AUTHORITY SECTION:
ericworden.seattle.wa.us. 7200 IN NS
ns16.zoneedit.com.
ericworden.seattle.wa.us. 7200 IN NS
ns13.zoneedit.com.
;; Query time: 106 msec
;; SERVER: 216.110.187.226#53(216.110.187.226)
;; WHEN: Wed Oct 11 19:02:18 2006
;; MSG SIZE rcvd: 108
MAIL FROM CRON:
From worden@localhost.localdomain Mon Oct 9
21:56:03 2006
X-Original-To: worden
From: root@localhost.localdomain (Cron Daemon)
To: worden@localhost.localdomain
--syslog -i eth0 -d /var/local/zoneclient/ EWorden
**********
ericworden.seattle.wa.us
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/worden>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=worden>
Date: Mon, 9 Oct 2006 21:56:03 -0700 (PDT)
Content-Length: 158
Lines: 3
zoneclient.py: Success
zoneclient.py: <SUCCESS CODE="200" TEXT="Update
succeeded."
ZONE="seattle.wa.us" HOST="ericworden.seattle.wa.us"
IP="71.231.218.74">
SYSLOG:
Oct 11 18:56:01 localhost /USR/SBIN/CRON[8825]:
(worden) CMD (python
/usr/local/bin/zoneclient.py --
syslog -i eth0 -d /var/local/zoneclient/ EWorden
*************
ericworden.seattle.wa.us)
Oct 11 18:56:01 localhost zoneclient: opt_directory
set to
/var/local/zoneclient/
Oct 11 18:56:01 localhost zoneclient: opt_interface
set to eth0
Oct 11 18:56:01 localhost zoneclient: opt_username =
EWorden
Oct 11 18:56:01 localhost zoneclient: opt_password =
**********
Oct 11 18:56:01 localhost zoneclient: opt_hostnames =
ericworden.seattle.wa.us
Oct 11 18:56:01 localhost zoneclient: PWD
= /home/worden
Oct 11 18:56:01 localhost zoneclient: Datfile =
/var/local/zoneclient/zoneclient.dat
Oct 11 18:56:01 localhost zoneclient: Errfile =
/var/local/zoneclient/zoneclient.err
Oct 11 18:56:01 localhost zoneclient: Waitfile =
/var/local/zoneclient/zoneclient.wait
Oct 11 18:56:01 localhost zoneclient: Htmlfile =
/var/local/zoneclient/zoneclient.html
Oct 11 18:56:01 localhost zoneclient: Tempfile =
/var/local/zoneclient/zoneclient.tmp
Oct 11 18:56:01 localhost zoneclient: Interface ip
detection on
sys.platform = linux2
Oct 11 18:56:01 localhost zoneclient: linux interface
ip detection for localip
Oct 11 18:56:01 localhost zoneclient: IP matched:
71.231.218.74
Oct 11 18:56:01 localhost zoneclient: Good, filehosts
and hostnames
are the same.
Oct 11 18:56:01 localhost zoneclient: Checking hosts
in file vs command line.
Oct 11 18:56:01 localhost zoneclient: The database
matches local
address. No hosts update.
>
Question Reference #061011-002500
---------------------------------------------------------------
Date Created: 10/11/2006 07:25 PM
Last Updated: 10/12/2006 07:18 AM
Status: Resolved
Phone Number:
Account Name:
Emergency:
Domain name
---------------------------------------------------------------
[---001:004145:41789---]
Thank you for contacting the Customer Care Team
Grace A,
Customer Care Representative
diff adds explicit "zone" option to v. 0.54s