<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Simon Žekar - unix, communications, stupidities</title>
	<atom:link href="http://simon.zekar.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://simon.zekar.com</link>
	<description>"Unix is simple, but it takes a genious to understand the simplicity" --Dennis Ritchie</description>
	<lastBuildDate>Tue, 16 Feb 2010 09:12:34 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Je že pospeševalec delcev uničil svet ? by Sandi</title>
		<link>http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/comment-page-1/#comment-3069</link>
		<dc:creator>Sandi</dc:creator>
		<pubDate>Tue, 16 Feb 2010 09:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/#comment-3069</guid>
		<description>poglej si izvorno kodo :)</description>
		<content:encoded><![CDATA[<p>poglej si izvorno kodo <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mikrotik simple bandwidth control by Kuliah &#124; KuliahKu</title>
		<link>http://simon.zekar.com/2009/10/14/mikrotik-simple-bandwidth-control/comment-page-1/#comment-2166</link>
		<dc:creator>Kuliah &#124; KuliahKu</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=137#comment-2166</guid>
		<description>[...] original here: Mikrotik simple bandwidth control   0 people like this post. Like&#160;     [Translate]  Categories: Mikrotik Tags: guest-max-limit - [...]</description>
		<content:encoded><![CDATA[<p>[...] original here: Mikrotik simple bandwidth control   0 people like this post. Like&nbsp;     [Translate]  Categories: Mikrotik Tags: guest-max-limit &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA failover fail if IPv6 enabled by sIMON</title>
		<link>http://simon.zekar.com/2009/10/02/cisco-asa-failover-fail-if-ipv6-enabled/comment-page-1/#comment-2158</link>
		<dc:creator>sIMON</dc:creator>
		<pubDate>Fri, 02 Oct 2009 19:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=128#comment-2158</guid>
		<description>Miha !

A ves da to je bil tist problem... ko je reku duplicate :-) isti IP je dal na obe asi in je pol itak mel duplicate !!!

stupid stupid stupid !</description>
		<content:encoded><![CDATA[<p>Miha !</p>
<p>A ves da to je bil tist problem&#8230; ko je reku duplicate <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  isti IP je dal na obe asi in je pol itak mel duplicate !!!</p>
<p>stupid stupid stupid !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco ASA failover fail if IPv6 enabled by miha</title>
		<link>http://simon.zekar.com/2009/10/02/cisco-asa-failover-fail-if-ipv6-enabled/comment-page-1/#comment-2157</link>
		<dc:creator>miha</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=128#comment-2157</guid>
		<description>Salabajzerji!</description>
		<content:encoded><![CDATA[<p>Salabajzerji!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv6 over IPv4 tunnel with Mikrotik &amp; Cisco router by Dalibor</title>
		<link>http://simon.zekar.com/2009/09/27/ipv6-over-ipv4-tunnel-with-mikrotik-cisco-router/comment-page-1/#comment-2129</link>
		<dc:creator>Dalibor</dc:creator>
		<pubDate>Sun, 27 Sep 2009 20:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=114#comment-2129</guid>
		<description>Se config za dd-wrt (uLinux):

# insmod ipv6
# ip tunnel add v6 mode sit local local-ip remote remote-ip
# ip link set v6 up
# ip link set mtu 1280 dev v6
# ip tunnel change v6 ttl 64
# ip -6 addr add 2AAA:BABA:101:1::2/64 dev v6
# ip route add ::/0 dev v6
# ip addr add 2AAA:BABA:BEEF::c01a/64 dev br0
# echo 1 &gt; /proc/sys/net/ipv6/conf/all/forwarding
# iptables -I INPUT 2 -p ipv6 -i vlan1 -j ACCEPT
# radvd

Have fun :-P</description>
		<content:encoded><![CDATA[<p>Se config za dd-wrt (uLinux):</p>
<p># insmod ipv6<br />
# ip tunnel add v6 mode sit local local-ip remote remote-ip<br />
# ip link set v6 up<br />
# ip link set mtu 1280 dev v6<br />
# ip tunnel change v6 ttl 64<br />
# ip -6 addr add 2AAA:BABA:101:1::2/64 dev v6<br />
# ip route add ::/0 dev v6<br />
# ip addr add 2AAA:BABA:BEEF::c01a/64 dev br0<br />
# echo 1 &gt; /proc/sys/net/ipv6/conf/all/forwarding<br />
# iptables -I INPUT 2 -p ipv6 -i vlan1 -j ACCEPT<br />
# radvd</p>
<p>Have fun <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ugotovite kdo se pretirano pogovarja z vašim spletnim strežnikom by sIMON</title>
		<link>http://simon.zekar.com/2007/06/14/ugotovite-kdo-se-pretirano-pogovarja-z-vasim-spletnim-streznikom/comment-page-1/#comment-273</link>
		<dc:creator>sIMON</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/2007/06/14/ugotovite-kdo-se-pretirano-pogovarja-z-vasim-spletnim-streznikom/#comment-273</guid>
		<description>Dali :-) nimajo vsi vhosta v prvi koloni, to sm si jst zmislo :-P</description>
		<content:encoded><![CDATA[<p>Dali <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  nimajo vsi vhosta v prvi koloni, to sm si jst zmislo <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ugotovite kdo se pretirano pogovarja z vašim spletnim strežnikom by Dalibor</title>
		<link>http://simon.zekar.com/2007/06/14/ugotovite-kdo-se-pretirano-pogovarja-z-vasim-spletnim-streznikom/comment-page-1/#comment-272</link>
		<dc:creator>Dalibor</dc:creator>
		<pubDate>Sat, 21 Feb 2009 17:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/2007/06/14/ugotovite-kdo-se-pretirano-pogovarja-z-vasim-spletnim-streznikom/#comment-272</guid>
		<description>@Jaka: Bolj prav bi blo {&#039;print $2&#039;} :-)</description>
		<content:encoded><![CDATA[<p>@Jaka: Bolj prav bi blo {&#8217;print $2&#8242;} <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on understanding freebsd memory usage by nimmen</title>
		<link>http://simon.zekar.com/2009/01/30/understanding-freebsd-memory-usage/comment-page-1/#comment-271</link>
		<dc:creator>nimmen</dc:creator>
		<pubDate>Wed, 18 Feb 2009 10:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=61#comment-271</guid>
		<description>thanks for the post, i was guessing similar to your conclusions, but didnt quite understood what wired meant, and with the memory movement path everything is quite clear.</description>
		<content:encoded><![CDATA[<p>thanks for the post, i was guessing similar to your conclusions, but didnt quite understood what wired meant, and with the memory movement path everything is quite clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on swatch &#8211; alerting you of certain log entries by myha</title>
		<link>http://simon.zekar.com/2009/02/04/swatch-log-monitor/comment-page-1/#comment-269</link>
		<dc:creator>myha</dc:creator>
		<pubDate>Mon, 16 Feb 2009 17:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=65#comment-269</guid>
		<description>Hi,

super tool, tole bo zelo uporabno.
http://sourceforge.net/projects/swatch

lpm</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>super tool, tole bo zelo uporabno.<br />
<a href="http://sourceforge.net/projects/swatch" rel="nofollow">http://sourceforge.net/projects/swatch</a></p>
<p>lpm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on samouničenje FreeBSD-ja by Jan Hančič</title>
		<link>http://simon.zekar.com/2009/01/30/freebsd-self-destruct/comment-page-1/#comment-261</link>
		<dc:creator>Jan Hančič</dc:creator>
		<pubDate>Fri, 06 Feb 2009 08:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://simon.zekar.com/?p=59#comment-261</guid>
		<description>Hehe :D</description>
		<content:encoded><![CDATA[<p>Hehe <img src='http://simon.zekar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
