Hi, Please forgive such a simple question. I have installed Samba using SWAT to configure it. The shares user are visible on the box hosting the Samba server using "smbclient -L hostname" and I can connect to the share using "smbclient //edev/mlong -U sharename" When browsing network neighborhood on a Win2K machine the Server is visible but the shares are not available. Attempting to map a drive using "net use f: \\hostname\sharename" fails. What have I failed to configure? Environment: Simple network (no PDC) Samba Server 3.0 (SuSE 9.1) Windows Client (Windows 2K Server) tia, Mike
Hi, I have spent many hours reading the docs and googling but cannot get windows to see my samba shares. I don't know where else to look. * net view \\edev returns The network path was not found nbtstat -a edev returns \Device\NetBT_Tcpip_{22D5FC2D-F9B0-4D37-9E9E-4E4A95B9B212}: Node IpAddress: [0.0.0.0] Scope Id: [] Host not found. Local Area Connection 2: Node IpAddress: [192.168.1.10] Scope Id: [] NetBIOS Remote Machine Name Table Name Type Status --------------------------------------------- EDEV <00> UNIQUE Registered EDEV <03> UNIQUE Registered EDEV <20> UNIQUE Registered WORKGROUP <00> GROUP Registered WORKGROUP <1E> GROUP Registered MAC Address = 00-00-00-00-00-00 * This is the output from testparm /etc/samba/smb.conf Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[profiles]" Processing section "[users]" Processing section "[groups]" Processing section "[pdf]" Processing section "[printers]" Processing section "[print$]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions # Global parameters [global] netbios aliases = EDEV server string auth methods = sam passdb backend = tdbsam guest account = mlong log level = 2 printcap cache time = 750 logon path = \\%L\profiles\.msprofile logon drive = P: logon home = \\%L\%U\.9xprofile dns proxy = No wins server = 192.168.1.10 ldap ssl = no printer admin = @ntadmin, root, administrator cups options = raw [homes] comment = Home Directories valid users = %S guest ok = Yes [profiles] comment = Network Profiles Service path = %H read only = No create mask = 0600 directory mask = 0700 store dos attributes = Yes [users] comment = All users path = /home read only = No inherit permissions = Yes veto files = /aquota.user/groups/shares/ [groups] comment = All groups path = /home/groups read only = No inherit permissions = Yes [pdf] comment = PDF creator path = /var/tmp create mask = 0600 printable = Yes [printers] comment = All Printers path = /var/tmp create mask = 0600 printable = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin, root force group = ntadmin create mask = 0664 directory mask = 0775
Hello Michael I had the same problem as you. could you check the following : 1 / do you have setup a firewall on the linux box ? you may see it if you have a file /etc/sysconfig/iptables which may disable the correct behavior of eth... 2 / if you have this file, remove it to turn off the firewall, and restart the nework service 3 / If not, could you tell us if it already worked ? since what it doesn't work ? did you try with another pc box client ? Cheers> Hi, > > I have spent many hours reading the docs and googling but cannot get > windows to see my samba shares. I don't know where else to look. * > net view \\edev returns > The network path was not found > nbtstat -a edev returns > \Device\NetBT_Tcpip_{22D5FC2D-F9B0-4D37-9E9E-4E4A95B9B212}: > Node IpAddress: [0.0.0.0] Scope Id: [] > Host not found. > Local Area Connection 2: > Node IpAddress: [192.168.1.10] Scope Id: [] > NetBIOS Remote Machine Name Table > Name Type Status > --------------------------------------------- > EDEV <00> UNIQUE Registered > EDEV <03> UNIQUE Registered > EDEV <20> UNIQUE Registered > WORKGROUP <00> GROUP Registered > WORKGROUP <1E> GROUP Registered > MAC Address = 00-00-00-00-00-00 > * > This is the output from testparm /etc/samba/smb.conf > Load smb config files from /etc/samba/smb.conf > Processing section "[homes]" > Processing section "[profiles]" > Processing section "[users]" > Processing section "[groups]" > Processing section "[pdf]" > Processing section "[printers]" > Processing section "[print$]" > Loaded services file OK. > Server role: ROLE_STANDALONE > Press enter to see a dump of your service definitions > > # Global parameters > [global] > netbios aliases = EDEV > server string > auth methods = sam > passdb backend = tdbsam > guest account = mlong > log level = 2 > printcap cache time = 750 > logon path = \\%L\profiles\.msprofile > logon drive = P: > logon home = \\%L\%U\.9xprofile > dns proxy = No > wins server = 192.168.1.10 > ldap ssl = no > printer admin = @ntadmin, root, administrator > cups options = raw... --------------------------------------------------------------------- Jean-Philippe BATTU Phone : (33) 04 76 29 73 43 Localisation: B1/403 Fax : (33) 04 76 29 75 18 Mail : jean-philippe.battu@bull.net Bull, 01 Rue de Provence B.P. 208 38432 Echirolles FRANCE ---------------------------------------------------------------------
Thank you!! Jean-Philippe BATTU wrote:>1 / do you have setup a firewall on the linux box ? >you may see it if you have a file /etc/sysconfig/iptables >which may disable the correct behavior of eth... > >Yes>2 / if you have this file, remove it to turn off the firewall, and >restart the nework service > >I changed the rules to allow ports 139 and 445 through the firewall and now there is much joy in the network neighborhood :)