Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syslog-NG - assign a remote port other than 514 #3682

Closed
shans22 opened this issue Aug 30, 2019 · 1 comment
Closed

Syslog-NG - assign a remote port other than 514 #3682

shans22 opened this issue Aug 30, 2019 · 1 comment
Assignees
Labels
bug Production bug

Comments

@shans22
Copy link

shans22 commented Aug 30, 2019

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?

@shans22 shans22 added the support Community support label Aug 30, 2019
@AdSchellevis
Copy link
Member

@shans22 you best use System --> Settings --> Logging / targets, it supersedes "Remote Syslog Servers", which will likely be removed in 20.1

@AdSchellevis AdSchellevis added bug Production bug and removed support Community support labels Sep 1, 2019
@AdSchellevis AdSchellevis self-assigned this Sep 1, 2019
fichtner pushed a commit that referenced this issue Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

No branches or pull requests

2 participants