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:start [2023/09/12 09:41] – ↷ Page moved from en:dpi:dpi_components:nfsen:nfsen_install:start to en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_install:start elena.krasnobryzh | en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_install:start [Unknown date] (current) – removed - external edit (Unknown date) 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 < |