From owner-freebsd-stable Mon Mar 25 10:36: 5 2002 Delivered-To: freebsd-stable@freebsd.org Received: from pi.yip.org (pi.yip.org [199.45.111.121]) by hub.freebsd.org (Postfix) with ESMTP id A9B7637B41A for ; Mon, 25 Mar 2002 10:35:59 -0800 (PST) Received: (from melange@localhost) by pi.yip.org (8.11.3/8.11.3) id g2PIZu709067; Mon, 25 Mar 2002 13:35:56 -0500 (EST) (envelope-from melange@yip.org) Date: Mon, 25 Mar 2002 13:35:56 -0500 From: Bob K To: Randy Bush Cc: FreeBSD Stable Subject: Re: nattting netbios Message-ID: <20020325133556.O1331@yip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from randy@psg.com on Mon, Mar 25, 2002 at 10:18:04AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 25, 2002 at 10:18:04AM -0800, Randy Bush wrote: > 4.5-stable host running win98se client under vmware > > if i have the vanilla ipfw > > flush > add divert natd all from any to any via wi0 > add pass all from any to any > > natd > > dynamic yes > unregistered_only yes > interface wi0 > > setup, can i tell netd to specifically redirect all netbios and other > windoze stuff to the natted private address port? In your natd config file, put something like this: redirect_port tcp nat.te.d.ip:137-139 137-139 redirect_port udp nat.te.d.ip:137-139 137-139 -- Bob | It's pretty good, if you don't think about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message