Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syslog broadcasting 1

Status
Not open for further replies.

srenshaw

IS-IT--Management
Joined
Jan 19, 2005
Messages
75
Location
CA
Hi,

I have a Redhat 9 server and I want it to broadcast its syslog message to my Win2003 server.

If I got this right, I need to add the following line to /etc/syslog.conf ?

Code:
*.*           @192.168.64.20

Where should I add that line in the file ? Do I need to do anything else ?

Also, I don't want to flood my Win2003 server. What should I write instead of *.* to only receive important messages ?

Thanks !
 
Yes. That will send all messages to 192.168.64.20 (not broadcast).

man syslog.conf, and examine the default syslog.conf file for tips on cutting traffic.
 
Thanks, I will do that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top