Revision history for ZoneStatus
Revision [3720]
Last edited on 2016-05-30 22:49:37 by ChrisPugh [Replaces old-style internal links with new pipe-split links.]Additions:
--- This page intends to convey, **for each OpenNIC sponsored TLD/zone**, which hosts are serving the zone, and at what level of currency. Hosts shown are those with NS records listed in the TLD/zone, and may not include [[Tier1Status | Master Pool hosts]] which also serve the TLD/zone. Absence of a Master Pool host in these zones does NOT represent a mis-configuration, and should not be a matter of concern, as long as the [[Tier1Status | Master Pool hosts]] do serve the zone.
===[[wiki.opennic.glue/files/zone_hosts.sh | The Script]]===
===[[wiki.opennic.glue/files/zone_hosts.sh | The Script]]===
Deletions:
===[[wiki.opennic.glue/files/zone_hosts.sh The Script]]===
Revision [1893]
Edited on 2009-05-21 16:23:13 by ChrisPugh [Replaces old-style internal links with new pipe-split links.]Deletions:
Additions:
==Current Zone Status ( produced from a revised version of this script ), may be found [[http://mavdns.net/opennic/scripts/ HERE]]==
Deletions:
Revision [1821]
Edited on 2008-12-23 09:11:38 by ChrisPugh [Link to output from a revised version of the Zone Status script]Additions:
==Current Zone Status ( produced from a revised version of this script ), may be found [[http://www.opennic.org.uk/zones.txt HERE]]==
Revision [1092]
Edited on 2008-01-27 02:56:03 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
===[[wiki.opennic.glue/files/zone_hosts.sh The Script]]===
Deletions:
Revision [712]
Edited on 2007-08-01 12:20:06 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
--- This page intends to convey, **for each OpenNIC sponsored TLD/zone**, which hosts are serving the zone, and at what level of currency. Hosts shown are those with NS records listed in the TLD/zone, and may not include [[Tier1Status Master Pool hosts]] which also serve the TLD/zone. Absence of a Master Pool host in these zones does NOT represent a mis-configuration, and should not be a matter of concern, as long as the [[Tier1Status Master Pool hosts]] do serve the zone.
Deletions:
Revision [711]
Edited on 2007-08-01 12:18:47 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
--- This page intends to convey, **for each OpenNIC sponsored TLD/zone**, which hosts are serving the zone, and at what level of currency. Hosts shown are those with NS records listed in the TLD/zone, and may not include [[Tier1Status Master Pool hosts]] which also serve the TLD/zone. Absence of a tier1 host in these zones does NOT represent a mis-configuration, and should not be a matter of concern, as long as the [[Tier1Status Master Pool hosts]] do serve the zone.
Deletions:
Revision [634]
Edited on 2007-07-25 09:30:44 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
--- This page intends to convey, **for each OpenNIC sponsored TLD/zone**, which hosts are serving the zone, and at what level of currency. Hosts shown are those with NS records listed in the TLD/zone, and may not include [[Tier1Status tier1 hosts]] which also serve the TLD/zone. Absence of a tier1 host in these zones does NOT represent a mis-configuration, and should not be a matter of concern, as long as the [[Tier1Status tier1 hosts]] do serve the zone.
Deletions:
Revision [598]
Edited on 2007-07-22 23:41:33 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
===Zone Hosts===
==(i.e. Hosts per Zone)==
==(i.e. Hosts per Zone)==
Deletions:
Revision [533]
Edited on 2007-07-20 22:15:51 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
===Hosts per Zone===
Deletions:
Revision [532]
Edited on 2007-07-20 22:14:15 by AvoYager [Link to output from a revised version of the Zone Status script]Deletions:
{{safeinclude src="verify_master.log"}}
Revision [503]
Edited on 2007-07-20 00:52:01 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
--- This page intends to convey, **for each OpenNIC sponsored TLD/zone**, which hosts are serving the zone, and at what level of currency.
Deletions:
Revision [482]
Edited on 2007-07-19 11:16:56 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
--- This page intends to convey, for each OpenNIC TLD/zone, which tier1 hosts are serving the zone, and at what level of currency.
Deletions:
This page intends to convey, for each OpenNIC TLD/zone, which tier1 hosts are serving the zone, and at what level of currency.
==What's new==
{{safeinclude src="zone_hosts.diff"}}
Revision [479]
Edited on 2007-07-19 11:09:11 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
This page intends to convey, for each OpenNIC TLD/zone, which tier1 hosts are serving the zone, and at what level of currency.
Revision [423]
Edited on 2007-07-14 11:44:38 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
----
CategoryAuditing
CategoryHostmastering
CategoryAuditing
CategoryHostmastering
Revision [409]
Edited on 2007-07-09 12:55:21 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
===Overview===
{{safeinclude src="verify_master.log"}}
{{safeinclude src="verify_master.log"}}
Revision [400]
Edited on 2007-07-09 10:20:57 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
==What's new==
{{safeinclude src="zone_hosts.diff"}}
{{safeinclude src="zone_hosts.diff"}}
Revision [380]
Edited on 2007-07-08 13:43:46 by AvoYager [Link to output from a revised version of the Zone Status script]Additions:
---
===The Details===
{{safeinclude src="zone_hosts.log"}}
===The Script===
{{safeinclude src="zone_hosts.sh"}}
===The Details===
{{safeinclude src="zone_hosts.log"}}
===The Script===
{{safeinclude src="zone_hosts.sh"}}
Deletions:
%%
#!/bin/sh
# checks to see if the SOA master serves the zone
for each in null indy geek fur oss
do echo "$each "
dig +nssearch ${each}. 2>/dev/null
echo
done
%%
%%
#!/bin/bash
# list and test each individual host
# NOTE this script must be run from your tier1 nameserver, or the equivalent, which provides xfer for all OpenNIC zones.
zones="indy null oss geek fur parody"
logfile="/tmp/opennic_audit"
if [ -e $logfile ]
then rm $logfile
else touch $logfile
fi
for zone in $zones
do
# this following 'dig' will be from localhost ... or as specified in /etc/resolv.conf ...
for each in `dig axfr ${zone}. |grep IN |cut -f1 |sort |uniq`
do echo "$each `host -W1 -ta $each`" |tee -a $logfile
done
done
# summarize unique hsotnames and IPs
for zone in $zones
do
grep "\.${zone}\..*has address" $logfile |sort |uniq
grep "\.${zone}\..*has address" $logfile |sed s/^.*address.// |sort |uniq
done
%%
Additions:
# NOTE this script must be run from your tier1 nameserver, or the equivalent, which provides xfer for all OpenNIC zones.
# this following 'dig' will be from localhost ... or as specified in /etc/resolv.conf ...
# this following 'dig' will be from localhost ... or as specified in /etc/resolv.conf ...
Additions:
#!/bin/sh
# checks to see if the SOA master serves the zone
for each in null indy geek fur oss
do echo "$each "
dig +nssearch ${each}. 2>/dev/null
echo
done
# list and test each individual host
# summarize unique hsotnames and IPs
# checks to see if the SOA master serves the zone
for each in null indy geek fur oss
do echo "$each "
dig +nssearch ${each}. 2>/dev/null
echo
done
# list and test each individual host
# summarize unique hsotnames and IPs