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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
