diff --git a/linux/remoteRsyslog/rsyslog.conf-recieve b/linux/remoteRsyslog/rsyslog.conf-recieve index 45f1317..1404044 100644 --- a/linux/remoteRsyslog/rsyslog.conf-recieve +++ b/linux/remoteRsyslog/rsyslog.conf-recieve @@ -1,4 +1,6 @@ -#add +# add +# after adding +# systemctl restart rsyslog # provides UDP syslog reception module(load="imudp") input(type="imudp" port="514") diff --git a/linux/remoteRsyslog/rsyslog.conf-send b/linux/remoteRsyslog/rsyslog.conf-send index 830cf59..64d640f 100644 --- a/linux/remoteRsyslog/rsyslog.conf-send +++ b/linux/remoteRsyslog/rsyslog.conf-send @@ -6,3 +6,6 @@ #*.* @192.168.100.2:514 # for udp # @@ = tcp # @ = udp +# After adding +# +# systemctl restart rsyslog