Installation of ntop on Centos8. If you want you can use via bash script.
#!/bin/bash
#installation of ntop
yum update -y
yum install -y epel-release
#optional (if you don't have)
#yum install -y tmux vim openssh-server
# adding repository
cd /etc/yum.repos.d/
cd /etc/yum.repos.d/
wget http://packages.ntop.org/centos-stable/ntop.repo -O ntop.repo
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# installation ntop
yum clean all
yum repolist
yum install -y pfring-dkms n2disk nprobe ntopng cento
#starting service
systemctl start ntopng
systemctl enable ntopng
#firewall settings:
firewall-cmd --permanent --add-port=3000/tcp
firewall-cmd --reload
Žiadne komentáre:
Zverejnenie komentára