Arpon, tools ampuh anti netcut di jaringan internet April 11, 2010
Posted by basrilah in Ubuntu.Tags: arp, hotspot, linux, netcut
1 comment so far
Beberapa hari ini, jaringan hotspot di sekolah diserang oleh netcut. Banyak pengguna di sekolah mengeluh akibat netcut ini. Setelah saya cari di mbah Google, gue mendapatkan tools namanya arpon. Tools ini di instal di linux.
Arpon saya install di linux ubuntu 9.10. Tools ini dapat di download http://arpon.sourceforge.net/download.html
Adapun konfigurasi di linux ubuntu adalah sebagai berikut :
root@laptop-basri:/home/basri# nano /etc/default/arpon
# Defaults for arpon initscript
# sourced by /etc/init.d/arpon
# installed at /etc/default/arpon by the maintainer scripts
# You must choose between static ARP inspection (SARPI) and
# dynamic ARP inspection (DARPI)
#
# For SARPI uncomment the following line
DAEMON_OPTS=”-d -f /var/log/arpon/arpon.log -g -s”
# For DARPI uncomment the following line
# DAEMON_OPTS=”-d -f /var/log/arpon/arpon.log -g -y”
# Modify to RUN=”yes” when you are ready
RUN=”yes”
Software ini sangat ampuh mengatasi serangan arp poisoning semacam netcut dkk.
