molo 安装记录

$sudo apt-get install zip

安装zip 解压 master.zp用

$sudo add-apt-repository ppa:webupd8team/java

安装java molo基础支持

$sudo apt-get update

$sudo apt-get upgrade
$sudo apt-get dist-upgrade

$sudo apt-get install oracle-java8-installer

安装java8

sudo nano /etc/network/interfaces

修改网络

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.78.134
gateway 192.168.78.1
netmask 255.255.255.0
dns-nameservers 192.168.78.1


auto eth1
iface eth1 inet manual
up ip link set $IFACE promisc on arp off up
down ip link set $IFACE promisc off down
past-up ethtool -G $IFACE rx 4096; for i in rx tx sg tso ufo gso gro lro; do ethtool -K $IFACE $i off; done
past-up echo 1 > /proc/sys/net/ipv6/conf/$IFACE/disale_ipv6


$wget https://github.com/aol/moloch/archive/master.zip

下载安装包

$sudo unzip master.zip

解压master.zip

cd moloch-master
sudo ./easybutton-singlehost.sh
<no>  [512M] 32G  [eth0] eth1
sudo 777 moloch/raw
sudo nano /etc/security/limits.conf
* hard nofile 5000000
* soft nofile 5000000
root hard nofile 5000000
root soft nofile 5000000

sudo apt-get update
sudo atp-get upgrade

reboot

cd moloch-master
sudo ./easybutton-singlehost.sh
<no>  [512M] 32G  [eth0] eth1

http://IP:8005
user:admin
pass:admin



你可能感兴趣的:(molo 安装记录)