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:
, it fails
I get the following error output in /var/log/zentyal/zentyal.log
Any ideas or pointers will be tremendously appreciated.
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
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.