I am trying to find which ports should be open inorder to access a samba share.
are these( UDP/137, UDP/138, TCP/139, TCP/445 ) the only ones that have to be
opened?
my smb.conf looks like this
**********************************
[global]
workgroup = codeshare
server string = Kalypso Code Share
log file = /var/log/samba/kalypso1.log
security = user
[public]
path = /home/poobal/tmp/
readonly = no
create mode = 0777
directory mode = 0777
**********************************
--
Karthik Poobalasubramanian