|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: IPtables support in xen for the domU
On Friday 22 July 2005 16:43, Shahzad Chohan wrote:
> CONFIG_IP_NF_FILTER=m
ok, the "filter" table is a module, try "modprobe iptable_filter"
also, make sure you have the right module tree INSIDE your domU (easy to
forget that, since you'd usually compile the domU kernel inside dom0)
if your module tree is in place, try running "depmod -a" to restore automatic
module loading... if it still doesn't auto-load the module, you'd have to add
the modprobe call to your iptables startup script. (or to modules.autoload,
depending on how your distribution handles such things)
/Ernst
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|