Feed on
Posts
Comments

BRO on CentOS 6.6

  • Install CentOS 6.6 minimal
  • chkconfig iptables off
  • chkconfig ip6tables off
  • Disable selinux and reboot
  • yum -y install http://mirror.umd.edu/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
  • yum -y update
  • yum -y install bison cmake file-devel flex gcc gcc-c++ libpcap-devel libunwind make openssl-devel python-devel swig wget zlib-devel
  • yum -y install gperftools GeoIP GeoIP-update GeoIP-update6 xerces-c xqilla
  • cd /usr/local/src
  • wget http://www.bro.org/downloads/release/bro-2.3.2.tar.gz
  • tar xvzf bro-2.3.2.tar.gz
  • cd bro*
  • ./configure –enable-debug –enable-perftools –prefix=/usr/local/bro
  • make
  • make install
  • export PATH=/usr/local/bro/bin:$PATH
  • broctl
  • install
  • start
  • exit

Done…https://www.bro.org/sphinx/quickstart/index.html…

Comments are closed.