Date: Wed, 11 May 2005 06:56:20 -0400 From: Nicholas Henry <nicholas.henry@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: IPFW/Samba does not work with WinXP (but with MacOS 10.3) Message-ID: <ee11ef4a05051103567cefc0f1@mail.gmail.com> In-Reply-To: <b34be84205051021426460cd2a@mail.gmail.com> References: <ee11ef4a05051019005e7ee2f2@mail.gmail.com> <b34be84205051021426460cd2a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <juhasaarinen@gmail.com> wrote: > On 5/11/05, Nicholas Henry <nicholas.henry@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ee11ef4a05051103567cefc0f1>