Skip site navigation (1)Skip section navigation (2)
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

--Boundary-02=_nit1Am44vvHlXDJ
Content-Type: text/plain;
  charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday 21 June 2004 05:49, =F3.=F7.=F3=C1=CC=D8=D3=CB=C9=CA 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)=
=20
protocol.

ipfw add allow 47 from any to my-gateway
ipfw add allow 47 from my-gateway to any

regards
ch
=2D-=20
Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x941B6B0B=20
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu

--Boundary-02=_nit1Am44vvHlXDJ
Content-Type: application/pgp-signature
Content-Description: signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQBA1tincyi/EZQbawsRAjlwAJ9JMB5qAksgDyf7fhwj1YkqwWaEoQCglXMo
5RgGthjhTJyReG1cfyL3t+w=
=SDDw
-----END PGP SIGNATURE-----

--Boundary-02=_nit1Am44vvHlXDJ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406211446.31668.4711>