What RH distribution are you using.  The explanation I
give will be for RH7.3.

First, you should read the man pages for syslogd and
syslog.conf.  It gives a decent explanation.

To set the syslogd options upon system startup use
/etc/sysconfig/syslog and set the SYSLOGD_OPTIONS
variable.  The /etc/syslog.conf file should be used to
specify where facilities combined with priorites
should log there information.

e.g. /etc/syslog.conf entry
kernel.*   @myhost.com

That entry logs all priority (debug, info, crit, etc.)
kernel facility messages to the host myhost.com which
also must run its syslogd daemon with the "-r" option
in order to receive remote messages.

Also, your syslogd facility may already be running
with the "-r" option if you are sure you included it
when starting syslogd.  Your ps command output may be
cut too short on your screen in which case you may use
"ps auxwww|grep syslog" and that will let you see the
entire command line.

Thanks.

--- "Chris W. Parker" <[EMAIL PROTECTED]> wrote:
> Hello.
> 
> I'm trying to get my firewall (SonicWall SOHO3) to
> send it's log data to my linux box. So far I'm
> running around like a chicken with it's head cut
> off.
> 
> I read that syslogd should be started with the -r
> command. According to 'ps aux|grep syslog' it is not
> and I can't find the file that specifies how syslog
> should start so that I can add the -r to it.
> 
> What changes (if any) need to be made to
> /etc/syslog.conf?
> 
> Can someone help out here?
> 
> 
> Thanks,
> 
> Chris.
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to