Re: [Samba] port usage

2003-03-04 Thread Bertrand MANI
Here are the ports used by samba:

netbios-ns 137/tcp # NETBIOS Name Service 
netbios-ns 137/udp 
netbios-dgm 138/tcp# NETBIOS Datagram Service 
netbios-dgm 138/udp 
netbios-ssn 139/tcp# NETBIOS session service 
netbios-ssn 139/udp


 --- dharanesh dharanesh [EMAIL PROTECTED] a
écrit :  Our Client software used samba protocol,If
there is
 no firewall case , this 
 protocol work properly from remote site.All of
 firwall configuration open ( 
 this mean is all of port open ).
 Samba work very well, but if some constrain put in,
 it doesn't work.
 
 1)I would like to know about port usage of samba
 protocol.
 I think snmpd, nmpd daemon used some port number. i
 can see /etc/service 
 file.
 Client software has no daemon, i think may be server
 request to some port of 
 client.
 That means samba protocol used another port except
 snmpd,nmpd port.
 
 
 My question is
 1. I would like to know about port usage of samba
 protocol.
 2. My client want to set exact port number for
 firewall, because he don't 
 want to open
all of port for security isseu.
 
 regards
 Dandy
 
 
 
 
 
 

_
 Cricket World Cup 2003- News, Views and Match
 Reports. 
 http://server1.msn.co.in/msnspecials/worldcup03/
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions: 
http://lists.samba.org/mailman/listinfo/samba 

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Bind Error with Sambe under Redhat 8.0

2003-03-02 Thread Bertrand MANI
Hi,

I've installed and configured Samba under RedHat 8.0.
When starting up samba /etc/rc.d/init.d/smb start, i
have the following error in the smbd log file:

[2003/03/02 19:28:51, 0]
lib/util_sock.c:open_socket_in(804)
  bind failed on port 139 socket_addr = 0.0.0.0.
  Error = Address already in use

Thus samba never starts.
How do i solve this problem?
Thankx.


#/etc/hosts
127.0.0.1   localhost   homeserver
192.168.0.1 homeserver.homesoft.lan homeserver


#/etc/samba/smb.conf
[global]
workgroup = Homesoft
server string = homeserver
log file = /var/log/samba/user.log
max log size = 1500
hosts allow = 192.168.0. 127.
security = share
guest account = guest
share modes = yes
domain master = no
local master = no
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
null passwords = yes
interfaces = 192.168.0.1/255.255.255.0

[all]
comment = ALL
path = /
read only = no
browseable = yes
public = yes

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba