Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:nfsen_install [2015/04/06 17:03] – translator1 | en:nfsen_install [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | - Please connect vasexperts repository: < | ||
- | rpm -Uvh http:// | ||
- | - Install NFSEN (Apache WEB server is installed along with NFSEN): < | ||
- | - Check that the service can be started: < | ||
- | service nfsen start</ | ||
- | - Configure the service to start automatically on power on: < | ||
- | chkconfig nfsen on</ | ||
- | - Open firewall ports to access Apache and to get netflow: < | ||
- | -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT | ||
- | -A INPUT -m state --state NEW -m udp -p udp --dport 9997 -j ACCEPT | ||
- | -A INPUT -m state --state NEW -m udp -p udp --dport 9998 -j ACCEPT</ | ||
- | - Switch off selinux ((Temporary solution))< | ||
- | vi / | ||
- | SELINUX=disabled</ | ||
- | - Open the page < | ||
- | |||