Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 21:55:11 -0500
From:      "Bill Sawyer" <bSawyer@sftp.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: ipfilter allowing samba
Message-ID:  <s0cb7bc4.027@mail.sftp.com>

next in thread | raw e-mail | index | archive | help
Hey Dave,

You need to allow exceptions in ipfilter for ports 137 to 139.  The =
following rules should work:

pass in quick on ed0 proto tcp from 192.168.0.0/16 to 192.168.0.1/32  port =
=3D 137 keep state
pass in quick on ed0 proto tcp from 192.168.0.0/16 to 192.168.0.1/32  port =
=3D 138 keep state
pass in quick on ed0 proto tcp from 192.168.0.0/16 to 192.168.0.1/32  port =
=3D 139 keep state

Where 192.168.0.0 is your network and 192.168.0.1 is your server IP.

Cheers,

Bill Sawyer
Information Systems
Six Flags St. Louis
(636) 938-5300 x. 231



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s0cb7bc4.027>