一、xinetd超級守護程序---超級"中介"
1、
/etc/init.d/xinetd,/etc/xinetd.conf
yum install xinetd
service xinetd restart
2、
/etc/xinetd.conf
includedir /etc/xinetd.d 是主配置檔案的一部分
cd /etc/xinetd.d
3、<attribute><assign_op><value><value>...
屬性 操作符 值
1) <assign_op>
= 精确指派
+= 預設之上多加
-= 預設之上減去
2)Access Control
disabled 可否被通路
socket_type 套接字類型 stream:基于tcp資料流連接配接 dgram:基于udp資料封包連接配接
server 對應的二進制程式
protocol 服務所指定的協定
wait 确定目前服務是單線程(single-threaded)yes,還是多線程(multi-threaded)no.
所有單線程都必須基于tcp,即socket_type=stream
user 運作使用者
server_args 向二進制程式提供選項參數
only_from 白名單 網段192.168.1.0 或 ip隻接受短格式/24
no_access 黑名單 better match 最佳比對
access_times 時間限制 如08:00-20:00
log_type SYSLOG---syslog_facility[syslog_level] FILE----file [soft_limit [hard_limit]]
log_on_success
log_on_failure
bind 隻監聽某個網卡 或 ip
banner /path/to/some/file
per_source = n 每個ip位址可并發n個連結
cps = m n 某刻有m個并發連結,第m+1連結進來需要等待n秒