Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2001 11:44:07 -0400
From:      "Jason Francis" <bsdsup@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Samba 2.0.7 Workgroup
Message-ID:  <F2387nyeKzGZuNY1SWo00018cab@hotmail.com>

next in thread | raw e-mail | index | archive | help
I'm trying to get Samba working between my FreeBSD box and my Win2k laptop, 
using a workgroup instead of a domain.

My problem is that in spite of me defining workgroup = MWAY in smb.conf, it 
doesn't show there to be a workgroup.

Here's smb.conf

[global]
    workgroup = MWAY
    preferred master = yes
    max log size = 50
    hosts allow = 10.0.0.1 10.0.0.2 127.
    log file = /var/log/log.%m
    security = share
    socket options = TCP_NODELAY
    os level = 80
    domain master = yes
[dev]
    comment = Unix Development
    path = /usr/dev
    read only = yes
    guest ok = yes
    browseable = yes
[web]
    comment = Local HTTP
    path = /usr/local/boa/htdocs
    read only = yes
    guest ok = yes
    browseable = yes
[mp3]
   comment = mp3 shares
   path = /usr/home/jason/mp3
   read only = no
   guest ok = yes
   browseable = yes

And from smbclient -L saturn.ods.org (the freebsd box)
saturn# smbclient -L saturn.ods.org
added interface ip=10.0.0.1 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=63.145.134.130 bcast=63.145.134.255 nmask=255.255.255.0
Password:
Domain=[MWAY] OS=[Unix] Server=[Samba 2.0.7]

        Sharename      Type      Comment
        ---------      ----      -------
        dev            Disk      Unix Development
        web            Disk      Local HTTP
        mp3            Disk      mp3 shares
        IPC$           IPC       IPC Service (Samba 2.0.7)

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------
saturn#


The network between the two machines is functioning properly.  I'm currently 
using NAT to share an internet connection between them.  The FreeBSD box's 
IP is 10.0.0.1, and the Win2k laptop is 10.0.0.2

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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