From owner-freebsd-stable@FreeBSD.ORG Sun Aug 20 05:59:50 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A9416A4DE for ; Sun, 20 Aug 2006 05:59:50 +0000 (UTC) (envelope-from fydernix@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926E43D62 for ; Sun, 20 Aug 2006 05:59:45 +0000 (GMT) (envelope-from fydernix@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1144478wxd for ; Sat, 19 Aug 2006 22:59:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nI1VTZ+sAbuHh1jHg2E2b9COZcn+fI7I54QRCafDcJyYv8tFbRnm8+ZXmObzQIvzMoyQEwYnDCMbmDCYM1+TkWd/ZnEwr14dTL8cl9MYiJfOh1x2ApJ5kdbKuE5eyXszigvp42iLPZid3uAoVlbiyfc2sxgkJQRT1GdUecrdivQ= Received: by 10.90.113.18 with SMTP id l18mr71654agc; Sat, 19 Aug 2006 22:58:10 -0700 (PDT) Received: by 10.90.118.4 with HTTP; Sat, 19 Aug 2006 22:58:10 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 01:58:10 -0400 From: "SigmaX asdf" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Gateway [SOLVED] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:59:50 -0000 For the archives: Found my problem. Te firewall_type option is case sensitive -- and "OPEN" is supposed to be lowercase. Cheerio, SigmaX On 7/28/06, SigmaX asdf wrote: > > I'm trying to setup a gateway/firewall on my network in a similar setup to > that shown in the in the handbook diagram at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html > . I've followed what I can figure out, adding the following to my > /etc/rc.conf > > gateway_enable="YES" > firewall_enable="YES" > firewall_type="OPEN" > natd_enabl="YES" > natd_interface="rl0" > > My understanding is that in FreeBSD 6 it's not necessary to recompile a > kernal with IPFIREWALL and IPDIVERT, but appropriate modules will be loaded > automatically. > > That said, the NAT and gateway stuff doesn't seem to be working properly, > leastwise not when I try to connect from my Ubuntu Linux client (See thread > here: http://ubuntuforums.org/showthread.php?t=224843) > > What all am I supposed to do to setup this gateway? > > SigmaX >