|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] PROBLEM WITH DOMU and DOM0 has no IPTABLES
Hi Guys
I need some help please I cant get iptables to work as a module or as
statically built into xen- kernels.
I tried building the dom0 and domU kernels:
I used menuconfig to set the .config file.
I tried both as Modules and as Static
>cd xen-3.0.3_0-src
>make linux-2.6-xen0-config CONFIGMODE=menuconfig KERNELS=linux-2.6-xen0
--> initally I set these as modules [M] I then repeated the whole
process this time Statically[*]
File systems --> [*] Quota support <M> Old quota format
support <M> Quota format v2 support
Device Drivers ---> Network device support ---> <M> Dummy net
driver support
Networking ---> Networking options ---> [*] Network packet
filtering (replaces ipchains) ---> Core Netfilter Configuration ---> <M>
Netfilter Xtables support (required for ip_tables)
Networking ---> Networking options ---> [*] Network packet
filtering (replaces ipchains) ---> IP: Netfilter Configuration ---> <M>
IP tables support (required for filtering/masq/NAT)
>make linux-2.6-xen0-build
>make linux-2.6-xen0-install
>depmod 2.6.16.29-xen0
when I (RE)BOOT into xen0 I find iptables still doesn't work.
# iptables -L
FATAL: Module ip_tables not found.
iptables v1.2.11: can't initialize iptables table `filter': Table does
not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
I find the same result with xenU(DOMU). when I log into the xen-guest
>xm console xenu-1
NOTE: the linux-2.6-xen kernel does have support for iptables.
What am I missing ?
Thanks in advance for any help
Sean
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|