Hi everyone. It's been a while since I wrote here...
Anyway, I'm trying to set up my host syslogd to accept remote logging from an IP phone (Grandstream GXP1450). Followed guidance from here, step by step, but this is what I get in the onscreen debug output after adding -d option to the start command (because nothing gets logged):
And I can find NOTHING on the web about this strange rejection reply "Invalid PRI", nor any idea how to fix it or make syslogd ignore this. Whatever is that PRI, it is obviously generated to IP phone itself, and I have no control over that, alas. No telnet/ssh access, only the GUI.
Could anybody, please, suggest anything? There are not many controls in theI P phone web-UI (and none other available) related to logging -- it's only "syslog server" box for FQDN/IP and drop-down menu "log level" with standard log levels.
PF log shows logging from the phone's IP is accepted, but none is logged, and when I restart syslogd with that debug command line option (in /etc/rc.conf), as mentioned in the docs, I get the above...
Anyway, I'm trying to set up my host syslogd to accept remote logging from an IP phone (Grandstream GXP1450). Followed guidance from here, step by step, but this is what I get in the onscreen debug output after adding -d option to the start command (because nothing gets logged):
Code:
# of validation rule: 1
validate: dgram from IP 192.X.X.X, port 56109, name ${myname}.;
accepted in rule 1.
Invalid PRI from ${myname}
received sa_len = 16
cvthname(2) len = 16
cvthname(192.168.8.204)
Could anybody, please, suggest anything? There are not many controls in theI P phone web-UI (and none other available) related to logging -- it's only "syslog server" box for FQDN/IP and drop-down menu "log level" with standard log levels.
PF log shows logging from the phone's IP is accepted, but none is logged, and when I restart syslogd with that debug command line option (in /etc/rc.conf), as mentioned in the docs, I get the above...
