Aboout pptp+ipfw

Christian Hiris 4711 at chello.at
Mon Jun 21 05:46:36 PDT 2004


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 at chello.at> | OpenPGP KeyID 0x941B6B0B 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040621/55f9b56d/attachment.bin


More information about the freebsd-questions mailing list