[lug] DNS and a thanks for the DSL info.
Sean Reifschneider
jafo at tummy.com
Sun Aug 27 11:51:53 MDT 2000
On Sun, Aug 27, 2000 at 07:43:13PM +0200, rm at mamma.varadinet.de wrote:
>My point. But is there an easy way for the ISP to do that? The only
>way i know off would be to delegate every single address within the range
>to you. But this is exactly what Dave wanted to avoid.
Newer versions of BIND have some functionality for handling just such
an instance. From the BIND documentation:
$ORIGIN 0.0.192.IN-ADDR.ARPA.
$GENERATE 1-2 0 NS SERVER$.EXAMPLE.
$GENERATE 1-127 $ CNAME $.0
is equivalent to
0.0.0.192.IN-ADDR.ARPA NS SERVER1.EXAMPLE.
0.0.0.192.IN-ADDR.ARPA NS SERVER2.EXAMPLE.
1.0.0.192.IN-ADDR.ARPA CNAME 1.0.0.0.192.IN-ADDR.ARPA
2.0.0.192.IN-ADDR.ARPA CNAME 2.0.0.0.192.IN-ADDR.ARPA
...
127.0.0.192.IN-ADDR.ARPA CNAME 127.0.0.0.192.IN-ADDR.ARPA
Sean
--
A computer is like an Old Testament god, with a lot of rules and no mercy.
-- Joseph Campbell
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python
More information about the LUG
mailing list