Date: Sat, 15 Mar 2003 13:09:20 -0500 From: "wease" <wease@thinknova.com> To: <freebsd-questions@FreeBSD.ORG> Subject: syslogd_flags for multiple allowed peers Message-ID: <000001c2eb1e$038306a0$8d00000a@thinknova.com>
next in thread | raw e-mail | index | archive | help
Hello all, I am setting up a multi-homed loghost using FreeBSD 4.5. This machine will be logging for a Linux server and a black box firewall, both on different subnets. I can only seem to get one ip working with the allowed peer argument to syslogd_flags in rc.conf. The man page for syslogd says that multiple -a options may be specified but does not give the delimiter nor does it give an example. I am not using -s as this will negate the -a argument. I have tried the following. syslogd_flags="-a 172.16.0.29 -a 172.16.0.51" syslogd_flags="-a 172.16.0.29 172.16.0.51" syslogd_flags="-a 172.16.0.29; 172.16.0.51" syslogd_flags="-a 172.16.0.29, 172.16.0.51" syslogd_flags="-a 172.16.0.29/25 -a 172.16.0.51/25" syslogd_flags="-a 172.16.0.29/25 172.16.0.51/25" syslogd_flags="-a 172.16.0.29/25; 172.16.0.51/25" syslogd_flags="-a 172.16.0.29/25, 172.16.0.51/25" syslogd_flags="-a 172.16.0.0/25 -a 172.16.0.51/25" syslogd_flags="-a 172.16.0.0/25 172.16.0.51/25" syslogd_flags="-a 172.16.0.0/25; 172.16.0.51/25" syslogd_flags="-a 172.16.0.0/25, 172.16.0.51/25" Thanks in advance, Keith Long To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c2eb1e$038306a0$8d00000a>