<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://equivocation.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title></title>
 <link>http://equivocation.org/blog</link>
 <description>The default view for the equivocation blog</description>
 <language>en</language>
<item>
 <title>SElinux and alternative ssh ports</title>
 <link>http://equivocation.org/node/124</link>
 <description>&lt;p&gt;It is quite common, and can be very effective, to use alternative/non-standard ssh ports to avoid port scans.  Normally ssh listens for incoming connections on &lt;a href=&quot;http://en.wikipedia.org/wiki/TCP_and_UDP_port&quot;&gt;port&lt;/a&gt; 22. As this is its published port number it is easy for people and software to connect to this port and try random or typical user names and passwords (e.g. &quot;root&quot; user with password &quot;password&quot;).  To make this more difficult ssh can be set up to listen to a non-standard port so that only those who know which port it is can connect quickly and easily.  This technique is one I have used successfully for many years.  With the release of Fedora 9 and the expansion of its SElinux policy,  getting ssh to listen on alternative ports requires an additional step.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://equivocation.org/node/124&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://equivocation.org/taxonomy/term/2">general</category>
 <category domain="http://equivocation.org/taxonomy/term/11">selinux</category>
 <pubDate>Sat, 07 Jun 2008 09:34:05 +0000</pubDate>
 <dc:creator>anaru</dc:creator>
 <guid isPermaLink="false">124 at http://equivocation.org</guid>
</item>
<item>
 <title> KVM and SELinux</title>
 <link>http://equivocation.org/node/122</link>
 <description>&lt;p&gt;In Fedora 9, kernel based virtual machines (KVM) are now constrained within SELinux.  This is a good thing as it means any security bugs in the KVM/qemu infrastructure are less likely to impact on the host system.  However, when moving from earlier versions of Fedora the KVM guest image files (e.g. of the form opensolaris.img) will probably be labelled with the wrong SELinux type which will prevent the guests from running on Fedora 9.  To see the SELinux type labelling you can use the -Z option to the normal &lt;code class=&quot;bin&quot;&gt;ls&lt;/code&gt; command:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://equivocation.org/node/122&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://equivocation.org/taxonomy/term/2">general</category>
 <category domain="http://equivocation.org/taxonomy/term/37">kvm</category>
 <pubDate>Sat, 31 May 2008 13:48:29 +0000</pubDate>
 <dc:creator>anaru</dc:creator>
 <guid isPermaLink="false">122 at http://equivocation.org</guid>
</item>
<item>
 <title>Fedora 9 on a Dell XPS M1330</title>
 <link>http://equivocation.org/node/118</link>
 <description>&lt;p&gt;Upgrading from Fedora 8 to Fedora 9 is fairly &lt;a href=&quot;/node/117&quot;&gt;straight forward&lt;/a&gt; on the Dell XPS M1330. During the &lt;a href=&quot;/node/96&quot;&gt;Fedora 8 release&lt;/a&gt; the UVC driver for the integrated web cam became part of the standard kernel, so by the time Fedora 9 came along, all the hardware was working under Fedora 8 with no major tweaking required. Fedora 9, however, introduces a couple of new quirks.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://equivocation.org/node/118&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://equivocation.org/taxonomy/term/2">general</category>
 <category domain="http://equivocation.org/taxonomy/term/34">fedora</category>
 <pubDate>Sun, 18 May 2008 19:43:00 +0000</pubDate>
 <dc:creator>anaru</dc:creator>
 <guid isPermaLink="false">118 at http://equivocation.org</guid>
</item>
<item>
 <title>Upgrading to Fedora 9 with preupgrade</title>
 <link>http://equivocation.org/node/117</link>
 <description>&lt;p&gt;The new &lt;a href=&quot;http://fedoraproject.org/wiki/Features/PreUpgrade&quot;&gt;preupgrade&lt;/a&gt; tool, available as a package on both Fedora 8 and 9, allows you to download and install all the necessary rpms required for upgrading from Fedora 8 to 9.  This tool not only can save on media downloads, but also allows you to continue to use Fedora 8 while all the packages are being downloaded and prepared for Fedora 9.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://equivocation.org/node/117&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://equivocation.org/taxonomy/term/2">general</category>
 <category domain="http://equivocation.org/taxonomy/term/34">fedora</category>
 <pubDate>Sun, 18 May 2008 15:05:09 +0000</pubDate>
 <dc:creator>anaru</dc:creator>
 <guid isPermaLink="false">117 at http://equivocation.org</guid>
</item>
<item>
 <title>KVM Virtual Manager Network Timeout</title>
 <link>http://equivocation.org/node/114</link>
 <description>&lt;p&gt;Small and simple guest operating systems (i.e. those not running many services) can tend to have network difficulties when using the default KVM and &lt;a href=&quot;/node/104&quot;&gt;Virtual Machine Manager&lt;/a&gt; virtualization.  I use a very small &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian etch&lt;/a&gt; guest that is a  mirror of an identical small machine elsewhere.  If the guest OS does not use the network connection for around 10 minutes, the idle network can become disconnected.  This is actually a result of the &lt;a href=&quot;http://www.netfilter.org/&quot;&gt;iptables&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Network_address_translation&quot;&gt;NAT&lt;/a&gt; setup by the Virtual Manager.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://equivocation.org/node/114&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://equivocation.org/taxonomy/term/2">general</category>
 <category domain="http://equivocation.org/taxonomy/term/37">kvm</category>
 <pubDate>Sun, 06 Jan 2008 21:44:17 +0000</pubDate>
 <dc:creator>anaru</dc:creator>
 <guid isPermaLink="false">114 at http://equivocation.org</guid>
</item>
</channel>
</rss>
