Hello, I've got samba running on a FreeBSD box that has two interfaces, ep0 which is an external interface, and ep1 which is for internal use only. I only want samba to listen on ep1 so if i'm ever portscanned port 137/139 will not show up as open on the external interface. I've added these lines to the global section of my smb.conf file: hosts allow=192.168.0. interfaces=192.168.0.0/16 127.0.0.1 bind interfaces only=yes yet when i restart samba port 139 is still showing as open on my external interface, what did i miss? Thanks. Dave. ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com
A> Hello, A> I've got samba running on a FreeBSD box that has two interfaces, ep0 A> which is an external interface, and ep1 which is for internal use only. I A> only want samba to listen on ep1 so if i'm ever portscanned port 137/139 A> will not show up as open on the external interface. I've added these A> lines to the global section of my smb.conf file: A> hosts allow=192.168.0. A> interfaces=192.168.0.0/16 127.0.0.1 A> bind interfaces only=yes A> yet when i restart samba port 139 is still showing as open on my external A> interface, what did i miss? interfaces=192.168.0.0/16 is not interface. Interface is (example) 192.168.0.115/16 (realy IP of card and netmask) Good Luck Alexander Kuznetsov