Originally posted by: Dooling37
I'll suggest the firewall port forwarding idea, thanks.
I don't think editing /etc/services would actually change local service ports, but I could be wrong.
To have this work correctly the services(5) files (typically found in /etc) must have the following entry:
syslog 514/udp
If this entry is missing syslogd neither can receive remote messages nor send them, because the UDP port cant be opened. Instead syslogd will die immediately, blowing out an error message.
Needs to change the syslog port for a custom application. Ports are not set in stone.
I don't think editing /etc/services would actually change local service ports, but I could be wrong.
Needs to change the syslog port for a custom application. Ports are not set in stone.
Originally posted by: n0cmonkey
No, but standards are nice. It's how we interoperate. 🙂
Maybe his custom application should use the right port. 😉