yum -y install net-tools
vi /etc/rsyslog.conf
按i进入编辑模式
【
# Provides UDP syslog reception
$ModLoad imudp 把注释‘#’去掉
$UDPServerRun 514 把注释‘#’去掉
# Provides TCP syslog reception
$ModLoad imtcp 把注释‘#’去掉
$InputTCPServerRun 514 把注释‘#’去掉
】
修改结尾
【
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
*.* @172.16.1.11:514 把注释‘#’去掉并修改ip地址改为接收日志服务器的ip地址
# ### end of the forwarding rule ###
】
ESC退出编辑模式
SHIFT+:wq保存退出
网友评论