minor syslog issue

Matthew Seaman m.seaman at infracaninophile.co.uk
Thu Apr 30 13:56:59 UTC 2015


On 04/30/15 14:28, William A. Mahaffey III wrote:
> 08:23:28.496828 IP RPiB+.59735 > kabini1.local.syslog: SYSLOG
> syslog.error, length: 59
> 08:23:28.497229 IP RPiB+.59735 > kabini1.local.syslog: SYSLOG
> syslog.error, length: 59

This is the only relevant bit out of your tcpdump output -- it usually
helps if you filter out as much of the irrelevant stuff that you can[*].

Anyhow, as you can see, your RPiB+ is logging *from* an arbitrary
high-numbered port.  This time it happens to be using 59735 but that
would probably change with each restart of syslogd.  Basically use the
'-a 192.168.0.0/16:*' form in this case.

	Cheers,

	Matthew

[*] ie. 'tcpdump port syslog' should work as the packets are being sent
to the syslog port on your server.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150430/32a1218f/attachment.sig>


More information about the freebsd-questions mailing list