Install ntopng on Ubuntu 14.04 Server

please check http://www.nmon.net/apt-stable/

1. echo -e "deb http://www.nmon.net/apt-stable/14.04/ x64/\ndeb http://www.nmon.net/apt-stable/14.04/ all/" > /etc/apt/sources.list.d/ntop.list

wget -qO - http://www.nmon.net/apt-stable/ntop.key | sudo apt-key add -

aptitude update

aptitude -y install pfring nprobe ntopng ntopng-data n2disk nbox

service snmpd stop
update-rc.d snmpd disable

2. ntopng -h

vi /etc/ntopng/ntopng.start

--local-networks "172.20.16.0/24"
--interface 1

vi /etc/ntopng/ntopng.conf

-G=/var/run/ntopng.pid

service redis-server restart

service ntopng start

3. netstat -ltunp | grep 3000

4. 如有防火墙

iptables -A INPUT -p tcp -m tcp --dport 3000 -j ACCEPT

5. View the web interface:

http://www.domainname.com:3000

Log in with:
username: admin
password: admin

Install ntopng on Ubuntu 14.04 Server

时间: 2024-11-17 00:15:03

Install ntopng on Ubuntu 14.04 Server的相关文章

Install Ceph on Ubuntu 14.04 Server

Ceph1: vi /etc/hosts (on all nodes)127.0.0.1    localhost 192.168.1.15    ceph1192.168.1.16    ceph2192.168.1.17    ceph3 ssh-keygen -q -t rsa -f ~/.ssh/id_rsa -C '' -N '' vi ~/.ssh/configHost ceph2  Hostname ceph2  User root  StrictHostKeyChecking n

Install OpenVPN Ubuntu 14.04 Server

aptitude update aptitude -y install openvpn easy-rsa lzop cp /usr/share/easy-rsa/* /etc/openvpn/easy-rsa cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpngzip -d server.conf.gz Install OpenVPN Ubuntu 14.04 Server

Ubuntu 14.04 Server 上安装git源 mono 3.6.1 错误记录及成功步骤

看到ASP.NET vNext要支持Linux后,终于按捺不住折腾的心,决定先架个环境出来,只是实在没想到,因为相对熟悉点才选择的Ubuntu 14.04,会让过程会如此坎坷,有时呆看着屏幕上提示的种种error,真有点别人碰到的错都被我碰到了的荣幸,所以目标达成后,回头将这些错误回顾一遍,记录下来,以为将来鉴. 安装时主要参照的教程,是宇内流云写的<在Ubuntu操作系统上安装mono的具体方法>,简称文1:在排错过程中,还有参考园子里 逆水寒龙 的<Ubuntu Server(Ubu

Ubuntu 14.04 server开放root ssh登录权限

刚安装了Ubuntu 14.04 server的虚拟机,普通帐号可以远程登录,但是root不行,输入密码后一直报错: permission denied 最后发现ssh的配置(/etc/ssh/sshd_config)不大一样,14.04的默认配置是: PermitRootLogin without-password 要改成 PermitRootLogin yes 重启服务即可: restart ssh Ubuntu 14.04 server开放root ssh登录权限,布布扣,bubuko.c

Install golang on Ubuntu 14.04 LTS

1. Install golang on Ubuntu 14.04 LTS a)~$ sudo apt-get install golang                   success b)~$ sudo add-apt-repository ppa:gophers/go ~$ sudo apt-get update ~$ sudo apt-get install golang-stable         fail c) complie from source code        

使用ownCloud搭建你的个人云服务(ubuntu 14.04 server)

ownCloud是什么 ownCloud是一个自由且开源的个人云存储解决方案(类似百度网盘或者Dropbox),包括两个部分:服务器和客户端. ownCloud在客户端可通过网页界面,或者安装专用的客户端软件来使用.网页界面当然就是任何能打开网页的平台都支持,而客户端软件也支持相当多平台,Windows.Linux.iOS.Android皆有. 除了云存储之外,ownCloud也可用于同步行事历.电子邮件联系人.网页浏览器的书签:此外还有多人在线文件同步协作的功能. 云服务器比较 在安装ownc

Ubuntu 14.04 – How to install xrdp in Ubuntu 14.04

http://c-nergy.be/blog/?p=5305 Hello World, Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quite easy nowadays. B

Ubuntu 14.04 server ssh 远程服务遇到的一点事儿

ubuntu server 14.04 [email protected]:/# lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 14.04.1 LTSRelease: 14.04Codename: trusty[email protected]:/# 全信息如下(uname  -a) Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP

Install postfix on Ubuntu 14.04.txt

Ubuntu 14.04上安装和配置Postfix邮件服务详细教程 Postfix: 用来接受和发送邮件的邮件服务器,正确说法应该叫邮件传送代理(Mail Transfer Agent,MTA),是邮件服务最重要的部分:    Dovecot: POP 和 IMAP 服务器,用来管理本地邮件目录以便用户能通过 Mail.app, Thunderbird, Mutt 等邮件客户端(又叫邮件用户代理 Mail User Agent, MUA)登陆和下载邮件:    Postgrey: 邮件灰名单工具