Re: Help !! lol

2004-04-14 Thread Remko Lodder
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Help !! lol

2004-04-14 Thread Xavier Mell
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 

Thanks!!

XaV

PS: I am French Yes my english is bad!!!






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"