Date: Tue, 13 Jun 2000 09:54:09 -0700 From: Lawrence Sica <larry@interactivate.com> To: George.Giles@mcmail.vanderbilt.edu Cc: freebsd-security@FreeBSD.ORG Subject: Re: netbios Message-ID: <39466731.3C2890C@interactivate.com> References: <862568FD.0046A112.00@MCSMTP.MC.VANDERBILT.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
George.Giles@mcmail.vanderbilt.edu wrote: > > I have closed all ports except 21, 22 using ipfw. I find on scanning a port 139 > open called NETBIOS. How do I close? > > Please advise, > well if you closed the ithers then do it the same way. you'll want to close ports 137-139 though. ipfw add deny tcp from any to <insert your address ranges> 137-139 That is a quick simple way to do it. You should also man ipfw for all the information on ipfw though. Are there windows machines connecting to that box? If so it is most likely that, otherwise it may be someone looking for windows boxes. --Larry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39466731.3C2890C>
