Google

 

Archive for the 'Tutorial' Category

Kondisi awal dengan 1 buah harddisk

#df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da0s1a 989M […]

These are my notes from configuring kernel PPP (pppd), a firewall, and Network Address Translation (NAT/masquerading) on FreeBSD 4.10. My goal was to have a shared Internet connection in which my FreeBSD box acts as the Internet router (gateway) and firewall via a dialup connection for other computers on my LAN.

Recompile the FreeBSD kernel […]

What is APF (Advanced Policy Firewall)? APF Firewall
APF is a policy based iptables firewall system designed for ease of use and configuration. It employs a subset of features to satisfy the veteran Linux user and the novice alike. Packaged in tar.gz format and RPM formats, make APF ideal for deployment in many server environments based […]

Untuk ngedrop/deny/blocking yang coba login ke FTP Service mikrotik Kita (Jika 10 kali gagal login dalam 1 menit, maka IP-nya akan masuk ke blocking address-list) :

/ip firewall filter

add chain=input protocol=tcp dst-port=21 src-address-list=ftp_blacklist action=drop
add chain=output action=accept protocol=tcp content=”530 Login incorrect” dst-limit=1/1m,9,dst-address/1m
add chain=output action=add-dst-to-address-list protocol=tcp content=”530 Login incorrect” \ address-list=ftp_blacklist […]

OK pertama-tama yang harus disiapkan adalah all that’s make you comfort dude
then…
let’s go to work…

perlu di ingat untuk menjalankan denyhost diperlukan python, jika python belum terinstall maka install lah dulu pythonnya bro..
Step 1#
# cd /usr/ports/lang/python
# make install all
Silahkan tunggu sampai python terinstall (not using long time kok bro)
Next Destination adalah lanjutkan untuk denyhost…
Step […]

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 […]

Download script auto installernya –> http://www.qmailtoaster.com/info/current-download-script.sh
setelah selesai mendownloadnya kita tinggal menjalankan script untuk mendownloadnya dengan perintah :

#sh current-download-script.sh
Silahkan menunggu sambil ngopi2 + ngeroko2 or something u like (Lumayan lama seehh tergantung bw dan spek server kita juga ) sampai proses selesai…..
qmailtoaster sudah menyediakan beberapa script OS untuk installasinya seperti:
CentOS Installation Scripts: http://www.qmailtoaster.com/centos/
Fedora […]

- Next »