I have a question about syslogd on SuSE Linux 7.1 (i386). I am running syslogd with -r so it is listening for other machines sending syslog messages. in the syslog.conf file I have a line that reads "*.* @sysloghost". I am trying to do the following logging: firewall -> proxy -> server at the moment firewall -> proxy logging works fine, so the firewall logs to /var/log/messages on the proxy fine, and local proxy messages -> server (another machine) also works fine, but any messages from the firewall are *not* forwarded to this other server. the following is from the man pages for syslog.conf: Remote Machine This syslogd(8) provides full remote logging, i.e. is able to send messages to a remote host running syslogd(8) and to receive messages from remote hosts. The remote host won't forward the message again, it will just log them locally. To forward messages to another host, prepend the hostname with the at sign (``@''). Using this feature you're able to control all syslog mes- sages on one host, if all other machines will log remotely to that. This tears down administration needs. which I guess means it isn't going to happen. is there any way around this? kind regards, Simon