<?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 on: Setting up Xen on Debian etch (64bit)</title>
	<atom:link href="http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/</link>
	<description>The Zen of Design, Coding &#38; Happiness</description>
	<pubDate>Tue, 06 Jan 2009 23:49:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xen 3.3 y Debian Etch &#124; Dr. Danguer y Mr. Daniel</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-44</link>
		<dc:creator>Xen 3.3 y Debian Etch &#124; Dr. Danguer y Mr. Daniel</dc:creator>
		<pubDate>Sun, 26 Oct 2008 23:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-44</guid>
		<description>[...] http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/ (para instalar Xen con las versiones estables de Debian) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/" rel="nofollow">http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/</a> (para instalar Xen con las versiones estables de Debian) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-16</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 13 Aug 2008 09:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-16</guid>
		<description>I've written some of what I've done down.
But I haven't come to the ioemu, but will update it late.

Check it out:
http://docs.google.com/View?docid=dhsx3w9c_15dgxf3pcf</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written some of what I&#8217;ve done down.<br />
But I haven&#8217;t come to the ioemu, but will update it late.</p>
<p>Check it out:<br />
<a href="http://docs.google.com/View?docid=dhsx3w9c_15dgxf3pcf" rel="nofollow">http://docs.google.com/View?docid=dhsx3w9c_15dgxf3pcf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-13</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sun, 10 Aug 2008 08:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-13</guid>
		<description>Ah cool, so you've got it working as a gateway? I might have to give this a try :)</description>
		<content:encoded><![CDATA[<p>Ah cool, so you&#8217;ve got it working as a gateway? I might have to give this a try <img src='http://27smiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-12</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 10 Aug 2008 01:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-12</guid>
		<description>I changed one thing in the config.

[...]
vnc=0
vncviewer=0
[...]

to

[...]
vnc=1
vncviewer=1
[...]

And I wasn't able to connect to the server with my vncviewer from the other server so I made an ssh-tunnle and connected via it.

I did this from my laptop:
apt-get install vncviewer
ssh -f -L 5900:localhost:5900 root@192.168.0.29 -N
vncviewer localhost

Niice!</description>
		<content:encoded><![CDATA[<p>I changed one thing in the config.</p>
<p>[...]<br />
vnc=0<br />
vncviewer=0<br />
[...]</p>
<p>to</p>
<p>[...]<br />
vnc=1<br />
vncviewer=1<br />
[...]</p>
<p>And I wasn&#8217;t able to connect to the server with my vncviewer from the other server so I made an ssh-tunnle and connected via it.</p>
<p>I did this from my laptop:<br />
apt-get install vncviewer<br />
ssh -f -L 5900:localhost:5900 <a href="mailto:root@192.168.0.29">root@192.168.0.29</a> -N<br />
vncviewer localhost</p>
<p>Niice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-11</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 10 Aug 2008 00:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-11</guid>
		<description>Hey! I've been testing some more and found some sweet stuff.
I'll post the links:

Install everything as they say at howtoforge, but use the amd64 instead.
http://howtoforge.com/debian_etch_xen_from_debian_repository

Use this trick for the network:
http://www.debian-administration.org/articles/470

And use this to configure it:
http://forums.untangle.com/showpost.php?s=5d54606b22858fb02d23434c1c8e349d&#38;p=44&#38;postcount=8

I don't know yet if it works. I'm a total biginner and this is the first day (or night) that I'v even heard of Xen and the first time I've tried it. I hade to reinstall my Workstation just to try this because VMWare doestn't emulate Intel VT :P

I'll tell you how it goes... :)</description>
		<content:encoded><![CDATA[<p>Hey! I&#8217;ve been testing some more and found some sweet stuff.<br />
I&#8217;ll post the links:</p>
<p>Install everything as they say at howtoforge, but use the amd64 instead.<br />
<a href="http://howtoforge.com/debian_etch_xen_from_debian_repository" rel="nofollow">http://howtoforge.com/debian_etch_xen_from_debian_repository</a></p>
<p>Use this trick for the network:<br />
<a href="http://www.debian-administration.org/articles/470" rel="nofollow">http://www.debian-administration.org/articles/470</a></p>
<p>And use this to configure it:<br />
<a href="http://forums.untangle.com/showpost.php?s=5d54606b22858fb02d23434c1c8e349d&amp;p=44&amp;postcount=8" rel="nofollow">http://forums.untangle.com/showpost.php?s=5d54606b22858fb02d23434c1c8e349d&amp;p=44&amp;postcount=8</a></p>
<p>I don&#8217;t know yet if it works. I&#8217;m a total biginner and this is the first day (or night) that I&#8217;v even heard of Xen and the first time I&#8217;ve tried it. I hade to reinstall my Workstation just to try this because VMWare doestn&#8217;t emulate Intel VT <img src='http://27smiles.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I&#8217;ll tell you how it goes&#8230; <img src='http://27smiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-10</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sat, 09 Aug 2008 20:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-10</guid>
		<description>Simon,

I'm not 100% sure as I've never personally used untangle a quick search on their forum suggests it's possible although I think you need to compile your own kernel: 

http://forums.untangle.com/showthread.php?t=2899&#038;highlight=xen

Also a nice big wiki page on Xen networking stuff

http://wiki.xensource.com/xenwiki/XenNetworking

Hope this helps :)</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>I&#8217;m not 100% sure as I&#8217;ve never personally used untangle a quick search on their forum suggests it&#8217;s possible although I think you need to compile your own kernel: </p>
<p><a href="http://forums.untangle.com/showthread.php?t=2899&#038;highlight=xen" rel="nofollow">http://forums.untangle.com/showthread.php?t=2899&#038;highlight=xen</a></p>
<p>Also a nice big wiki page on Xen networking stuff</p>
<p><a href="http://wiki.xensource.com/xenwiki/XenNetworking" rel="nofollow">http://wiki.xensource.com/xenwiki/XenNetworking</a></p>
<p>Hope this helps <img src='http://27smiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://27smiles.com/2008/08/08/setting-up-xen-on-debian-etch-64bit/comment-page-1/#comment-9</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 09 Aug 2008 17:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://27smiles.com/?p=184#comment-9</guid>
		<description>Hello! Really nice how-to. But I have a question (never used Xen before).
Is it possible to create a xen-domain that can work as Gateway? Now I use one server as gateway and one as all the other. Let's call the gateway gw and the other for server. The gw got Untangle right now and the server got Debian Etch. I'm thinking about removing the gateway and install Untangle as an xen-domain. Is this possible? Or won't the xen-domain have enought access to the network cards?
- Simon</description>
		<content:encoded><![CDATA[<p>Hello! Really nice how-to. But I have a question (never used Xen before).<br />
Is it possible to create a xen-domain that can work as Gateway? Now I use one server as gateway and one as all the other. Let&#8217;s call the gateway gw and the other for server. The gw got Untangle right now and the server got Debian Etch. I&#8217;m thinking about removing the gateway and install Untangle as an xen-domain. Is this possible? Or won&#8217;t the xen-domain have enought access to the network cards?<br />
- Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
