Security Incidents mailing list archives

Re: Cracked by the Brazilians


From: mrseth () PHYSICS GMU EDU (Seth Milder)
Date: Fri, 31 Mar 2000 01:27:10 -0500


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;
};


Current thread: