On Thu, 10 Jun 2004 14:13:22 -0400
Bill Moran <wmoran@potentialtech.com> wrote:
> Is there a config or command-line option to make syslog-ng only bind to a
> certain IP address?
You can set this in the config file. For example:
source eth0_listener { udp( ip("192.0.2.1") port(514) ); };
John