mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-10 00:14:24 +00:00
Minor text change
This commit is contained in:
parent
12ed781f2e
commit
155b4c777d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ At the moment you can specify the listening ports for HTTP and HTTPS using --htt
|
|||
but you cannot specify if you want to listen only on IPv4 or only on IPv6: ntopng will listen on both IP versions
|
||||
is available (or only on the available IP version).
|
||||
|
||||
If you see that ntopng does not listen on IPv6 and/or IPv4 please check the following setup
|
||||
If you see that ntopng does not listen on IPv4 please check the following setup
|
||||
|
||||
Linux
|
||||
sysctl net.ipv6.bindv6only=0
|
||||
|
|
@ -11,4 +11,4 @@ sysctl net.ipv6.bindv6only=0
|
|||
FreeBSD
|
||||
sysctl net.inet6.ip6.v6only=0
|
||||
|
||||
and make sure that IPv4 and IPv6
|
||||
See http://man7.org/linux/man-pages/man7/ipv6.7.html for more information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue