On Sunday 24 Oct 2010 00:07:18 Michael S. Dunsaavage wrote:
On 10/23/2010 2:50 PM, Bob Williams wrote:
Are you allowing both smb
and nmb in the suse firewall?
I have "Samba Server" under Allowed Services. I thought both services would be included under that heading.
Nope. Allow netbios in firewall. Alos make sure nmbd is running.
Done this.
Can you connect via the machine IP instead
of hostname?
No
can you not connect at all or just to the printer? can you do
As steted in another reply, I can connect in Windows Explorer (which I hadn't thought of trying), but not through the Network connection wizardry.
$ smbclient -L <hostname or IP> and get a listing?
18:34 barrowhillfarm:~> sudo smbclient -L sputnik Enter root's password: session setup failed: NT_STATUS_LOGON_FAILURE The desktop machine running linux is called 'barrowhillfarm' The laptop running Windows is called 'sputnik' The Workgroup containing both of the above is called 'BARROWHILLFARM' Yes, I know that could be confusing ;)
Can you post your smb.conf without snipping stuff? And you may need to allow smbd in /etc/hosts.allow even for your network.
Here is my smb.conf file: # smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the # samba-doc package is installed. # Date: 2009-03-20 # This version of smb.conf was written on 2010.02.09 based on notes from # http://www.3111skyline.com/linux/openSUSE-server.php#samba [global] use sendfile = No workgroup = BARROWHILLFARM server string = Samba Server %v printcap name = cups load printers = yes printing = cups show add printer wizard = No log file = /var/log/samba/log.%m max log size = 500 log level = 03 time server = yes smb ports = 139 ; Limit smb ports to 139 to eliminate repetitive log messages hosts allow = 192.168.1. 127. domain logons = yes map to guest = bad user security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd local master = yes os level = 80 domain master = No name resolve order = wins lmhosts bcast dns proxy = no ; Choose one or the other of the following wins support = Yes usershare allow guests = No usershare max shares = 100 add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ [homes] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = No [music] comment = Music Collection path = /home/bob/music/ valid users = @music force user = bob force group = music admin users = bob browseable = Yes writeable = Yes inherit permissions = Yes [pictures] comment = Photo collection on barrowhillfarm path = /home/bob/Pictures valid users = @users force group = users admin users = bob browseable = Yes writeable = Yes inherit permissions = Yes [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = yes public = yes writeable = no printable = yes create mode = 0700 use client driver = yes [print$] path = /var/lib/samba/printers browseable = yes write list = @adm,sys,root guest ok = yes inherit permissions = yes ; Setting suitable for Winbind: ; write list = @"Domain Admins" root ; force group = +@"Domain Admins" ## Share disabled by YaST # [netlogon] -- Registered Linux User #463880 FSFE Member #1300 GPG-FP: A6C1 457C 6DBA B13E 5524 F703 D12A FB79 926B 994E openSUSE 11.2 64-bit, Kernel 2.6.31.14-0.1-desktop, KDE 4.5.1 Intel Core2 Quad Q9400 2.66GHz, 8GB DDR RAM, nVidia GeForce 9600GT -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org