Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 1995 09:01:27 +0500
From:      Jerry.Kendall@vmicls.com (Jerry Kendall)
To:        freebsd-hackers@FreeBSD.org
Subject:   Samba problem
Message-ID:  <9511101401.AA07263.gonzo@vmicls.com>

next in thread | raw e-mail | index | archive | help
I have installed samba V1.9.13 on a FreeBSD 2.0.5 machine. The name
of the machine is abc.net1.com

On a SparcServer 1000, running Solaris 2.3, machine name sparc.net2.net, 
I can 'smbclient \\\\abc.net1.com\\home' and it works fine.

On a PC running WFW 3.11, machine name pc.net2.net, I am unable to
connect to the shared drive. The only way I know is to use
File Manager.

What am I doing wrong ???

--------------smb.conf from abc.net1.com ------------

 
[global]
    create mode = 755
    locking = no
    status = yes
    getwd cache = yes
    browseable = yes
 
[samba]
    path = /usr/local/samba
    writable = no
    printable = yes
    create mode = 755
    username = bin
    comment = SAMBA system software
    browseable = no

 
[homes]
    guest ok = no
    read only = no
    browseable = no
 
[home]
    path = /home
    writable = yes
    printable = no
    create mode = 755
    username = @jerry,jkendall
    comment = /home served from antares
    browseable = yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9511101401.AA07263.gonzo>