You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Sense Team.
OPNsense 19.7.3
Faced with such a problem. If you specify a port other than 514 in the field "System/Settings/Logging -> Remote Syslog Servers" logs are not sent to the remote server on the specified port (for example 192.168.1.100:5145).
Line network("192.168.1.100:5145" transport("udp") port(514) ip-protocol(4) localip(192.168.10)); in file /usr/local/etc/syslog-ng.conf.d/legacy-remote.conf starts to work correctly only after editing the view: network("192.168.1.100" transport("udp") port(5145) ip-protocol(4) localip(192.168.10)); and restart service syslog-ng. Logs are then successfully sent to the remote server until the next reboot or logging configuration change.
Please tell me how to correctly assign the port?
The text was updated successfully, but these errors were encountered:
Hello Sense Team.
OPNsense 19.7.3
Faced with such a problem. If you specify a port other than 514 in the field "System/Settings/Logging -> Remote Syslog Servers" logs are not sent to the remote server on the specified port (for example 192.168.1.100:5145).
Line
network("192.168.1.100:5145" transport("udp") port(514) ip-protocol(4) localip(192.168.10));in file /usr/local/etc/syslog-ng.conf.d/legacy-remote.conf starts to work correctly only after editing the view:network("192.168.1.100" transport("udp") port(5145) ip-protocol(4) localip(192.168.10));and restart service syslog-ng. Logs are then successfully sent to the remote server until the next reboot or logging configuration change.Please tell me how to correctly assign the port?
The text was updated successfully, but these errors were encountered: