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 <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu

Attachment: pgpJ4ayNTZfhm.pgp
Description: signature

  • A... С.В.Сальский
    • Christian Hiris

Reply via email to