Thursday Sep 09
Written by aeonmike Friday, 15 January 2010 00:00
Attention: open in a new window. PDFPrintE-mail

There are many network attacks happening now, if you read the newspaper some of our government website has been deface and hacked, Indonesian group hacker is claiming this attacks.

Please read this material and spread the information to your other IT colleagues.

FROM: http://cyberexchange.isc2.org/


I'm Security-Conscious, 2! Help the people in your community and your organization adopt this mantra by downloading any of these fun, free security awareness tools posted on the (ISC)² Cyber Exchange. We encourage you to share these materials with anyone in your community or workplace that would benefit - whether it's your friends, colleagues, or children. You can also rank your favorites. Help us make the cyber world a safer place!


Please Download this Material and Read it.

http://cyberexchange.isc2.org/download.aspx

If you want to build a secure network using Open Source, Please Contact me:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it . I'm willing to help and give advice to secure your network.

Written by red_coder Wednesday, 06 January 2010 00:00
Attention: open in a new window. PDFPrintE-mail

Install bind-chroot on both servers

# yum install bind-chroot

From Primary DNS

# dnssec-keygen -a HMAC-MD5 -b 128 -n HOST master-slave
Kmaster-slave.+157+50029

The output tells us the name of the file containing our new key: in this case
Kmaster-slave.+157+50029.private. The numbers are the DNSSEC algorithm
(157=HMACMD5), and the key's fingerprint (50029) which will probably be different on your machine

From Kmaster-slave+157.50029.private we will extract the shared key:
# cat Kmaster-slave+157.50029.private
Private-key-format: v1.2
Algorithm: 157 (HMAC_MD5)
Key: axdafafFTdafaCSDF090DSDs==

The key here is axdafafFTdafaCSDF090DSDs==; this will be different in your file. Keep track of this file;
we will need it for testing our configuration later.

Page 4 of 4