http://article.gmane.org/gmane.comp.emulators.xen.user/11275
Gmane From: Sadique <sadique <at> vanillanetworks.com> Subject: Re: FATAL: Module ip_tables not found. Newsgroups: gmane.comp.emulators.xen.user Date: 2006-05-16 09:34:37 GMT (2 years, 15 weeks, 3 days, 3 hours and 38 minutes ago) It's there in xen kernel, but you need to add that. make menuconfig Networking ---> Networking options ---> Network packet filtering (replaces ipchains) ---> Core Netfilter Configuration ---> Netfilter Xtables support (required for ip_tables) and do enable all modules included in that as per your need. Then go to - Networking ---> Networking options ---> Network packet filtering (replaces ipchains) ---> IP: Netfilter Configuration ---> IP tables support (required for filtering/masq/NAT) You can only go to the second step after doing the first one. Thanks Sadique Julius Spencer wrote: > Hi, > > I have a dom0 up and running now, however I have the following error > (FATAL: Module ip_tables not found.) when iptables tries to start. It > looks like it needs to be compiled and inserted however it doesn't > appear to be an option in the kernel configuration. > > Does anyone know if it necessary to download iptables source and > compile or is it possible to have it part of the xen kernel when > building from source? > > Cheers, > Julius. >
