Weiss jemand wie ich Ntop Einstelle das man nur als Nutzer die Daten einsehen kann und nicht Jeden Hans und Franz ? Weil im mom kann jeder der die Adresse kennt ohne passwort die daten einsehen.
thx
Ntop
Re: Ntop
man ntop:
Alternativ würde ich es so machen:
Binde ntop nur an localhost und betreibe deinen Apachen als Proxy und nehme die Authentifizierung über den Apachen vor.
-w
ntop sports and embedded web server so that users can
attach their web browsers to the specified port and
browse traffic information remotely. Supposing to start
ntop at the port 3000 (default port), the URL to access
is http://hostname:3000/. Users and URLs to protect with
passwords are stored in a database file. By default
user/URL administration are accessible uniquely by the
user admin with password admin Passwords are stored in an
encrypted form into the database for further security.
Please note that an HTTP server is NOT needed but it's
embedded into the application. If -w is set to 0 the HTTP
port will not be enabled ('-w 0' is accepted only if ntop
has been compiled with HTTPS support and ntop has not
been started with '-W 0' [see below]). You can also use
the IP:Port notation to bind ntop to the specified IP-
Address, e.g. -w 127.0.0.1:3000
[...]
Ich habe inzwischen keinen ntop mehr laufen, aber ich meine, mich entsinnen zu können, dass es direkt in der Weboberfläche sowas wie den Punkt "Admin" o.ä. gibt, in dem man das einstellen konnte.-P
This allows to specify where db-files are searched or
created (default "."). In addition DBPATH/html is added
to the searchlist for the WEB-files
Alternativ würde ich es so machen:
Binde ntop nur an localhost und betreibe deinen Apachen als Proxy und nehme die Authentifizierung über den Apachen vor.