Date: Tue, 24 Apr 2007 13:38:43 -0700 (PDT) From: L Goodwin <xrayv19@yahoo.com> To: freebsd-questions@freebsd.org Subject: Samba connection fails Message-ID: <299506.44768.qm@web58107.mail.re3.yahoo.com>
next in thread | raw e-mail | index | archive | help
I installed the samba-3.0.23c_2,1 package on a server destined for a small office network running Windows clients. Have not yet configured the network settings. Am trying to test the Samba configuration "offline" before connecting it to the network (router connected to cable modem, clients connected to router via Cat-5e Ethernet). Issues/Questions (see Samba configuration details at end of email): 1) "smbclient -L <hostname>" fails with "Connection to SERVER failed". Get same error for "smbclient //SERVER/sambavol". What does this mean? 2) What value to assign "netbios name" in smb.conf? 3) What degree of network configuration is necessary for "smbclient -L <hostname>" to work? 4) How to verify that Samba3 package was installed successfully (other than lack of warnings/errors during install)? SAMBA CONFIGURATION DETAILS: 1) Create smb.conf file in /usr/local/etc: [global] workgroup = office netbios name = tbd (is this required, and how/where to get/set it?) security = share [sambavol] path = /sambavol browseable = yes writeable = yes printable = no 2) Add entry to start samba in /etc/rc.conf: samba_enable="YES" 3) Start Samba: /usr/local/etc/rc.d/samba start (to stop samba: /usr/local/etc/rc.d/samba.sh stop) Note: Need to keep the file server synced with Internet standard time (see NTPD(8) man page). Tests: -------------------------------------------------------------------------------------------------- 1) Verify that smb.conf file is in the right directory (gets read): which smbd # Get location of smbd (output: usr/local/sbin/smbd) cd /usr/local/sbin # cd to the directory containing smbd! smbd -b | grep smb.conf # Get location of smb.conf (verify path is correct) (output: CONFIGFILE: /usr/local/sbin/smb.conf) RESULT: OK 2) Test Samba configuration file: cd /usr/local/etc testparm smb.conf RESULT: OK 3) List shares available on server: smbclient -L <hostname> RESULT: FAIL ("Connection to SERVER failed") Additional Samba Configuration Steps: 1) Uncommented the following lines in /etc/inetd.conf and rebooted: #netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd #netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd On reboot, get these boot messages: ... Removing stale Samba tdb files: ...... done Starting nmbd. Starting smbd. Starting usbd. ... RESULT: Still getting "Connection to SERVER failed". --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?299506.44768.qm>