Re: syslogd sendet nicht an remote host

From: Andreas Totlis <usenet(at)esct.org>
Date: Sun, 29 May 2005 19:57:10 +0200

On Sun, May 29, 2005 at 07:27:38PM +0200282, Oliver Fromme wrote:
> Andreas Totlis <usenet(at)esct.org> wrote:
> > Ich möchte von eine FreeBSD 5.3 Kiste das syslog auf eine Linuxkiste
> > schreiben lassen.
> > Die Linuxkiste ist soweit richtig eingerichtet(nimmt auch von anderen
> > maschinen) das logging entgegen. Bei der FreeBSD Kiste habe ich
> >
> > - in rc.conf syslogd_flags="" gesetzt
> > - in syslogd.conf die Zeile:
> > *.*<tab>@loghost
> > angegeben
> > - syslogd restarted
> >
> > Anschl. läuft der syslogd auch nicht mehr mit dem -s Parameter.
> >
> > Nur leider kommt nichts an :-(
> > Ein Test mit logger -h loghost -t TEST "logtest" klappt ohne Probleme!
> >
> > Was habe ich übersehen?
>
> Vielleicht, daß die Datei syslog.conf (nicht syslogd.conf)
> heißt?

Sorry, Du hast natürlich recht :-)

>
> Ansonsten bitte mal die _vollständige_ syslog.conf angeben;
> vielleicht liegt der Fehler ja an anderer Stelle.
>
# $FreeBSD: src/etc/syslog.conf,v 1.26 2003/04/23 13:08:31 des Exp $
#
# Spaces ARE valid field separators in this file. However,
# other *nix-like systems still insist on using tabs as field
# separators. If you are sharing this file between systems, you
# may want to use only tabs as field separators here.
# Consult the syslog.conf(5) manpage.
*.err;kern.debug;auth.notice;mail.crit /dev/console
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.* /var/log/security
auth.info;authpriv.info /var/log/auth.log
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
ftp.info /var/log/xferlog
cron.* /var/log/cron
*.=debug /var/log/debug.log
*.emerg *
# uncomment this to log all writes to /dev/console to /var/log/console.log
#console.info /var/log/console.log
# uncomment this to enable logging of all log messages to /var/log/all.log
# touch /var/log/all.log and chmod it to mode 600 before it will work
#*.* /var/log/all.log
# uncomment this to enable logging to a remote loghost named loghost
#*.* @loghost
# uncomment these if you're running inn
# news.crit /var/log/news/news.crit
# news.err /var/log/news/news.err
# news.notice /var/log/news/news.notice
!startslip
*.* /var/log/slip.log
!ppp
*.* /var/log/ppp.log
*.* @192.168.10.13

Den letzten Eintrag habe ich hinzugefügt.Ausser der IP habe ich es auch
noch mit dem Namen probiert, allerdings auch ohne Erfolg.

Gruss
 Andreas

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 29 May 2005 - 19:54:51 CEST

search this site