From owner-freebsd-hackers Fri Mar 12 21:15:49 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pacman.redwoodsoft.com (redwoodsoft.com [207.181.199.182]) by hub.freebsd.org (Postfix) with SMTP id AB37E14E54 for ; Fri, 12 Mar 1999 21:15:41 -0800 (PST) (envelope-from dnelson@redwoodsoft.com) Received: (qmail 7397 invoked from network); 13 Mar 1999 05:15:20 -0000 Received: from localhost.redwoodsoft.com (127.0.0.1) by localhost.redwoodsoft.com with SMTP; 13 Mar 1999 05:15:20 -0000 Date: Fri, 12 Mar 1999 21:15:20 -0800 (PST) From: Dru Nelson To: freebsd-hackers@freebsd.org Subject: Will IPFW pass GRE packets? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, yes, ipfw will pass GRE packets, but I don't know what the standard config is. # grep gre /etc/protocols gre 47 GRE # IP encapsulation protocol - used for PPTP then ipfw will need something like (this had been changed to protect the innocent). 00001 allow gre from any to any log and watch the ipfw code and it will help... Dru Nelson Redwood City, California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message