|
Lines 4287-4293
Link Here
|
| 4287 |
&prompt.root; <userinput>mv named.conf etc && ln -sf etc/named.conf</userinput> |
4287 |
&prompt.root; <userinput>mv named.conf etc && ln -sf etc/named.conf</userinput> |
| 4288 |
&prompt.root; <userinput>mv named.root master</userinput> |
4288 |
&prompt.root; <userinput>mv named.root master</userinput> |
| 4289 |
<!-- I don't like this next bit --> |
4289 |
<!-- I don't like this next bit --> |
| 4290 |
&prompt.root; <userinput>sh make-localhost && mv localhost.rev master</userinput> |
4290 |
&prompt.root; <userinput>sh make-localhost && mv localhost.rev localhost-v6.rev master</userinput> |
| 4291 |
&prompt.root; <userinput>cat > master/named.localhost |
4291 |
&prompt.root; <userinput>cat > master/named.localhost |
| 4292 |
$ORIGIN localhost. |
4292 |
$ORIGIN localhost. |
| 4293 |
$TTL 6h |
4293 |
$TTL 6h |
|
Lines 4379-4385
Link Here
|
| 4379 |
<replaceable>/etc/named.conf</replaceable> is denoted by a full |
4379 |
<replaceable>/etc/named.conf</replaceable> is denoted by a full |
| 4380 |
pathname <emphasis>relative to the sandbox</emphasis>, i.e. in |
4380 |
pathname <emphasis>relative to the sandbox</emphasis>, i.e. in |
| 4381 |
the line above, the file referred to is actually |
4381 |
the line above, the file referred to is actually |
| 4382 |
<filename>/etc/namedb/etc/named.conf</filename>/</para> |
4382 |
<filename>/etc/namedb/etc/named.conf</filename>.</para> |
| 4383 |
</note> |
4383 |
</note> |
| 4384 |
</listitem> |
4384 |
</listitem> |
| 4385 |
</itemizedlist> |
4385 |
</itemizedlist> |
|
Lines 4411-4419
Link Here
|
| 4411 |
}; |
4411 |
}; |
| 4412 |
zone "0.0.127.in-addr.arpa" IN { |
4412 |
zone "0.0.127.in-addr.arpa" IN { |
| 4413 |
type master; |
4413 |
type master; |
| 4414 |
file "master/named.loopback"; |
4414 |
file "master/localhost.rev"; |
| 4415 |
allow-transfer { localhost; }; |
4415 |
allow-transfer { localhost; }; |
| 4416 |
notify no; |
4416 |
notify no; |
|
|
4417 |
}; |
| 4418 |
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" { |
| 4419 |
type master; |
| 4420 |
file "master/localhost-v6.rev"; |
| 4421 |
allow-transfer { localhost; }; |
| 4422 |
notify no; |
| 4417 |
}; |
4423 |
}; |
| 4418 |
zone "." IN { |
4424 |
zone "." IN { |
| 4419 |
type hint; |
4425 |
type hint; |