February 2020
Intermediate to advanced
666 pages
15h 45m
English
In this procedure, we'll configure a CentOS 8 machine to send its logs to the log server (it doesn't matter whether the log server is running on CentOS or Ubuntu):
sudo dnf install stunnel
client=yesfips=yes[speak to server]accept=127.0.0.1:6514connect=192.168.0.161:30000
sudo systemctl enable --now stunnel
Target="192.168.0.161" Port="514" Protocol="tcp")
Change it to this: