Zentyal 2.2 on Proxmox VE 1.9 iptables: No chain/target/match

yusuf

New Member
Sep 17, 2011
1
0
1
Dear Proxmox Family

I have been trying to get Zentyal 2.2 Firewall and Networking to run on Proxmox VE 1.9. I have read various suggestions in the forums and none seem to solve my problem. I have read the OpenVZ instructions here and even followed another here. The problem is that when I try to start the Zentyal Networking System using:

Code:
/etc/init.d/zentyal network start
, it fails

I get the following error output in /var/log/zentyal/zentyal.log

Code:
/sbin/iptables -t mangle -A PREROUTING -m mark --mark 0/0xff -m mac --mac-source 00:15:60:0b:6b:82 -j MARK --set-mark 1
/sbin/iptables -t mangle -A PREROUTING  -m mark --mark 0/0xff -j  MARK --set-mark 1
/sbin/iptables -t mangle -A OUTPUT -m mark --mark 0/0xff -j  MARK --set-mark 1 failed. 
Error output: iptables: No chain/target/match by that name.

Any ideas or pointers will be tremendously appreciated.
 
In the host proxmox

modprobe ipt_mark
modprobe ipt_MARK

or

modprobe xt_mark
modprobe xt_MARK