I recently moved my custom iptables config into a FireHOL config, but there's one rule that I can't seem to find a way to replace:
iptables -t mangle -A POSTROUTING -o br0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
This is a necessary rule for DHCP to work properly for LXC containers that are running on the same physical machine as the DHCP server.
Is there any way for FireHOL to support this kind of rule? If not, could support be added?
I recently moved my custom iptables config into a FireHOL config, but there's one rule that I can't seem to find a way to replace:
iptables -t mangle -A POSTROUTING -o br0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fillThis is a necessary rule for DHCP to work properly for LXC containers that are running on the same physical machine as the DHCP server.
Is there any way for FireHOL to support this kind of rule? If not, could support be added?