From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Johnston Subject: Re: Xen and Firewalling Date: Mon, 18 Apr 2005 01:49:30 +0100 Message-ID: References: Reply-To: Sam Johnston Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Rik van Riel Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Thanks Rik, I've just worked out why my recompiling failed before - needed to specify ARCH=3Dxen ala: make ARCH=3Dxen menuconfig It would be good to see netfilter included by default in domU kernels in future releases, unless there's a reasonable reason not to. I see it was just added to dom0 recently by iap10@labyrinth.cl.cam.ac.uk: ChangeSet@1.1703, 2005-01-29 22:20:09+00:00, iap10@labyrinth.cl.cam.ac.uk Add iptables modules to the default xen0 kernel, and add example configuration files for a NAT setup. Sam On 4/18/05, Rik van Riel wrote: > On Mon, 18 Apr 2005, Sam Johnston wrote: >=20 > > Is there a reason for this? Is simply doing a make menuconfig inside > > linux-2.6.10-xenU and setting the requisite options sufficient? >=20 > Yes, reconfiguring and recompiling is enough. >=20 > -- > "Debugging is twice as hard as writing the code in the first place. > Therefore, if you write the code as cleverly as possible, you are, > by definition, not smart enough to debug it." - Brian W. Kernighan >