1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Id: batch.html.en,v 1.47 2004/02/19 14:16:36 sdalu Exp $ -->
<!-- -->
<!-- CONTACT : zonecheck@nic.fr -->
<!-- AUTHOR : Stephane D'Alu <sdalu@nic.fr> -->
<!-- -->
<!-- CREATED : 2002/10/01 13:58:17 -->
<!-- REVISION : $Revision: 1.47 $ -->
<!-- DATE : $Date: 2004/02/19 14:16:36 $ -->
<!-- -->
<!-- CONTRIBUTORS: (see also CREDITS file) -->
<!-- -->
<!-- -->
<!-- LICENSE : GPL v2 (or MIT/X11-like after agreement) -->
<!-- COPYRIGHT : AFNIC (c) 2003 -->
<!-- -->
<!-- This file is part of ZoneCheck. -->
<!-- -->
<!-- ZoneCheck is free software; you can redistribute it and/or modify it -->
<!-- under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!-- -->
<!-- ZoneCheck is distributed in the hope that it will be useful, but -->
<!-- WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -->
<!-- General Public License for more details. -->
<!-- -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with ZoneCheck; if not, write to the Free Software Foundation, -->
<!-- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->
<!-- -->
<HTML>
<HEAD>
<LINK rel="stylesheet" href="HTML_PATH/style/zc.css" type="text/css">
<LINK rel="icon" href="HTML_PATH/img/zc-fav.png" type="image/png">
<LINK rel="start" title="ZoneCheck main page"
type="text/html"
href="HTML_PATH/">
<LINK rel="bookmark" title="batch form"
type="text/html"
href="batch.html">
<LINK rel="bookmark" title="single zone form"
type="text/html"
href="form.html">
<LINK rel="help"
type="text/html"
href="#help">
<LINK lang="fr" title="Zonecheck"
type="text/html"
rel="alternate"
hreflang="fr"
href="HTML_PATH/fr/">
<TITLE>ZoneCheck in batch mode</TITLE>
</HEAD>
<BODY>
<P id="lang">Lang: <B>EN</B> / <A href="HTML_PATH/fr/batch.html">FR</A></P>
<P id="beta">experimental</P>
<!-- Logo -->
<H1><IMG alt="ZoneCheck (batch mode)" src="HTML_PATH/img/logo.png"></H1>
<P>It is assumed that you are already familiar with <I>ZoneCheck</I>,
if not you are advised to try the <A href="form.html">single domain
version</A> of the form before using this batch mode.</P>
<P>For detailed information on how to fill this form see the
<A href="#help">help</A> section.</P>
<H2>Zone information</H2>
Examples:
<PRE>DOM=afnic.fr
DOM=nic.fr NS=ns1.nic.fr;ns2.nic.fr
DOM=nic.fr NS=ns3.nic.fr=2001:660:3006:1::1:1,192.134.0.49;ns2.nic.fr
</PRE>
<!-- Form -->
<FORM method="POST" action="HTML_PATH/cgi-bin/zc.cgi">
<TEXTAREA name="batchdata" rows="10" cols="60"></TEXTAREA>
<P>
<INPUT type="submit" value=" Check! ">
<INPUT type="reset" value=" Clear ">
<!-- Options -->
<H2>Options</H2>
<TABLE class="zc-options">
<TR class="zc-title"><TD colspan="4">Output</TD></TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="intro" value='t'>
zone summary</TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="testname" value='t'>
test name</TD>
<TD><INPUT type="checkbox" name="explain" value='t' checked>
explanations</TD>
<TD><INPUT type="checkbox" name="details" value='t' checked>
details</TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="one" value='t' checked>
one liner</TD>
<TD><INPUT type="checkbox" name="quiet" value='t' checked>
no titles</TD>
<TD>
</TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT type="radio" name="progress" value='counter' checked>
progress bar</TD>
<TD><INPUT type="radio" name="progress" value='testdesc'>
description</TD>
<TD><INPUT type="radio" name="progress" value=''>
nothing</TD>
</TR>
<TR>
<TD></TD>
<TD><SELECT name="report">
<OPTION value="byseverity" SELECTED> by severity
<OPTION value="byhost" > by host
</SELECT>
report</TD>
<TD><SELECT name="format">
<OPTION value="html" SELECTED> HTML
<OPTION value="text" > Text
</SELECT> format
</TD>
<TD><SELECT name="lang">
<OPTION value="en" SELECTED> English
<OPTION value="fr" > Français
</SELECT> Language
</TR>
<TR><TD></TD></TR>
<TR class="zc-title"><TD colspan="4">Error report</TD></TR>
<TR>
<TD></TD>
<TD><INPUT type="radio" name="errorlvl" value="" CHECKED>
default error</TD>
<TD><INPUT type="radio" name="errorlvl" value="allfatal">
all fatals</TD>
<TD><INPUT type="radio" name="errorlvl" value="allwarning">
all warnings</TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="dontstop" value="nostop">
don't stop on fatal</TD>
<TD><INPUT type="checkbox" name="fatalonly" value="t">
fatal only</TD>
<TD><INPUT type="checkbox" name="reportok" value="t">
report ok</TD>
</TR>
<tr>
<td></td>
<td><select name="profile">
<option value="automatic" selected> automatic
<optgroup label="automatic profiles">
<option value="default" > Default
<option value="reverse" > Reverse
</optgroup>
<optgroup label="available profiles">
<option value="afnic" > AFNIC
</optgroup>
</select> profile</td>
<td></td>
<td></td>
</tr>
<TR><TD></TD></TR>
<TR class="zc-title"><TD colspan="4">Extra test performed</TD></TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="chkmail" value='t' checked>
mail delivery</TD>
<TD><INPUT type="checkbox" name="chkzone" value='t' checked>
zone content</TD>
<TD><INPUT type="checkbox" name="chkrir" value='t' checked>
<ACRONYM title="Regional Internet Registry">RIR</ACRONYM> databases</TD>
</TR>
<TR><TD></TD></TR>
<TR class="zc-title"><TD colspan="4">Transport layer</TD></TR>
<TR>
<TD></TD>
<TD><INPUT type="checkbox" name="transp3" value="ipv4" checked>
<ACRONYM title="Internet Protocol version 4">IPv4</ACRONYM></TD>
<TD><INPUT type="checkbox" name="transp3" value="ipv6" checked>
<A href="http://www.ipv6.org/"><ACRONYM title="Internet Protocol version 6">IPv6</ACRONYM></A></TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT type="radio" name="transp4" value="std" CHECKED>
<ACRONYM title="UDP with fallback on TCP for truncated answers">STD</ACRONYM></TD>
<TD><INPUT type="radio" name="transp4" value="udp">
<ACRONYM title="User Datagram Protocol">UDP</ACRONYM></TD>
<TD><INPUT type="radio" name="transp4" value="tcp">
<ACRONYM title="Transport Control Protocol">TCP</ACRONYM></TD>
</TR>
</TABLE>
</FORM>
<!-- Propaganda -->
<H2 id="benefit">Benefit</H2>
<P> Among the tests performed you can find checking for: </P>
<UL>
<LI>authoritative nameserver for your zone, ensuring you will
be able to use your domain from outside your network.
</LI>
<LI>correct list of secondary nameservers, so that if your
primary nameserver is temporarily unreachable, you will still
be visible on the internet;
<LI>check for mail delivery, so that you don't become the
pray of spammer and be
<A href="http://www.mail-abuse.org/">blacklisted</A>
</LI>
</UL>
<!-- Help -->
<H2 id="help">Help</H2>
<H3>Form</H3>
<TABLE rules="rows" class="zc-help">
<TR><TD class="zc-title" colspan="2">Zone Information</TD></TR>
<TR>
<TD class="zc-key">Zone</TD>
<TD>The domain (ie: zone) that should be tested (ie: the domain name
that you want to register).</TD>
</TR>
<TR>
<TD class="zc-key">Primary</TD>
<TD>The nameserver that is considered as primary (the one in
the SOA record if it is public).</TD>
</TR>
<TR>
<TD class="zc-key">Secondary</TD>
<TD>The secondary nameservers (all the NS records associated
with the zone, except for the one listed above).</TD>
</TR>
<TR>
<TD class="zc-key">IPs</TD>
<TD>List of IP addresses associated with the nameserver.
<UL>
<LI>they are only required if they can't be resolved
(ie: they are in the zone that you want to register).</LI>
<LI>if you have several addresses you must use a space or
a coma as the separator.</LI>
<LI>the form accept IPv4 and IPv6 addresses.</LI>
</UL>
</TD>
</TR>
<TR><TD class="zc-title" colspan="2">Options: Output</TD></TR>
<TR>
<TD class="zc-key">zone summary</TD>
<TD>Includes a summary about the zone and its nameservers in
the generated report</TD>
</TR>
<TR>
<TD class="zc-key">test name</TD>
<TD>Includes the name of the test that has been performed
when reporting errors</TD>
</TR>
<TR>
<TD class="zc-key">explanations</TD>
<TD>Includes an explanation (when the test failed) about
the purpose of the test and why you should fixed it.</TD>
</TR>
<TR>
<TD class="zc-key">details</TD>
<TD>Includes details (when the test failed) about
the culprit elements.</TD>
</TR>
<TR>
<TD class="zc-key">one liner</TD>
<TD>Report information as a one liner (in fact 3 lines).</TD>
</TR>
<TR>
<TD class="zc-key">no titles</TD>
<TD>Don't use title for the different sections.</TD>
</TR>
<TR>
<TD class="zc-key">progress bar</TD>
<TD>Display information about the test progression
using a a progress bar (<I>require javascript and
Mozilla or IE5+ for correct rendering</I>).</TD>
</TR>
<TR>
<TD class="zc-key">description</TD>
<TD>Give a short description of the test when it is performed.</TD>
</TR>
<TR>
<TD class="zc-key">nothing</TD>
<TD>Don't display information about the test progression.</TD>
</TR>
<TR>
<TD class="zc-key">report</TD>
<TD>Select the type of generated report you want.</TD>
</TR>
<TR>
<TD class="zc-key">format</TD>
<TD>Select the format in which you want the report
(HTML or plain text).</TD>
</TR>
<TR>
<TD class="zc-key">language</TD>
<TD>Select the language that you want the report generated in.</TD>
</TR>
<TR><TD class="zc-title" colspan="2">Options: Error report</TD></TR>
<TR>
<TD class="zc-key">default error</TD>
<TD>Errors are reported with the default severity associated
with them.</TD>
</TR>
<TR>
<TD class="zc-key">all fatals</TD>
<TD>All errors are considered fatals.</TD>
</TR>
<TR>
<TD class="zc-key">all warnings</TD>
<TD>All errors are considered warnings.</TD>
</TR>
<TR>
<TD class="zc-key">don't stop on fatal</TD>
<TD>Keep going even after encountering a fatal error
(<I>this could lead to some unexpected results</I>).</TD>
</TR>
<TR>
<TD class="zc-key">report ok</TD>
<TD>Report test that passed.</TD>
</TR>
<TR><TD class="zc-title" colspan="2">Options: Extra tests performed</TD></TR>
<TR>
<TD class="zc-key">mail delivery</TD>
<TD>Perform extra checking on mail delivery for typical
mail account (hostmaster, postmaster, ...) associated with
domain names.</TD>
</TR>
<TR>
<TD class="zc-key">zone transfer</TD>
<TD>Perform additional tests on the zone retrieved after
a <I>zone transfer</I>.</TD>
</TR>
<TR>
<TD class="zc-key">RIR databases</TD>
<TD>Check that IP addresses used are registered in the RIR
databases</TD>
</TR>
<TR><TD class="zc-title" colspan="2">Options: Transport layer</TD></TR>
<TR>
<TD class="zc-key">IPv4, IPv6</TD>
<TD>Select the routing layer (if none are selected it will
default to IPv4 and IPv6).</TD>
</TR>
<TR>
<TD class="zc-key">STD, UDP, TCP</TD>
<TD>Select the transport layer you want for interrogating
your nameservers.</TD>
</TR>
</TABLE>
<H3>Results</H3>
<UL>
<LI>the word <I>generic</I> means that the error is eitheir
unrelated or present on all nameservers,</LI>
<LI>when an error is between [brackets], this means that the test
failed for external reason, this reason is displayed next to it</LI>
</UL>
<!-- What / Who / When -->
<HR>
<SPAN style="float: right;">
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!"></a>
</SPAN>
Release: $Name: ZC-2_0_4 $ <BR>
<!-- Created: Fri Sep 27 16:34:31 CEST 2002 -->
<!-- hhmts start -->
Last modified: Thu Feb 19 14:45:06 CET 2004
<!-- hhmts end -->
</BODY>
<!-- Local Variables: -->
<!-- mode: html -->
<!-- End: -->
</HTML>
|