Google

 

Archive for the 'OpenBSD' Category

Source Package Yang Dibutuhkan :
1. daemontools-0.76.tar.gz
2. ucspi-tcp-0.88.tar.gz
3. djbdns-1.05.tar.gz
==============================

# mkdir /usr/local/src ( taruh ucspi-tcp-0.88.tar.gz dan djbdns-1.05.tar.gz pada directory ini )
====================
INSTALL DAEMONTOOLS=
====================
# mkdir /package ( letakkan daemontools-0.76.tar.gz disini )
# chmod 1755 /package
# cd /package
# tar -zxvf daemontools-0.76.tar.gz
# cd admin/daemontools-0.76
# package/install
# csh -cf ‘/command/svscanboot &’
=======================
INSTALL ucspi-tcp-0.88=
=======================
# cd /usr/local/src
# tar -zxvf ucspi-tcp-0.88.tar.gz
# cd ucspi-tcp-0.88
# make setup check
===============
INSTALL DJBDNS=
===============
# groupadd […]

OpenBSD firewall using pf

Lock down the box
The first step to lock down the firewall box is to disable all unnecessary running services. Luckily, OpenBSD out of the box is really secure even with ident, comsat, daytime, time, rstatd and rusersd enabled in /etc/inetd.conf. Comment out mentioned services in /etc/inetd.conf and edit /etc/rc.conf and make sure portmap, sendmail and […]