I am running Samba 2:3.3.2 on a Kubuntu 9.04 Linux box. With the configuration file below the linux box can see and retrieve shared files on all 5 of my windows boxes. However, none of the windows boxes can see the linux shares as they are defined in the smb.conf below. The linux box shows up in the windows network neighborhood as Mercury1 but when I try to open it to show the shares I get the message "\\Mercury1 is not accessible. ..... The network paath was not found. Can anyone help? Please. [global] netbios name = Mercury1 server string = Samba file and print server workgroup = MNET security = user hosts allow = 127. 192.77.0. interfaces = 127.0.0.1/8 192.168.77.0/24 bind interfaces only = yes remote announce = 192.168.77.255 remote browse sync = 192.168.77.255 printcap name = cups load printers = yes cups options = raw printing = cups guest account = smbguest log file = /var/log/samba/samba.log max log size = 1000 null passwords = no username level = 6 password level = 6 encrypt passwords = yes unix password sync = yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 local master = no domain master = no preferred master = no domain logons = no os level = 33 logon drive = m: logon home = \\%L\homes\%u logon path = \\%L\profiles\%u logon script = %G.bat time server = no name resolve order = wins lmhosts bcast wins support = yes wins proxy = no dns proxy = no preserve case = yes short preserve case = yes client use spnego = no client signing = no client schannel = no server signing = no server schannel = no nt pipe support = yes nt status support = yes allow trusted domains = no obey pam restrictions = yes enable spoolss = yes client plaintext auth = no disable netbios = no follow symlinks = no update encrypted = yes pam password change = no passwd chat timeout = 120 hostname lookups = no username map = /etc/samba/smbusers smb passwd file = /etc/samba/smbpasswd passwd program = /usr/bin/passwd '%u' passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u' add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u' add group script = /usr/sbin/groupadd '%g' delete user script = /usr/sbin/userdel '%u' delete user from group script = /usr/sbin/userdel '%u' '%g' delete group script = /usr/sbin/groupdel '%g' add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u' machine password timeout = 120 idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash winbind use default domain = yes winbind separator = @ winbind cache time = 360 winbind trusted domains only = yes winbind nested groups = no winbind nss info = no winbind refresh tickets = no winbind offline logon = no [homes] comment = Home Directories path = /home read only = no available = yes browseable = yes writable = yes guest ok = no public = no printable = no share modes = no locking = no [netlogon] comment = Network Logon Service path = /home/netlogon read only = no available = yes browseable = yes writable = no guest ok = no public = no printable = no share modes = no locking = no [profiles] comment = User Profiles path = /var/samba/profiles read only = no available = yes browseable = no writable = yes guest ok = no public = no printable = no locking = no create mode = 0600 directory mask = 0700 [printers] comment = All Printers path = /var/spool/samba browseable = yes writable = no guest ok = no public = no printable = yes share modes = no locking = no [pdf-documents] path = /home/pdf-documents comment = Converted PDF Documents available = yes browseable = yes writeable = yes guest ok = yes [pdf-printer] path = /tmp comment = PDF Printer Service printable = yes guest ok = yes use client driver = yes printing = bsd print command = /usr/bin/gadmin-samba-pdf %s %u lpq command lprm command [Book] path = /media/FreeAgent/Drive/Book comment = Book Chapters valid users = jon admin users = jon read only = no available = yes browseable = yes writable = yes guest ok = no public = no printable = no share modes = no locking = no [Photos] path = /media/FreeAgent/Drive/Photos comment = All Photos valid users = jon admin users = jon read only = no available = yes browseable = yes writable = yes guest ok = no public = no printable = no share modes = no locking = no -- View this message in context: http://old.nabble.com/One-way-Samba-tp26621707p26621707.html Sent from the Samba - General mailing list archive at Nabble.com.
Look at this hosts allow = 127. 192.77.0. try hosts allow = 127. 192.168.77. Chris wino_pilot schrieb:> I am running Samba 2:3.3.2 on a Kubuntu 9.04 Linux box. With the > configuration file below the linux box can see and retrieve shared files on > all 5 of my windows boxes. However, none of the windows boxes can see the > linux shares as they are defined in the smb.conf below. The linux box shows > up in the windows network neighborhood as Mercury1 but when I try to open it > to show the shares I get the message "\\Mercury1 is not accessible. ..... > The network paath was not found. Can anyone help? Please. > > > [global] > netbios name = Mercury1 > server string = Samba file and print server > workgroup = MNET > security = user > hosts allow = 127. 192.77.0. > interfaces = 127.0.0.1/8 192.168.77.0/24 > bind interfaces only = yes > remote announce = 192.168.77.255 > remote browse sync = 192.168.77.255 > printcap name = cups > load printers = yes > cups options = raw > printing = cups > guest account = smbguest > log file = /var/log/samba/samba.log > max log size = 1000 > null passwords = no > username level = 6 > password level = 6 > encrypt passwords = yes > unix password sync = yes > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > local master = no > domain master = no > preferred master = no > domain logons = no > os level = 33 > logon drive = m: > logon home = \\%L\homes\%u > logon path = \\%L\profiles\%u > logon script = %G.bat > time server = no > name resolve order = wins lmhosts bcast > wins support = yes > wins proxy = no > dns proxy = no > preserve case = yes > short preserve case = yes > client use spnego = no > client signing = no > client schannel = no > server signing = no > server schannel = no > nt pipe support = yes > nt status support = yes > allow trusted domains = no > obey pam restrictions = yes > enable spoolss = yes > client plaintext auth = no > disable netbios = no > follow symlinks = no > update encrypted = yes > pam password change = no > passwd chat timeout = 120 > hostname lookups = no > username map = /etc/samba/smbusers > smb passwd file = /etc/samba/smbpasswd > passwd program = /usr/bin/passwd '%u' > passwd chat = *New*password* %n\n *ReType*new*password* %n\n > *passwd*changed*\n > add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s > /dev/null '%u' > add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User > Account' -s /dev/null -g '%g' '%u' > add group script = /usr/sbin/groupadd '%g' > delete user script = /usr/sbin/userdel '%u' > delete user from group script = /usr/sbin/userdel '%u' '%g' > delete group script = /usr/sbin/groupdel '%g' > add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c > 'Samba Machine Account' -s /dev/null -M '%u' > machine password timeout = 120 > idmap uid = 10000-20000 > idmap gid = 10000-20000 > template shell = /bin/bash > winbind use default domain = yes > winbind separator = @ > winbind cache time = 360 > winbind trusted domains only = yes > winbind nested groups = no > winbind nss info = no > winbind refresh tickets = no > winbind offline logon = no > > [homes] > comment = Home Directories > path = /home > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [netlogon] > comment = Network Logon Service > path = /home/netlogon > read only = no > available = yes > browseable = yes > writable = no > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [profiles] > comment = User Profiles > path = /var/samba/profiles > read only = no > available = yes > browseable = no > writable = yes > guest ok = no > public = no > printable = no > locking = no > create mode = 0600 > directory mask = 0700 > > [printers] > comment = All Printers > path = /var/spool/samba > browseable = yes > writable = no > guest ok = no > public = no > printable = yes > share modes = no > locking = no > > [pdf-documents] > path = /home/pdf-documents > comment = Converted PDF Documents > available = yes > browseable = yes > writeable = yes > guest ok = yes > > [pdf-printer] > path = /tmp > comment = PDF Printer Service > printable = yes > guest ok = yes > use client driver = yes > printing = bsd > print command = /usr/bin/gadmin-samba-pdf %s %u > lpq command > lprm command > > [Book] > path = /media/FreeAgent/Drive/Book > comment = Book Chapters > valid users = jon > admin users = jon > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [Photos] > path = /media/FreeAgent/Drive/Photos > comment = All Photos > valid users = jon > admin users = jon > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > >
wino_pilot wrote:> hosts allow = 127. 192.77.0.Shouldn't this be "192.168.77." (another net and without trailing zero)? -- Diego Zuccato Servizi Informatici Dip. di Astronomia - Universit? di Bologna Via Ranzani, 1 - 40126 Bologna - Italy tel.: +39 051 20 95786 mail: diego.zuccato at unibo.it
wino_pilot wrote:> in the smb.conf below.Is this your actual config file? or the output of some utility or something? If it is your actual config you seem to have a lot of redundant and in some cases conflicting lines. Why don't you try something simpler. E.g. :> [global] > netbios name = Mercury1 > server string = Samba file and print server > workgroup = MNET > security = user > map to guest = bad user <-- one of the few settings that your config file didn't already have :) > guest account = smbguest <-- Does this account actually exist? > log file = /var/log/samba/samba.log > max log size = 1000 > unix password sync = yes > name resolve order = wins lmhosts bcast > wins support = yes > follow symlinks = no > passwd chat timeout = 120 > username map = /etc/samba/smbusers > smb passwd file = /etc/samba/smbpasswd > passwd program = /usr/bin/passwd '%u' > passwd chat = *New*password* %n\n *ReType*new*password* %n\n > *passwd*changed*\n > add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s > /dev/null '%u' > add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User > Account' -s /dev/null -g '%g' '%u' > add group script = /usr/sbin/groupadd '%g' > delete user script = /usr/sbin/userdel '%u' > delete user from group script = /usr/sbin/userdel '%u' '%g' > delete group script = /usr/sbin/groupdel '%g' > add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c > 'Samba Machine Account' -s /dev/null -M '%u' > machine password timeout = 120 > > [homes] > comment = Home Directories > path = /home > writable = yes > public = no > > [printers] > comment = All Printers > path = /var/spool/samba > public = no > printable = yes > > [pdf-documents] > path = /home/pdf-documents > comment = Converted PDF Documents > writeable = yes > guest ok = yes > > [pdf-printer] > path = /tmp > comment = PDF Printer Service > printable = yes > guest ok = yes > use client driver = yes > printing = bsd > print command = /usr/bin/gadmin-samba-pdf %s %u > lpq command > lprm command > > [Book] > path = /media/FreeAgent/Drive/Book > comment = Book Chapters > valid users = jon > admin users = jon > writable = yes > > [Photos] > path = /media/FreeAgent/Drive/Photos > comment = All Photos > valid users = jon > admin users = jon > writable = yes > >I would have trimmed it down a little more (e.g. password and account management script settings), but I am giving some lines the benefit of the doubt and assuming you have them there for a reason (that may not have been the best assumption). I was going to go through and explain why I trimmed out each line, but there were too many of them, if there are any particular lines that you want to know why I considered them superfluous then just ask. *Michael Heydon* michaelh at jaswin.com.au <mailto:michaelh at jaswin.com.au>
Fix the following lines.> hosts allow = 127. 192.77.0. > interfaces = 127.0.0.1/8 192.168.77.0/24 > bind interfaces only = yes > remote announce = 192.168.77.255 > remote browse sync = 192.168.77.255I doubt your windows clients have ip addresses of 192.77.0.X where X = (1 to 254) I would just delete the hosts allow line since it is redundant with the interfaces line. John
This config file is produced by the GADMIN-SAMBA program. I see the error. Appreciate the help Jon -- View this message in context: http://old.nabble.com/One-way-Samba-tp26621707p26629867.html Sent from the Samba - General mailing list archive at Nabble.com.
A quick look through shows hosts allow = 127. 192.77.0. and the interface is bound to 192.168.77.0/24. Add the 168 to the entry in the hosts allowed line and it should work. Cheers, Jools On Wed, 2009-12-02 at 22:49 -0800, wino_pilot wrote:> I am running Samba 2:3.3.2 on a Kubuntu 9.04 Linux box. With the > configuration file below the linux box can see and retrieve shared files on > all 5 of my windows boxes. However, none of the windows boxes can see the > linux shares as they are defined in the smb.conf below. The linux box shows > up in the windows network neighborhood as Mercury1 but when I try to open it > to show the shares I get the message "\\Mercury1 is not accessible. ..... > The network paath was not found. Can anyone help? Please. > > > [global] > netbios name = Mercury1 > server string = Samba file and print server > workgroup = MNET > security = user > hosts allow = 127. 192.77.0. > interfaces = 127.0.0.1/8 192.168.77.0/24 > bind interfaces only = yes > remote announce = 192.168.77.255 > remote browse sync = 192.168.77.255 > printcap name = cups > load printers = yes > cups options = raw > printing = cups > guest account = smbguest > log file = /var/log/samba/samba.log > max log size = 1000 > null passwords = no > username level = 6 > password level = 6 > encrypt passwords = yes > unix password sync = yes > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > local master = no > domain master = no > preferred master = no > domain logons = no > os level = 33 > logon drive = m: > logon home = \\%L\homes\%u > logon path = \\%L\profiles\%u > logon script = %G.bat > time server = no > name resolve order = wins lmhosts bcast > wins support = yes > wins proxy = no > dns proxy = no > preserve case = yes > short preserve case = yes > client use spnego = no > client signing = no > client schannel = no > server signing = no > server schannel = no > nt pipe support = yes > nt status support = yes > allow trusted domains = no > obey pam restrictions = yes > enable spoolss = yes > client plaintext auth = no > disable netbios = no > follow symlinks = no > update encrypted = yes > pam password change = no > passwd chat timeout = 120 > hostname lookups = no > username map = /etc/samba/smbusers > smb passwd file = /etc/samba/smbpasswd > passwd program = /usr/bin/passwd '%u' > passwd chat = *New*password* %n\n *ReType*new*password* %n\n > *passwd*changed*\n > add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s > /dev/null '%u' > add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User > Account' -s /dev/null -g '%g' '%u' > add group script = /usr/sbin/groupadd '%g' > delete user script = /usr/sbin/userdel '%u' > delete user from group script = /usr/sbin/userdel '%u' '%g' > delete group script = /usr/sbin/groupdel '%g' > add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c > 'Samba Machine Account' -s /dev/null -M '%u' > machine password timeout = 120 > idmap uid = 10000-20000 > idmap gid = 10000-20000 > template shell = /bin/bash > winbind use default domain = yes > winbind separator = @ > winbind cache time = 360 > winbind trusted domains only = yes > winbind nested groups = no > winbind nss info = no > winbind refresh tickets = no > winbind offline logon = no > > [homes] > comment = Home Directories > path = /home > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [netlogon] > comment = Network Logon Service > path = /home/netlogon > read only = no > available = yes > browseable = yes > writable = no > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [profiles] > comment = User Profiles > path = /var/samba/profiles > read only = no > available = yes > browseable = no > writable = yes > guest ok = no > public = no > printable = no > locking = no > create mode = 0600 > directory mask = 0700 > > [printers] > comment = All Printers > path = /var/spool/samba > browseable = yes > writable = no > guest ok = no > public = no > printable = yes > share modes = no > locking = no > > [pdf-documents] > path = /home/pdf-documents > comment = Converted PDF Documents > available = yes > browseable = yes > writeable = yes > guest ok = yes > > [pdf-printer] > path = /tmp > comment = PDF Printer Service > printable = yes > guest ok = yes > use client driver = yes > printing = bsd > print command = /usr/bin/gadmin-samba-pdf %s %u > lpq command > lprm command > > [Book] > path = /media/FreeAgent/Drive/Book > comment = Book Chapters > valid users = jon > admin users = jon > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > [Photos] > path = /media/FreeAgent/Drive/Photos > comment = All Photos > valid users = jon > admin users = jon > read only = no > available = yes > browseable = yes > writable = yes > guest ok = no > public = no > printable = no > share modes = no > locking = no > > > -- > View this message in context: http://old.nabble.com/One-way-Samba-tp26621707p26621707.html > Sent from the Samba - General mailing list archive at Nabble.com. >