Sorry, fubared when cleaning the rules. It should read;

#------------------------
echo "VPN port & GRE protocol forwarding"

        ipmasqadm portfw -f
        ipmasqadm portfw -a -P tcp -L $EXT_IPADDR 1723 -R $VPNSERVER 1723

        # GRE forwarding
        ipfwd --masq --syslog $VPNSERVER 47 &

# -----------------------

--
Nick Porter




Reply via email to