12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
# in /etc/rsyslog.conf
|
|
# add in the sending rsyslogd
|
|
# use @@ or @ not BOTH!
|
|
#
|
|
*.* @@192.168.100.2:514 # for tcp
|
|
#*.* @192.168.100.2:514 # for udp
|
|
# @@ = tcp
|
|
# @ = udp
|
|
# After adding
|
|
#
|
|
# systemctl restart rsyslog
|