[pptp-server] GRE Problems?

Gill, Vern vgill at technologist.com
Thu Mar 22 11:53:49 CST 2001


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>I remember seeing rules to do this somewhere, does anyone know
> what they are by any chance?  I remember that protocol was a
> number vs tcp, udp, etc.

logger -t masq-firewall -s "Allow PPTP Server Connections on port
1723"
$IPCHAINS -A input -j ACCEPT -p tcp -s $ALLADDR 1723 -d $ALLADDR -v
$IPCHAINS -A output -j ACCEPT -p tcp -s $ALLADDR -d $ALLADDR 1723 -v

logger -t masq-firewall -s "Allow PPTP Server Connections on port 47"
$IPCHAINS -A input -p 47 -j ACCEPT -v
$IPCHAINS -A output -p 47 -j ACCEPT -v

That should fix you up. These are not neccessarily the BEST rules to
use, but they worked for me for about 8 months with no problems. Now
I use iptables.

BTW, you REALLY should consider moving up to kernel 2.4.x. Check out
my site...
http://linus.yi.org. Got a page for the Masq stuff, and one for the
ppp/pptp stuff. Check it out.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBOro7eReamMdwy9TXEQJTigCgsAprsWxsVwYVrbUhmjvoYRso/xEAnigv
XEa8i157iI26a0WxGAUh5km2
=1j91
-----END PGP SIGNATURE-----



More information about the pptp-server mailing list