Enabled IPV6
This commit is contained in:
parent
361d14884c
commit
138c92d24a
@ -2,6 +2,7 @@ service binkp
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
flags = IPv6
|
||||
wait = no
|
||||
user = mbse
|
||||
instances = 10
|
||||
|
@ -2,6 +2,7 @@ service fido
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
flags = IPv6
|
||||
wait = no
|
||||
user = mbse
|
||||
instances = 10
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,6 +2,7 @@ service tfido
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
flags = IPv6
|
||||
wait = no
|
||||
user = mbse
|
||||
instances = 10
|
||||
|
Reference in New Issue
Block a user