Lists all of the journal entries for the day.

Thu, 18 May 2006

1:44 PM - JJ Bugs

Looks like the style sheets are dicked up again.  I need to fix that.  I've got a new JJ design i may publish.  That makes 2 site designs beyond the current one.  I'm not sure which i like better.  I may show caryn tonight.  One is gray and shades of pink/red.  The other uses blue and yellow more. 

(1 comment | )

7:51 PM - Bind security

Someone posted this on the net today about bind security.. nice i may try it

BIND when used correctly can foil/hamper these DNS attacks from occuring.
Any tool improperly used can possibly cause problems.
This a proper way to secure a Bind nameserver.
An example would be in your bind named.conf adding an acl section and adding to section options.

//add your trusted networks
acl "trusted_queries" { 127.0.0.1; 192.168.1.0/24; some.ip.network.outthere/8; };
acl "trusted_recursion" { 127.0.0.1; 192.168.1.0/24; some.ip.network.outthere/8; };

options {
allow-query ( "trusted_queries" };
allow-recursion { "trusted_recursion" };
version "no version"; //protect your nameserver version
};
//and for your zones just add allow-query any
zone "some.zone.com" IN {
type master;
file "pri/some.zone.com.zone";
allow-query { any; }; //allow legitimate nameservers to get host info
};

()

8:37 PM - No shit...

"There's no way to rule innocent men. The only power government has is the power to crack down on criminals. When there aren't enough criminals, one makes them. One declares so many things to be a crime that it becomes impossible for men to live without breaking laws." -- Ayn Rand

location: Home

(1 comment | )