<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Calazan.com &#187; Linux</title>
	<atom:link href="http://www.calazan.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to send syslog messages to a remote syslog server in Fedora 9</title>
		<link>http://www.calazan.com/how-to-send-syslog-messages-to-a-remote-syslog-server-in-fedora-core-9/</link>
		<comments>http://www.calazan.com/how-to-send-syslog-messages-to-a-remote-syslog-server-in-fedora-core-9/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:28:32 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source software]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=154</guid>
		<description><![CDATA[I have a virtual machine set up running Fedora 9 on my home network which I mainly use for SSH tunneling and I just realized that this version of Fedora now uses rsyslog as its default syslog daemon.
I wanted to send a copy of the syslog messages for SSH to my central syslog server so [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I have a virtual machine set up running Fedora 9 on my home network which I mainly use for SSH tunneling and I just realized that this version of Fedora now uses <a title="rsyslog" href="http://en.wikipedia.org/wiki/Rsyslog" target="_blank"><strong>rsyslog</strong></a> as its default syslog daemon.</p>
<p style="text-align: left;">I wanted to send a copy of the syslog messages for SSH to my central syslog server so I can easily keep track of login attempts to my server from the outside.</p>
<p style="text-align: left;">Here are the steps:</p>
<ol style="text-align: left;">
<li>Open <strong>/etc/rsyslog.conf</strong> and  add this line:
<ul>
<li>
<pre>authpriv.* @remote_server_ip_address</pre>
</li>
</ul>
</li>
<li>Restart the rsyslog service: <strong>/etc/init.d/rsyslog restart</strong></li>
</ol>
<p style="text-align: left;">Change &#8220;authpriv<strong>.</strong>*&#8221; to &#8220;*.*&#8221; if you wish to send a copy of all the syslog messages to the remote server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/how-to-send-syslog-messages-to-a-remote-syslog-server-in-fedora-core-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
