Enabled IPV6
This commit is contained in:
parent
361d14884c
commit
138c92d24a
@ -2,6 +2,7 @@ service binkp
|
|||||||
{
|
{
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
flags = IPv6
|
||||||
wait = no
|
wait = no
|
||||||
user = mbse
|
user = mbse
|
||||||
instances = 10
|
instances = 10
|
||||||
|
@ -2,6 +2,7 @@ service fido
|
|||||||
{
|
{
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
flags = IPv6
|
||||||
wait = no
|
wait = no
|
||||||
user = mbse
|
user = mbse
|
||||||
instances = 10
|
instances = 10
|
||||||
|
@ -2,8 +2,8 @@ service telnet
|
|||||||
{
|
{
|
||||||
disable = no
|
disable = no
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
flags = IPv6
|
||||||
instances = 10
|
instances = 10
|
||||||
flags = REUSE
|
|
||||||
log_on_failure += USERID
|
log_on_failure += USERID
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
user = root
|
user = root
|
||||||
@ -11,5 +11,3 @@ service telnet
|
|||||||
server_args = -L /opt/mbse/bin/mblogin
|
server_args = -L /opt/mbse/bin/mblogin
|
||||||
wait = no
|
wait = no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@ service tfido
|
|||||||
{
|
{
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
flags = IPv6
|
||||||
wait = no
|
wait = no
|
||||||
user = mbse
|
user = mbse
|
||||||
instances = 10
|
instances = 10
|
||||||
|
Reference in New Issue
Block a user