View Single Post
  #1   (View Single Post)  
Old 18th July 2011
plexter plexter is offline
Shell Scout
 
Join Date: May 2008
Posts: 124
Question Send Syslogd To External Host

Hello,

I am having trouble getting my syslogd to forward syslogs to an external host. I'm running OpenBSd 4.8.

I've tried uncommenting the already provided fields and pointing to @ip (where ip is the actual IP address.)

I have also tried *.* @ip

Running 'TCP dump port 514' I see nothing.

In pf I have:

Code:
pass out quick on $ext_if inet proto udp from any to any port 514 keep state
running tcp dump -i pflog0; I also see nothing of interest.

I am able to ping the remote host and other devices are able to send to it.

Perhaps I have missed something?


Thanks!
Reply With Quote