From d8b7f88fda7745471b43c325be6e9409a89f1080 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 28 Sep 2018 13:06:42 +0200 Subject: [PATCH 1/5] Update howtos.rst --- source/manual/howtos.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/manual/howtos.rst b/source/manual/howtos.rst index 572e23936..c25a9c1e6 100644 --- a/source/manual/howtos.rst +++ b/source/manual/howtos.rst @@ -44,6 +44,7 @@ How to's how-tos/nginx_basic_auth how-tos/nginx_tls_auth how-tos/nginx_waf + how-tos/ntopng how-tos/openconnect how-tos/orange_fr_fttp how-tos/pac From 38addeef39a46817abc43465cd698b05d8e90acd Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 28 Sep 2018 13:14:17 +0200 Subject: [PATCH 2/5] Create ntopng.rst --- source/manual/how-tos/ntopng.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 source/manual/how-tos/ntopng.rst diff --git a/source/manual/how-tos/ntopng.rst b/source/manual/how-tos/ntopng.rst new file mode 100644 index 000000000..2236d59bd --- /dev/null +++ b/source/manual/how-tos/ntopng.rst @@ -0,0 +1,30 @@ +====== +ntopng +====== + +------------ +Installation +------------ + +First of all, you have to install the ntopng plugin (os-ntopng) from the plugins view +reachable via **System->Firmware->Plugins**. + +After a page reload you will get a new menu entry under **Services** for ntopng. + +---------------- +General Settings +---------------- + +:Enable ntopng: + Enable and start ntopng. +:Interfaces: + Here you set the interfaces ntopng should listen on. If you don't select any interface + it listens to the first in the system, e.g. em0, but you can change the interfaces + on demand within ntopng's own UI on demand; while setting an explicit interface you + wont get any other interface presented in it's own UI +:HTTP Port: + The port ntopng's UI should listen on. When you leave it on the default just open a + browser and go to your Firewall IP with port 3000 and HTTP. If you want to secure the + connection feel free to setup HAProxy or Nginx as a reverse proxy (SSL offloading). +:DNS Mode: + Here you can choose if ntopng should try to resolve IPs to host names. From bf6bd4a49640565635084e7c4b6cd7dbaea0e8a5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Sep 2018 11:11:18 +0200 Subject: [PATCH 3/5] Update ntopng.rst --- source/manual/how-tos/ntopng.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/manual/how-tos/ntopng.rst b/source/manual/how-tos/ntopng.rst index 2236d59bd..7047832ce 100644 --- a/source/manual/how-tos/ntopng.rst +++ b/source/manual/how-tos/ntopng.rst @@ -9,7 +9,10 @@ Installation First of all, you have to install the ntopng plugin (os-ntopng) from the plugins view reachable via **System->Firmware->Plugins**. -After a page reload you will get a new menu entry under **Services** for ntopng. +After a page reload you will get a new menu entry under **Services** for ntopng. If you +don't have Redis plugin installed, you'll receive a warning in ntopng main menu. Please +go back to **System->Firmware->Plugins**, install os-redis, change to **Services->Redis** +and just enable the service. That's enough to run ntopng. ---------------- General Settings From 2e2cae48eca967977c8b3e440766550f5c938459 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Oct 2018 12:29:12 +0200 Subject: [PATCH 4/5] Update ntopng.rst --- source/manual/how-tos/ntopng.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/manual/how-tos/ntopng.rst b/source/manual/how-tos/ntopng.rst index 7047832ce..1952ba9f1 100644 --- a/source/manual/how-tos/ntopng.rst +++ b/source/manual/how-tos/ntopng.rst @@ -23,8 +23,8 @@ General Settings :Interfaces: Here you set the interfaces ntopng should listen on. If you don't select any interface it listens to the first in the system, e.g. em0, but you can change the interfaces - on demand within ntopng's own UI on demand; while setting an explicit interface you - wont get any other interface presented in it's own UI + within ntopng's UI on demand; while setting an explicit interface you wont get any + other interface presented in it's own UI. :HTTP Port: The port ntopng's UI should listen on. When you leave it on the default just open a browser and go to your Firewall IP with port 3000 and HTTP. If you want to secure the From b0209979a25dbea1491e8d1459a3b9e127bf40b5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 16 Oct 2018 21:22:46 +0200 Subject: [PATCH 5/5] Update source/manual/how-tos/ntopng.rst --- source/manual/how-tos/ntopng.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/manual/how-tos/ntopng.rst b/source/manual/how-tos/ntopng.rst index 1952ba9f1..dc0f34f04 100644 --- a/source/manual/how-tos/ntopng.rst +++ b/source/manual/how-tos/ntopng.rst @@ -24,7 +24,7 @@ General Settings Here you set the interfaces ntopng should listen on. If you don't select any interface it listens to the first in the system, e.g. em0, but you can change the interfaces within ntopng's UI on demand; while setting an explicit interface you wont get any - other interface presented in it's own UI. + other interface presented in its own UI. :HTTP Port: The port ntopng's UI should listen on. When you leave it on the default just open a browser and go to your Firewall IP with port 3000 and HTTP. If you want to secure the