diff options
Diffstat (limited to 'network/ntop/README.SLACKWARE')
-rw-r--r-- | network/ntop/README.SLACKWARE | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/network/ntop/README.SLACKWARE b/network/ntop/README.SLACKWARE index 66ce381786309..e9c0595b29238 100644 --- a/network/ntop/README.SLACKWARE +++ b/network/ntop/README.SLACKWARE @@ -36,7 +36,7 @@ If you want to start ntop on system bootup, include these lines in your /etc/rc.d/rc.ntop start fi -To guarantee a clean shutdown of ntop, include this in +To guarantee a clean shutdown of ntop, include this in /etc/rc.d/rc.local_shutdown: # Stop ntop @@ -47,7 +47,7 @@ To guarantee a clean shutdown of ntop, include this in 1.2) Make /etc/rc.d/rc.ntop executable -Additionally, you'll have to set the rc script to be executable just like +Additionally, you'll have to set the rc script to be executable just like any other Slackware rc script: # chmod +x /etc/rc.d/rc.ntop @@ -55,15 +55,15 @@ any other Slackware rc script: 2) Set the administrator password --------------------------------- -When ntop is installed at the first time, you MUST set the administration -password for ntop (user 'admin'). You do that by running ntop with the +When ntop is installed at the first time, you MUST set the administration +password for ntop (user 'admin'). You do that by running ntop with the option -A (or --set-admin-password) as root: # /usr/bin/ntop -P <ntop_homedirectory> -u <ntopuser> -A For example: # /usr/bin/ntop -P /var/lib/ntop -u ntop -A -It will prompt you for the password and then exit. +It will prompt you for the password and then exit. 3) Starting ntop ---------------- @@ -72,7 +72,7 @@ Now you are ready to start ntop by calling the startup script: # /etc/rc.d/rc.ntop start -Once ntop has started and configured correctly, you should be able to look +Once ntop has started and configured correctly, you should be able to look at all the data it's collected by pointing your browser at: http://(ip-of-your-ntop-server):3000/ @@ -110,7 +110,7 @@ My suggestions are: Don't forget to make the script executable. -The following scripts are examples for the GeoIP and OUI tables, feel free +The following scripts are examples for the GeoIP and OUI tables, feel free to adapt them to your reality. The "OS Fingerprint" table has not changed since 2005, so I did not @@ -176,7 +176,7 @@ for update in $UPDATES; do gzip -c ${update_file} > ${update_file}.gz fi done - + rm $UPDATE_OUT ============================================================================= |