<div>I am running syslog-ng 1.6.8 on Solaris 9. I recompiled with the --enable-spoof-source configure option.</div>
<div> </div>
<div>Here is my config:</div>
<div> </div>
<div>destination d_squelch_acl { udp("<a href="http://10.159.234.52">10.159.234.52</a>" port(514) spoof_source(yes)); };</div>
<div>filter f_squelch_acl { match("list squelch denied"); };</div>
<div>log { source(net); filter(f_squelch_acl); destination(d_squelch_acl);};</div>
<div>source net { udp(); };</div>
<div> </div>
<div> </div>
<div>If I start syslog-ng without spoof_source(yes) option, all messages matching are forwarded to the machine in the destination. If I change to spoof_source(yes) nothing gets forwarded at all. I do not get any errors when I start syslog-ng, like "spoof-source support not compiled in" which I get on other boxes I have not recompiled on yet.
</div>
<div> </div>
<div>Any ideas?</div>
<div> </div>
<div>Chance</div>
<div> </div>
<div> </div>