linux_ソフトウェアのlisteninterface_ip_設定
Linux ソフトウェアのListen Interface (IPAddress) 設定方法
ntp.conf
interface ignore wildcard interface listen lo interface listen eth0
rsyncd.conf
# GLOBAL OPTIONS address=<IP Address> 例) address=192.168.100.1
rsyslog.conf
# provides UDP syslog reception module(load="imudp") input(type="imudp" port="514") # provides TCP syslog reception module(load="imtcp") input(type="imtcp" port="514")
input(type="imudp" port="514" address="192.168.100.1" ruleset="remote") → rsyslogでリモートからのsyslogメッセージを受信する際は、rulesetを併用し細かく設定する。 ※ リモートからのログのみを処理したい場合に追加設定する。
snmpd.conf
agentAddress [tcp|udp]:<IP Address>:<port> # AGENT BEHAVIOUR agentAddress udp:192.168.100.1:161
linux_ソフトウェアのlisteninterface_ip_設定.txt · 最終更新: by admin