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