# Masqueraque traffic moving through ibVPN
if [ "$FW_PROTO" == "ipv4" ]; then
    $IPTABLES -t nat -A POSTROUTING -o ibvpn -j MASQUERADE

    # Call routing script
    /etc/clearos/ibvpn.d/route-up.sh
fi

