
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=iptables_logging_on_kubuntu_with_rsyslogd</id>
		<title>iptables logging on kubuntu with rsyslogd - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=iptables_logging_on_kubuntu_with_rsyslogd"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=iptables_logging_on_kubuntu_with_rsyslogd&amp;action=history"/>
		<updated>2026-05-01T12:41:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=iptables_logging_on_kubuntu_with_rsyslogd&amp;diff=893&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot; == versions == kubuntu version 14  == problem == iptables is logging to /var/log/syslog, but we want it logging to a separate file.   == solution ==  # create /etc/rsyslog.d/...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=iptables_logging_on_kubuntu_with_rsyslogd&amp;diff=893&amp;oldid=prev"/>
				<updated>2014-10-15T15:30:43Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == versions == kubuntu version 14  == problem == iptables is logging to /var/log/syslog, but we want it logging to a separate file.   == solution ==  # create /etc/rsyslog.d/...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== versions ==&lt;br /&gt;
kubuntu version 14&lt;br /&gt;
&lt;br /&gt;
== problem ==&lt;br /&gt;
iptables is logging to /var/log/syslog, but we want it logging to a separate file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== solution ==&lt;br /&gt;
&lt;br /&gt;
# create /etc/rsyslog.d/iptables.conf file with the following contents&lt;br /&gt;
&lt;br /&gt;
 :msg, contains, &amp;quot;iptables&amp;quot; -/var/log/iptables.log&lt;br /&gt;
 &amp;amp; ~&lt;br /&gt;
&lt;br /&gt;
# restart rsyslogd&lt;br /&gt;
 /etc/init.d/rsyslogd restart&lt;br /&gt;
&lt;br /&gt;
# verify functionality (you might need to generate some traffic to the host)&lt;br /&gt;
 # tail -f /var/log/iptables.log&lt;br /&gt;
&lt;br /&gt;
[[category:iptables]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>