Date: Mon, 21 Jun 2004 14:46:17 +0200 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Cc: =?koi8-r?b?8y73LvPBzNjTy8nK?= <S.V.Salsky@diamondarm.ru> Subject: Re: Aboout pptp+ipfw Message-ID: <200406211446.31668.4711@chello.at> In-Reply-To: <000e01c45742$b9b45dc0$5b00a8c0@brilliant.local> References: <000e01c45742$b9b45dc0$5b00a8c0@brilliant.local>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Monday 21 June 2004 05:49, С.В.Сальский wrote: > Hello, > > What ports I should pass in ipfw for vpn - pptp (poptop)? > > ipfw add allow tcp from any to my-gateway 1723 > ipfw add allow tcp from my-gateway 1723 to any > > is not working... You are missing the rules to allow the GRE (Generic Routing Encapsulation) protocol. ipfw add allow 47 from any to my-gateway ipfw add allow 47 from my-gateway to any regards ch -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x941B6B0B OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA1tincyi/EZQbawsRAjlwAJ9JMB5qAksgDyf7fhwj1YkqwWaEoQCglXMo 5RgGthjhTJyReG1cfyL3t+w= =SDDw -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406211446.31668.4711>
