From owner-freebsd-questions@FreeBSD.ORG Wed May 11 10:56:20 2005 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 B44BA16A4CE for ; Wed, 11 May 2005 10:56:20 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F14943D69 for ; Wed, 11 May 2005 10:56:20 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so283141nzk for ; Wed, 11 May 2005 03:56:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZciGRI+yrd6YMfqCt6UJV6Ij6q7saB5MWkgW2/8tNN58RvH7yKy6QHLi9lZlV5ODfuq/xzTY6lbHqKTkQiNBSPJ/6f1/D6P3niF1FZg+6o4EWdM2kgiwuShG4lxzGRXsbUp7IPLD2/cHFwoR5z3dK4kORxFPu7oyhiJz1FKt+y0= Received: by 10.36.121.5 with SMTP id t5mr105897nzc; Wed, 11 May 2005 03:56:20 -0700 (PDT) Received: by 10.36.86.2 with HTTP; Wed, 11 May 2005 03:56:20 -0700 (PDT) Message-ID: Date: Wed, 11 May 2005 06:56:20 -0400 From: Nicholas Henry To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: IPFW/Samba does not work with WinXP (but with MacOS 10.3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nicholas Henry List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 10:56:20 -0000 Yes - that's my understanding too. I'm trying to let all local traffic (i.e. on the same network) through with this: # Allow any traffic to or from my own net. ${fwdcmd} 400 pass all from me to ${net}:${mask} ${fwdcmd} 500 pass all from ${net}:${mask} to me Anyone with any other thoughts? On 5/11/05, Juha Saarinen wrote: > On 5/11/05, Nicholas Henry wrote: > > FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 > >=20 > > Hello folks: > >=20 > > Trying to set rules to let a local network only connection to a Samba > > server running on my FreeBSD machine. I'm a FreeBSD newbie.=20 > >=20 > > Below is the rules file. The strange thing is this works fine when > > logging into the Samba server from a OS X, but no go with WinXP. I can > > connect to the Samba server from WinXP if the IPFW is not loaded. > >=20 > > Any ideas? > >=20 > >=20 >=20 > Don't know anything about ipfw, but you need to pass TCP and UDP 135-139 > for NetBIOS to work, or change network settings in Windows to make it use > TCP/UDP port 445 instead. > =20 > --=20 >=20 > Juha