Enabled IPV6

This commit is contained in:
Deon George 2019-04-09 01:05:24 +10:00
parent 361d14884c
commit 138c92d24a
4 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@ service binkp
{
socket_type = stream
protocol = tcp
flags = IPv6
wait = no
user = mbse
instances = 10

View File

@ -2,6 +2,7 @@ service fido
{
socket_type = stream
protocol = tcp
flags = IPv6
wait = no
user = mbse
instances = 10

View File

@ -2,8 +2,8 @@ service telnet
{
disable = no
protocol = tcp
flags = IPv6
instances = 10
flags = REUSE
log_on_failure += USERID
socket_type = stream
user = root
@ -11,5 +11,3 @@ service telnet
server_args = -L /opt/mbse/bin/mblogin
wait = no
}

View File

@ -2,6 +2,7 @@ service tfido
{
socket_type = stream
protocol = tcp
flags = IPv6
wait = no
user = mbse
instances = 10