Date: Mon, 22 Sep 1997 23:44:29 +0200 (MET DST) From: Eivind Eklund <perhaps@yes.no> To: Alexandre Stumpf <stumpf@server.interage.com.br> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW Problem Message-ID: <199709222144.XAA09608@bitbox.follo.net> In-Reply-To: Alexandre Stumpf's message of Mon, 22 Sep 1997 17:11:58 -0300 (EST) References: <199709222011.RAA01150@server.interage.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi, > I'm using a freebsd 3.0 SNAP as a firewall to a network. In my local > network I have a NT4.0 with PPTP. I want to permit my remote clients to > connect to my PPTP server vi Internet. My problem is : Hown can I enable > PPTP traffic throght my firewall, if PPTP is a protocol (47) over IP ? > I don't want to allow all IP to my PPTP server. 'man ipfw' will tell you. ipfw allow tcp from any to ${NTIP}:47 should do the trick if I remember the syntax, but you use the same time as me for looking up the syntax. Eivind.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709222144.XAA09608>