domingo, 27 de febrero de 2011

How To Install BFD (Brute Force Detection) on CentOS


:: What is
Please take a look at this.


:: Installing dependency
Please take a look at this.


:: Installing BFD
[root@centoz ~]# mkdir download
[root@centoz ~]# cd download
[root@centoz download]# wget http://www.rfxnetworks.com/downloads/bfd-current.tar.gz
[root@centoz download]# tar -xzf bfd-current.tar.gz
[root@centoz download]# cd bfd-1.2/
[root@centoz bfd-1.2]# ./install.sh
.: BFD installed
Install path: /usr/local/bfd
Config path: /usr/local/bfd/conf.bfd
Executable path: /usr/local/sbin/bfd


:: Configuring BFD
[root@centoz bfd-1.2]# vi /usr/local/bfd/conf.bfd
==[ change on this options ]==
# send email alerts for all events [0 = off; 1 = on]
EMAIL_ALERTS="1"
# local user or email address alerts are sent to (separate multiple with comma)
EMAIL_ADDRESS="email@yourdomain.tld"
===================

:: Configure to Trasted IP
[root@centoz bfd-1.2]# vi /usr/local/bfd/ignore.hosts
==[ add your fix ip ]==
127.0.0.1
10.100.100.33
===============


:: Start BFD Service
[root@centoz bfd-1.2]# /usr/local/sbin/bfd -s

No hay comentarios:

Publicar un comentario