OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Cracked by the Brazilians
From: Seth Milder (mrsethPHYSICS.GMU.EDU)
Date: Fri Mar 31 2000 - 00:27:10 CST


Ralf Spenneberg wrote:
>
> Hi!
>
> Are you sure that your bind is just listening to the private ethernet card?

I think so. My conf file is below

Thanks,

Seth

physics 2% more /etc/named.conf

acl "valhall" {
        { 192.168.3.1/32; };
        { 192.168.3.0/24; };
        };

options {
        directory "/var/named";
};
zone "." {
        type hint;
        file "named.ca";
};
zone "physics.bogus"{
        type master;
        file "valhall";
        allow-query {valhall;};
        notify no;
};
zone "0.0.127.IN-ADDR.ARPA"{
        type master;
        file "named.local";
};
zone "3.168.192.IN-ADDR.ARPA"{
        type master;
        file "arp.valhall";
        allow-query {valhall;};
        notify no;
};