Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2004 11:00:37 +0200
From:      Remko Lodder <remko@elvandar.org>
To:        Xavier Mell <xaviermell@yahoo.fr>
Cc:        questions@FreeBSD.org
Subject:   Re: Help !! lol
Message-ID:  <407CFDB5.6000605@elvandar.org>
In-Reply-To: <20040414085000.31608.qmail@web13125.mail.yahoo.com>
References:  <20040414085000.31608.qmail@web13125.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Xavier Mell wrote:
> Hello !!
> 
> I want to centralize log of server on another
> server(FreeBSD) !
> I think I can use syslog but on the server which
> collects log I don't know how manage the server to
> listen a specific port in order to receive logs of all
> server
> 
> I have found in a "how-to" that it's necessary to add
> the -r option in /etc/rc.d/syslogd but where in this
> file ????

That's probably Linux

in rc.conf define this:
syslogd_flags=""

That way it does not get started with -s (secure mode, does not recieve 
stuff).

On the other machines specify your loghost as reciever
like

*.*				@ipofyourloghost
or whatever you'd wish to log there.
It uses port 514 UDP. (That's generic for syslog)

Also don't forget any firewalling thingy's you use.. You must allow the 
traffic ;-)

Cheers

> 
> Thanks!!
> 
> XaV
> 
> PS: I am French Yes my english is bad!!!


-- 

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl A Dutch community for helping newcomers on the 
hackerscene



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?407CFDB5.6000605>