Minor text change

This commit is contained in:
Luca Deri 2015-09-11 12:24:07 +02:00
parent 12ed781f2e
commit 155b4c777d

View file

@ -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.