서비스관리1 ntopng 서비스 관리 IP 추가하기 1. 관리 폴더 생성 cd /etc/ntopng/ //폴더 이동 mkdir ntopng.conf.d // 폴더 생성 2. 관리 인터페이스 및 IP 작성 2-1. vi ens33.conf --daemon --community --data-dir=/home/ntopng --http-port=3000 --dns-mode=1 --capture-direction=1 --interface=ens33 //서버에 적용된 인터페이스 사용 --local-networks="192.168.127./24,10.10.10.0/32" // 관리 IP 관리 #--max-num-hosts | -x #--max-num-flows | -S --max-num-hosts=150000 --max-num-flows=300000 3. 권한 설정 .. 2022. 5. 31. 이전 1 다음