Option to determine which IP syslog-ng listens on?
27 Dec
2002
27 Dec
'02
2:29 a.m.
Is there an option to force syslog-ng to only listen on a certain IP address on a multihomed machine? Ja
27 Dec
27 Dec
6:32 p.m.
On Thu, Dec 26, 2002 at 09:29:31PM -0500, Jason Howell wrote:
Is there an option to force syslog-ng to only listen on a certain IP address on a multihomed machine?
The sample conf files show how: http://www.campin.net/syslog-ng.conf http://www.campin.net/syslog-ng/expanded-syslog-ng.conf Something like: source src { udp(ip("10.0.5.8") port(514)); }; - Nate Campi http://www.campin.net "We're thinking about upgrading from SunOS 4.1.1 to SunOS 3.5." -Henry Spencer
8296
Age (days ago)
8296
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jason Howell
-
Nate Campi