Initial commit.
This commit is contained in:
67
xinetd.d/chargen-dgram
Normal file
67
xinetd.d/chargen-dgram
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the udp/dgram chargen service.
|
||||
|
||||
service chargen
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = chargen-dgram
|
||||
type = INTERNAL
|
||||
wait = yes
|
||||
socket_type = dgram
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/chargen-stream
Normal file
67
xinetd.d/chargen-stream
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the tcp/stream chargen service.
|
||||
|
||||
service chargen
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = chargen-stream
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/daytime-dgram
Normal file
67
xinetd.d/daytime-dgram
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the udp/dgram daytime service.
|
||||
|
||||
service daytime
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = daytime-dgram
|
||||
type = INTERNAL
|
||||
wait = yes
|
||||
socket_type = dgram
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/daytime-stream
Normal file
67
xinetd.d/daytime-stream
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the tcp/stream daytime service.
|
||||
|
||||
service daytime
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = daytime-stream
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/discard-dgram
Normal file
67
xinetd.d/discard-dgram
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the udp/dgram discard service.
|
||||
|
||||
service discard
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = discard-dgram
|
||||
type = INTERNAL
|
||||
wait = yes
|
||||
socket_type = dgram
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/discard-stream
Normal file
67
xinetd.d/discard-stream
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the tcp/stream discard service.
|
||||
|
||||
service discard
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = discard-stream
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/echo-dgram
Normal file
67
xinetd.d/echo-dgram
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the udp/dgram echo service.
|
||||
|
||||
service echo
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = echo-dgram
|
||||
type = INTERNAL
|
||||
wait = yes
|
||||
socket_type = dgram
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/echo-stream
Normal file
67
xinetd.d/echo-stream
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the tcp/stream echo service.
|
||||
|
||||
service echo
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = echo-stream
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
13
xinetd.d/ntalk
Executable file
13
xinetd.d/ntalk
Executable file
@@ -0,0 +1,13 @@
|
||||
# default: off
|
||||
# description: The ntalk server accepts ntalk connections, for chatting \
|
||||
# with users on different systems.
|
||||
service ntalk
|
||||
{
|
||||
flags = IPv4
|
||||
disable = no
|
||||
socket_type = dgram
|
||||
wait = yes
|
||||
user = nobody
|
||||
group = tty
|
||||
server = /usr/sbin/in.ntalkd
|
||||
}
|
||||
13
xinetd.d/talk
Normal file
13
xinetd.d/talk
Normal file
@@ -0,0 +1,13 @@
|
||||
# default: off
|
||||
# description: The talk server accepts talk requests for chatting with users \
|
||||
# on other systems.
|
||||
service talk
|
||||
{
|
||||
flags = IPv4
|
||||
disable = no
|
||||
socket_type = dgram
|
||||
wait = yes
|
||||
user = nobody
|
||||
group = tty
|
||||
server = /usr/sbin/in.talkd
|
||||
}
|
||||
68
xinetd.d/tcpmux-server
Normal file
68
xinetd.d/tcpmux-server
Normal file
@@ -0,0 +1,68 @@
|
||||
# This is the configuration of the tcpmux server. It must be enabled in
|
||||
# order to add any other tcpmux services.
|
||||
|
||||
service tcpmux
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = tcpmux-server
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user = root
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/time-dgram
Normal file
67
xinetd.d/time-dgram
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the udp/dgram time service.
|
||||
|
||||
service time
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = time-dgram
|
||||
type = INTERNAL
|
||||
wait = yes
|
||||
socket_type = dgram
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
67
xinetd.d/time-stream
Normal file
67
xinetd.d/time-stream
Normal file
@@ -0,0 +1,67 @@
|
||||
# This is the configuration for the tcp/stream time service.
|
||||
|
||||
service time
|
||||
{
|
||||
# This is for quick on or off of the service
|
||||
disable = yes
|
||||
|
||||
# The next attributes are mandatory for all services
|
||||
id = time-stream
|
||||
type = INTERNAL
|
||||
wait = no
|
||||
socket_type = stream
|
||||
# protocol = socket type is usually enough
|
||||
|
||||
# External services must fill out the following
|
||||
# user =
|
||||
# group =
|
||||
# server =
|
||||
# server_args =
|
||||
|
||||
# External services not listed in /etc/services must fill out the next one
|
||||
# port =
|
||||
|
||||
# RPC based services must fill out these
|
||||
# rpc_version =
|
||||
# rpc_number =
|
||||
|
||||
# Logging options
|
||||
# log_type =
|
||||
# log_on_success =
|
||||
# log_on_failure =
|
||||
|
||||
# Networking options
|
||||
# flags =
|
||||
# bind =
|
||||
# redirect =
|
||||
# v6only =
|
||||
|
||||
# Access restrictions
|
||||
# only_from =
|
||||
# no_access =
|
||||
# access_times =
|
||||
# cps = 50 10
|
||||
# instances = UNLIMITED
|
||||
# per_source = UNLIMITED
|
||||
# max_load = 0
|
||||
# deny_time = 120
|
||||
# mdns = yes
|
||||
|
||||
# Environmental options
|
||||
# env =
|
||||
# passenv =
|
||||
# nice = 0
|
||||
# umask = 022
|
||||
# groups = yes
|
||||
# rlimit_as =
|
||||
# rlimit_cpu =
|
||||
# rlimit_data =
|
||||
# rlimit_rss =
|
||||
# rlimit_stack =
|
||||
|
||||
# Banner options. (Banners aren't normally used)
|
||||
# banner =
|
||||
# banner_success =
|
||||
# banner_fail =
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user