Merge branch 'FixNATFirewallMasq' into release-3.16.1.0

Fixes issue with no masq on dtd port.
This commit is contained in:
Conrad Lara - KG6JEI 2016-01-23 20:43:14 -08:00
commit 529da82003
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ iptables -t mangle -I PREROUTING -d $dtdlinkip/32 -j MARK --set-xmark 0x15/0xfff
# Mark and masq local traffic going out the dtdlink interface.
iptables -t nat -A zone_lan_prerouting -j MARK --set-xmark 0xe/0xffffffff
iptables -t nat -A zone_dtdlink_nat -m mark --mark 0xe -j MASQUERADE
iptables -t nat -A zone_dtdlink_postrouting -m mark --mark 0xe -j MASQUERADE