administrating BIND with Private IPs

Maximo Ramos maximo at violadores.org
Sat Feb 24 09:21:32 UTC 2001


Hi, and thank you for your useful reply ...

On Fri, Feb 23, 2001 at 11:38:21AM -0700, Christopher Denney wrote:
> Well, What I'm doing is similar...
>     I'm having my dhcp server hand out private addresses to machines and
> register them on the "dhcp.domain.com" domain. This "fake domain is only
> accessible to machines on my network. Only my machines have either a private
> or a public, not both.
> (those that DO have both are only in the DNS for the public address)
> --------------------------------------------------------------------
> zone "domain.com" {
>         type master;
>         file "db.domain.com";
> };
> zone "dhcp.domain.com" {
>         type master;
>         file "db.dhcp.domain.com";
>         allow-query {
>                 127.0.0.1;         <-- local host  :)
>                 xxx.xxx.xx.0/24;   <-- publicly addressed network
>                 172.xx.xx.0/22;    <-- privatly addressed network
>         };
>         allow-update { 127.0.0.1; };
> };
> zone "xx.xx.172.in-addr.arpa" {
>         type master;
>         file "db.172.xx.xx";
>         allow-query {
>                 127.0.0.1;         <-- local host  :)
>                 xxx.xxx.xx.0/24;   <-- publicly addressed network
>                 172.xx.xx.0/22;    <-- privatly addressed network
>         };
>         allow-update { 127.0.0.1; };
> };
> 
> -- 
>     -- Cd --                    Christopher Denney
> -- 
> Absurdity, n. a statement or belief manifestly inconsistent with one's own
> opinion. -Ambrose Bierce, The Devil's Dictionary (1906)

I will try that ... .... but I really don't like the idea of having to
use a fake domain, even though I am the owner of a domain ... anytime
...

I would be really great to use my domain for my private machines :(


-- 
----------------------------------------------------
Maximo Ramos


More information about the bind-users mailing list