Find answers to your technical questions and learn how to use our products
Search suggestions:
rsyslogd -v
dnf install rsyslog
vi /etc/rsyslog.conf
# remote host
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional *.* @<rsyslog server IP address>:514
<rsyslog server IP address>
sh /etc/snfw/snfw-nft.sh --nft-custom-add inet filter output oif "eth0" udp dport 514 ct state { established, new } counter accept
systemctl restart rsyslog systemctl enable rsyslog systemctl status rsyslog
tail
Previous Topic
Next Topic