From owner-freebsd-questions Tue Jun 12 8:44:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f238.law12.hotmail.com [64.4.19.238]) by hub.freebsd.org (Postfix) with ESMTP id 179C437B407 for ; Tue, 12 Jun 2001 08:44:08 -0700 (PDT) (envelope-from bsdsup@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 12 Jun 2001 08:44:07 -0700 Received: from 65.112.76.43 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 12 Jun 2001 15:44:07 GMT X-Originating-IP: [65.112.76.43] From: "Jason Francis" To: freebsd-questions@freebsd.org Subject: Samba 2.0.7 Workgroup Date: Tue, 12 Jun 2001 11:44:07 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Jun 2001 15:44:07.0976 (UTC) FILETIME=[845C6A80:01C0F356] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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