Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_install [2023/09/12 09:41] – ↷ Page moved from en:dpi:dpi_components:nfsen:nfsen_install to en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_install elena.krasnobryzh | en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_install [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== Installation ====== |
| + | {{indexmenu_n> | ||
| + | <note important> | ||
| + | - Install the exact time service< | ||
| + | ntpdate pool.ntp.org | ||
| + | service ntpd start | ||
| + | chkconfig ntpd on</ | ||
| + | - Add the 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 < | ||