Configure vim/etc/xinetd in ubuntu. confdefaults {instances60log_typeSYSLOGdaemoninfolog_on_successHOSTPIDlog_on_failureHOSTcps2530} www.2cto. comincludedir /... configure vim/etc/xinetd in ubuntu. conf defaults {instances = 60log_type = SYSLOG daemon infolog_on_success = HOST PIDlog_on_failure = HOSTcps = 25 30} www.2cto.com includedir/etc/xinetd. d description:-instances = 60: indicates that the maximum number of connected processes is 60. -Log_type = SYSLOG daemon info: syslog is used for service registration. -Log_on_success = host pid: Process ID that records the IP address of the client after the setting is successful. -Log_on_failure = HOST: indicates that the IP address of the client is recorded after the setting fails. -Cps = 25 30: indicates 25 inbound connections per second. if the limit is exceeded, wait for 30 seconds. It is mainly used to deal with DoS attacks. -Includedir/etc/xinetd. d: indicates that the file or directory to be included in xinetd is/etc/xinetd. d. Author Peng Jinhua
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service