From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 04:56:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6E516A4CE for ; Fri, 10 Dec 2004 04:56:51 +0000 (GMT) Received: from lp1001.snu.ac.kr (lp1001.snu.ac.kr [147.46.70.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D0543D58 for ; Fri, 10 Dec 2004 04:56:51 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (cisr.snu.ac.kr [147.46.44.181]) (authenticated (0 bits)) by lp1001.snu.ac.kr (8.13.1/8.11.6) with ESMTP id iBA4sdBL031677 for ; Fri, 10 Dec 2004 13:54:39 +0900 Message-ID: <41B92C8C.8050407@yahoo.com> Date: Fri, 10 Dec 2004 13:56:44 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD References: <20041210013055.GA49697@skytracker.ca> In-Reply-To: <20041210013055.GA49697@skytracker.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gateway_enable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 04:56:51 -0000 David Banning wrote: > I have a few win boxes which use my FreeBSD box as a gateway to > the net. I am wondering how I can keep a network connection > between all the computers, allowing the FreeBSD box to > still be connected to the net, but disallow all win boxes from > connecting to the net? > > My thought was to disable the gateway configuration set in rc.conf. > How do I disable the gateway option without rebooting? I have gateway enabled, but natd disabled, which blocks the traffic from inside to outside, I believe. Rob.