<?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>Simon Žekar - unix, communications, stupidities</title>
	<atom:link href="http://simon.zekar.com/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>Sat, 27 Feb 2010 23:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>automatic login to Cisco routers / firewalls</title>
		<link>http://simon.zekar.com/2010/02/28/automatic-login-to-cisco-routers-firewalls/</link>
		<comments>http://simon.zekar.com/2010/02/28/automatic-login-to-cisco-routers-firewalls/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:37:34 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[rancid]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=142</guid>
		<description><![CDATA[Since many of you are still connecting to your Cisco boxes with the plain ssh/telnet command (typing password every time) and since Cisco boxes don&#8217;t have SSH public key authentication, the tool to use comes from Rancid (Really Awesome New Cisco confIg Differ) package.
It&#8217;s called &#8220;clogin&#8221; as Cisco login script.
It requires all the credentials in [...]]]></description>
			<content:encoded><![CDATA[<p>Since many of you are still connecting to your Cisco boxes with the plain ssh/telnet command (typing password every time) and since Cisco boxes don&#8217;t have SSH public key authentication, the tool to use comes from <a href="http://www.shrubbery.net/rancid/">Rancid</a> (Really Awesome New Cisco confIg Differ) package.</p>
<p>It&#8217;s called &#8220;<strong>clogin</strong>&#8221; as <a href="http://www.shrubbery.net/rancid/man/clogin.1.html">Cisco login script</a>.</p>
<p>It requires all the credentials in ~/.cloginrc file (protocol / password / enable).</p>
<p>Syntax of .cloginrc file can be found <a href="http://www.shrubbery.net/rancid/man/cloginrc.5.html">here</a>.</p>
<p>and usage is simple, just <code>clogin hostname</code></p>
<p>And besides loging it&#8217;s very usefull for multiple box configuration. Let&#8217;s say you just need to write configs of your 5 routers.</p>
<p><code>clogin -c "write;exit" router1 router2 router3 router4 router5</code></p>
<p>and Voila !</p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2010/02/28/automatic-login-to-cisco-routers-firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mikrotik simple bandwidth control</title>
		<link>http://simon.zekar.com/2009/10/14/mikrotik-simple-bandwidth-control/</link>
		<comments>http://simon.zekar.com/2009/10/14/mikrotik-simple-bandwidth-control/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:59:30 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[mikrotik]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=137</guid>
		<description><![CDATA[There&#8217;s a really easy way of controlling bandwidth of an interface (e.g. guest interface).
It&#8217;s done via queues:
/queue simple add interface=guest max-limit=2M/2M disabled=no
Where &#8220;guest&#8221; is the interface name and 2M is the down/uplink speed in bps you want to shape it to.
More about this on Mikrotik Wiki
S.
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a really easy way of controlling bandwidth of an interface (e.g. guest interface).</p>
<p>It&#8217;s done via queues:<br />
<code>/queue simple add interface=guest max-limit=2M/2M disabled=no</code></p>
<p>Where &#8220;guest&#8221; is the interface name and 2M is the down/uplink speed in bps you want to shape it to.</p>
<p>More about this on <a href="http://wiki.mikrotik.com/wiki/Bandwidth_Managment_and_Queues">Mikrotik Wiki</a></p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/10/14/mikrotik-simple-bandwidth-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP-UX ssh X11 forwarding not working for certain applications</title>
		<link>http://simon.zekar.com/2009/10/08/hp-ux-ssh-x11-forwarding-not-working-for-certain-applications/</link>
		<comments>http://simon.zekar.com/2009/10/08/hp-ux-ssh-x11-forwarding-not-working-for-certain-applications/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:51:30 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[hp-ux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=133</guid>
		<description><![CDATA[I had a strange issue with hp-ux x11 forwarding over ssh. xclock, xterm ran fine but hpterm and some other x11 programs didn&#8217;t start, claiming error:
X11 connection rejected because of wrong authentication.
after some searching I found following fixed the issue:
/opt/ssh/etc/sshd_config:
X11UseLocalhost no
(must be set to no, default is yes)
S.
]]></description>
			<content:encoded><![CDATA[<p>I had a strange issue with <a href="http://www.hp.com/products1/unix/">hp-ux</a> <a href="http://www.ssh.com/support/documentation/online/ssh/adminguide/32/X11_Forwarding.html">x11 forwarding over ssh</a>. xclock, xterm ran fine but hpterm and some other x11 programs didn&#8217;t start, claiming error:</p>
<p><code>X11 connection rejected because of wrong authentication.</code></p>
<p>after some searching I found following fixed the issue:</p>
<p><code>/opt/ssh/etc/sshd_config:<br />
X11UseLocalhost no<br />
(must be set to no, default is yes)</code></p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/10/08/hp-ux-ssh-x11-forwarding-not-working-for-certain-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA failover fail if IPv6 enabled</title>
		<link>http://simon.zekar.com/2009/10/02/cisco-asa-failover-fail-if-ipv6-enabled/</link>
		<comments>http://simon.zekar.com/2009/10/02/cisco-asa-failover-fail-if-ipv6-enabled/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:14:05 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=128</guid>
		<description><![CDATA[I can&#8217;t believe it&#8230;
Failover on Cisco ASA silently stops working after you enable ipv6 configuration.
We&#8217;re used of stupid Cisco bugs, but this wins it all !
S.
]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe it&#8230;</p>
<p><a href="http://rogierm.redbee.nl/blog/2009/07/24/cisco-asa-ipv6-failover-not-supported/">Failover on Cisco ASA silently stops working after you enable ipv6 configuration.</a></p>
<p>We&#8217;re used of stupid Cisco bugs, but this wins it all !</p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/10/02/cisco-asa-failover-fail-if-ipv6-enabled/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IPv6 over IPv4 tunnel with Mikrotik &amp; Cisco router</title>
		<link>http://simon.zekar.com/2009/09/27/ipv6-over-ipv4-tunnel-with-mikrotik-cisco-router/</link>
		<comments>http://simon.zekar.com/2009/09/27/ipv6-over-ipv4-tunnel-with-mikrotik-cisco-router/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 20:44:15 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=114</guid>
		<description><![CDATA[Time when native IPv6 network will come right to your home is still far away. So tunneling IPv6 network over IPv4 to some IPv6 enabled site is a way to go.
Configuration is easier than expected and it worked right away. In my case Cisco 7600 series is at the data center where native IPv6 is [...]]]></description>
			<content:encoded><![CDATA[<p>Time when native <a href="http://en.wikipedia.org/wiki/IPv6">IPv6 network</a> will come right to your home is still far away. So <a href="http://en.wikipedia.org/wiki/6to4">tunneling IPv6 network over IPv4</a> to some IPv6 enabled site is a way to go.</p>
<p>Configuration is easier than expected and it worked right away. In my case <a href="http://www.cisco.com/en/US/products/hw/routers/ps368/">Cisco 7600</a> series is at the data center where native IPv6 is established and <a href="http://www.routerboard.com/">Mikrotik RB450</a> ( a choice for home router &#8211; really powerful and really cheap).</p>
<p>One /64 subnet is assigned for the tunnel (point-to-point) and /48 is then routed to it. Yes. In IPv6 /64 subnet of 18446744073709551616 IPs is used for point-to-point tunnel (2 IPs).</p>
<p>On Cisco 7600 &#8211; interface (99.. is a 7600 public IP as 22.. is my home public IP):<br />
<code>interface Tunnel0<br />
 description --- test ipv6 in ipv4 tunnel ---<br />
 no ip address<br />
 ipv6 address 2AAA:BABA:101:1::1/64<br />
 tunnel source 99.99.99.99<br />
 tunnel destination 22.22.22.22<br />
 tunnel mode ipv6ip</code></p>
<p>and route:<br />
<code>ipv6 route 2AAA:BABA:BEEF::/48 2AAA:BABA:101:1::2</code></p>
<p>and on Mikrotik:<br />
<code>/interface 6to4 add disabled=no local-address=22.22.22.22 mtu=1280 name=ipv6tunnel remote-address=99.99.99.99<br />
/ipv6 address add address=2AAA:BABA:101:1::2/64 interface=ipv6tunnel<br />
/ipv6 route add disabled=no dst-address=::/0 gateway=ipv6tunnel<br />
</code></p>
<p>And that&#8217;s it. You can configure local interface on Mikrotik, like this:<br />
<code>/ipv6 add address=2AAA:BABA:BEEF:DEAD:1/64 advertise=yes interface=ether2</code></p>
<p>Local machines, if properly configured should receive <a href="http://www.faqs.org/rfcs/rfc2461.html">advertised IPv6 prefix</a> and configure itself for IPv6.</p>
<p>That&#8217;s for now, more about IPv6 soon ! HaveAnice !!</p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/09/27/ipv6-over-ipv4-tunnel-with-mikrotik-cisco-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD massive port forwarding</title>
		<link>http://simon.zekar.com/2009/02/07/freebsd-massive-port-forwarding/</link>
		<comments>http://simon.zekar.com/2009/02/07/freebsd-massive-port-forwarding/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 20:15:08 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=68</guid>
		<description><![CDATA[Portfwd was the choice of software when I ever needed to forward a port from the server to another server &#8211; multiple hops away (not NAT port mapping).
It uses configuration like this (193.2.1.66 is the local ip, 193.2.1.80 is destination server IP):
bind-address 193.2.1.66
tcp { 55443 { =&#62; 193.2.1.80:443 } }
tcp { 55022 { =&#62; 193.2.1.80:22 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://portfwd.sourceforge.net/" target="_blank">Portfwd</a> was the choice of software when I ever needed to forward a port from the server to another server &#8211; multiple hops away (not NAT port mapping).</p>
<p>It uses configuration like this (193.2.1.66 is the local ip, 193.2.1.80 is destination server IP):</p>
<p><code>bind-address 193.2.1.66<br />
tcp { 55443 { =&gt; 193.2.1.80:443 } }<br />
tcp { 55022 { =&gt; 193.2.1.80:22 } }</code></p>
<p>But it fails doing its job right when you use this on a really busy port/service (500 or more simultaneous established TCP connections).</p>
<p><a href="http://www.openbsd.org/faq/pf/" target="_blank">pf</a> does the forwarding well even over 1000 TCP connections. Example:</p>
<p><code>rdr on em0 proto tcp from any to 193.2.1.66 port 55443 -&gt; 193.2.1.80 port 443<br />
rdr on em0 proto tcp from any to 193.2.1.66 port 55022 -&gt; 193.2.1.80 port 22<br />
nat on em0 from any to 193.2.1.80 -&gt; 193.2.1.66</code></p>
<p>- the em0 is the name of the outside interface. Without the nat rule, destination server would see a packet with source ip of the client so it would send a packet back directly to the client which causes asymmetric routing and very possible problems. The nat rule changes the source IP to the port forwarders one.</p>
<p>Happy forwarding,<br />
S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/02/07/freebsd-massive-port-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>swatch &#8211; alerting you of certain log entries</title>
		<link>http://simon.zekar.com/2009/02/04/swatch-log-monitor/</link>
		<comments>http://simon.zekar.com/2009/02/04/swatch-log-monitor/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:53:24 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[swatch]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=65</guid>
		<description><![CDATA[A few minutes before coding my own perl script, which would alert me on certain log entries, I&#8217;ve found a software which does it&#8217;s job very well.
It&#8217;s called swatch &#8211; yes, really impressing web site and lack of documentation, examples is tipical for a geek&#8217;s tool.
example config &#8211; very simple:
watchfor /Security violation occurred/
mail addresses=ninja@level13.org,subject="SWATCH warning [...]]]></description>
			<content:encoded><![CDATA[<p>A few minutes before coding my own <a href="http://www.perl.org/" target="_blank">perl</a> script, which would alert me on certain log entries, I&#8217;ve found a software which does it&#8217;s job very well.</p>
<p>It&#8217;s called <a href="http://swatch.sourceforge.net/" target="_blank">swatch</a> &#8211; yes, really impressing web site and lack of documentation, examples is tipical for a geek&#8217;s tool.</p>
<p>example config &#8211; very simple:<br />
<code>watchfor /Security violation occurred/<br />
mail addresses=ninja@level13.org,subject="SWATCH warning - switch_name"</code></p>
<p>and the command line invocation:<br />
<code># /usr/local/bin/swatch -c /usr/local/etc/swatch/switch_name.conf -t /var/log/syslog/switch_name.log --daemon --use-cpan-file-tail</code></p>
<p><strong>&#8211;daemon</strong> for forking it in the background</p>
<p><strong>&#8211;use-cpan-file-tail</strong> is needed so that the swatch will tail file even after it&#8217;s rotated by the rotating script, but make sure that the perl module <a href="http://search.cpan.org/perldoc?File::Tail" target="_blank">File::Tail</a> is installed</p>
<p>It can of course match multiple patterns (multiple watchfor sections) on the same log file, but you must run multiple instances of the software for tailing multiple log files.</p>
<p>Make sure to read <a href="http://linux.die.net/man/1/swatch" target="_blank">swatch man page</a>.</p>
<p>S.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/02/04/swatch-log-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>understanding freebsd memory usage</title>
		<link>http://simon.zekar.com/2009/01/30/understanding-freebsd-memory-usage/</link>
		<comments>http://simon.zekar.com/2009/01/30/understanding-freebsd-memory-usage/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:07:17 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=61</guid>
		<description><![CDATA[I think it is better to write in english, since I&#8217;m often googling around about some problem and land on a site in chinese with some configuration pasted in the site.
The problem is I don&#8217;t know what poor chinese boy wrote: &#8220;This configuration is working for me:&#8221; or &#8220;This configuration is not working at all, [...]]]></description>
			<content:encoded><![CDATA[<p>I think it is better to write in english, since I&#8217;m often googling around about some problem and land on a site in chinese with some configuration pasted in the site.</p>
<p>The problem is I don&#8217;t know what poor chinese boy wrote: &#8220;This configuration is working for me:&#8221; or &#8220;This configuration is not working at all, can someone help me:&#8221;. So I try it. Never worked.</p>
<p>Recently I found a <a href="http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/075925.html" target="_blank">post</a> which nicely describes statuses of FreeBSD memory allocation.</p>
<p>Top shows:</p>
<p><code>Mem: 4589M Active, 13G Inact, 489M Wired, 733M Cache, 214M Buf, 886M Free</code></p>
<p>And the snip from the post:</p>
<p>Memory normally moves along the following path:</p>
<p>Wired -&gt; Active -&gt; Inactive -&gt; Cached -&gt; Free</p>
<p>and then when it gets allocated and used it moves back to Wired.</p>
<p>The difference between the categories is mainly that &#8220;Inactive&#8221; and<br />
&#8220;Cached&#8221; memory still contains data that the system might be able to<br />
reuse, while &#8220;Free&#8221; memory is completely free and unused.<br />
In order to use Cached or Inactive memory it might need to be flushed<br />
first, with Inactive probably being dirty and Cached probably not.<br />
(&#8221;Active&#8221; memory is almost certainly dirty and is therefore somewhat<br />
more expensive to reuse.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/01/30/understanding-freebsd-memory-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>samouničenje FreeBSD-ja</title>
		<link>http://simon.zekar.com/2009/01/30/freebsd-self-destruct/</link>
		<comments>http://simon.zekar.com/2009/01/30/freebsd-self-destruct/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 19:44:45 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[destruct]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/?p=59</guid>
		<description><![CDATA[Ker je jutri srečanje blogerjev, jaz pa že skoraj pol leta nisem nič napisal, imam slabo vest in pišem&#8230;
Po svetu imam kar nekaj strežnikov in pride čas, da strežnik zamenjam za novega, ob tem pa nočem da podatki pridejo v roke &#8220;nasledniku&#8221; strežnika. Poleg varnega brisanja datotek sem si vedno želel pognati kakšen destruktiven ukaz, [...]]]></description>
			<content:encoded><![CDATA[<p>Ker je jutri <a href="http://www.tamara.si/2009/01/29/v-soboto-se-vidimo/" target="_blank">srečanje blogerjev</a>, jaz pa že skoraj pol leta nisem nič napisal, imam slabo vest in pišem&#8230;</p>
<p>Po svetu imam kar nekaj strežnikov in pride čas, da strežnik zamenjam za novega, ob tem pa nočem da podatki pridejo v roke &#8220;nasledniku&#8221; strežnika. Poleg <a href="http://sourceforge.net/projects/srm" target="_blank">varnega brisanja datotek</a> sem si vedno želel pognati kakšen destruktiven ukaz, ki bi strežnik zares pokončal.</p>
<p>Takoj pride ideja, <a href="http://en.wikipedia.org/wiki/Dd_(Unix)" target="_blank">dd</a> !! Vendar je FreeBSD malo zaščitniški glede pisanja po raw diskih:</p>
<p><code>[root@dolfi ~]# dd if=/dev/zero of=/dev/da0<br />
dd: /dev/da0: Operation not permitted</code></p>
<p>Rešitev se skriva v sysctl zastavici. Hvala, <a href="http://default.co.yu/default/" target="_blank">bc</a> !</p>
<p><code>[root@dolfi ~]# sysctl kern.geom.debugflags=16</code></p>
<p>po spremembi zastavice, bo dd deloval. Uničujoče. Poskusite v službi.</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2009/01/30/freebsd-self-destruct/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Je že pospeševalec delcev uničil svet ?</title>
		<link>http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/</link>
		<comments>http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 19:27:42 +0000</pubDate>
		<dc:creator>sIMON</dc:creator>
				<category><![CDATA[general bluez]]></category>
		<category><![CDATA[hadron collider]]></category>
		<category><![CDATA[lhh]]></category>

		<guid isPermaLink="false">http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/</guid>
		<description><![CDATA[http://www.hasthelargehadroncolliderdestroyedtheworldyet.com/
Lahko se tudi naročite na RSS feed&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hasthelargehadroncolliderdestroyedtheworldyet.com/">http://www.hasthelargehadroncolliderdestroyedtheworldyet.com/</a></p>
<p>Lahko se tudi naročite na RSS feed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://simon.zekar.com/2008/10/17/je-ze-pospesevalec-delcev-unicil-svet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
