Hi!! I''m trying to set a firewall in my domU but iptables is not supported. I have tried to recompile the domU kernel but I can''t find the iptables module. What can I do??I have the latest xen source (3.3.1) thanks, Alberto _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Apr 6, 2009 at 8:05 PM, Alberto Asuero Arroyo <albertoasuero@gmail.com> wrote:> Hi!! > > I''m trying to set a firewall in my domU but iptables is not supported. I > have tried to recompile the domU kernel but I can''t find the iptables > module. > > What can I do??I have the latest xen source (3.3.1)It''s more of kernel issue instead of Xen issue. I''m guessing you boot domU from a kernel on dom0 (using "kernel=..." and "initrd=..." line on domU config file), but the corresponding kernel modules (/lib/modules/ ... directory) does not exist on domU''s filesystem. The easy way, use prebuilt domU kernel (like kernel-xen for RHEL/Centos) and boot domU with pygrub. They should have iptables as module. Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Apr 6, 2009 at 6:35 PM, Alberto Asuero Arroyo <albertoasuero@gmail.com> wrote:> Hi!! > > I''m trying to set a firewall in my domU but iptables is not supported. I > have tried to recompile the domU kernel but I can''t find the iptables > module.what does this mean??? have you looked at -> Networking -> Networking support (NET [=y]) -> Networking options during kernel configuration ( make KERNELS=linux-2.6-xenU-config ) by enabling IP, CORE netfilter will enable iptables> > What can I do??I have the latest xen source (3.3.1) > > thanks, Alberto > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks tej, I was looking for in other place, (in the same that dom0) but now I''ve found the iptables support!! On Mon, Apr 6, 2009 at 4:04 PM, Tej <bewith.tej@gmail.com> wrote:> On Mon, Apr 6, 2009 at 6:35 PM, Alberto Asuero Arroyo > <albertoasuero@gmail.com> wrote: > > Hi!! > > > > I''m trying to set a firewall in my domU but iptables is not supported. I > > have tried to recompile the domU kernel but I can''t find the iptables > > module. > what does this mean??? > > have you looked at > -> Networking > -> Networking support (NET [=y]) > -> Networking options > > during kernel configuration ( make KERNELS=linux-2.6-xenU-config ) > > by enabling IP, CORE netfilter will enable iptables > > > > > What can I do??I have the latest xen source (3.3.1) > > > > thanks, Alberto > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users