리눅스 - 리눅스강좌

페이지 정보

profile_image
작성자 로빈아빠
댓글 0건 조회 7,788회 작성일 09-12-09 18:18

본문

ntop 설치

adduser -d /usr/local/ntop ntop

wget http://freshmeat.net/redir/ntop/7279/url_tgz/ntop-3.3.9.tar.gz

cd ntop-3.3.9

./autogen.sh --help (확인)

./autogen.sh --prefix=/usr/local/ntop
(GeoIP 자동설치됨)
#cat config.log 확인

make
make install

chown -R ntop.ntop /usr/local/ntop

#/usr/local/ntop/bin/ntop -u ntop 에러 확인

문제없을시
#/usr/local/ntop/bin/ntop -u ntop -d 데몬으로 실행
또는
웹접속후
Admin - Configure - StartOption에서 Run as daemon (-d) Yes 체크후 Save

/usr/local/ntop/bin/ntop --help(확인)


 

댓글목록

등록된 댓글이 없습니다.