Commit b47c4bbf authored by Joanne Hugé's avatar Joanne Hugé

playbook/ors: remove masquerade for IPv6

It is not necessary for phones as re6st will
handle the routing. Adding masquerade interferes
with re6st routing.
parent 6bb5d03f
......@@ -53,13 +53,6 @@ cat > $TMPV6 << EOF
:INPUT ACCEPT
:OUTPUT ACCEPT
:POSTROUTING ACCEPT
EOF
for IF in "${IF_LIST_SORTED[@]}"; do
cat >> $TMPV6 << EOF
-A POSTROUTING -o $IF -j MASQUERADE
EOF
done
cat >> $TMPV6 << EOF
COMMIT
*filter
:INPUT ACCEPT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment