From owner-freebsd-questions@FreeBSD.ORG Sun Apr 17 15:33:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1EF016A4CE for ; Sun, 17 Apr 2005 15:33:41 +0000 (GMT) Received: from hotmail.com (bay106-f33.bay106.hotmail.com [65.54.161.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24643D48 for ; Sun, 17 Apr 2005 15:33:41 +0000 (GMT) (envelope-from ahostisco@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Apr 2005 08:33:41 -0700 Message-ID: Received: from 65.54.161.207 by by106fd.bay106.hotmail.msn.com with HTTP; Sun, 17 Apr 2005 15:33:41 GMT X-Originating-IP: [65.54.161.207] X-Originating-Email: [ahostisco@hotmail.com] X-Sender: ahostisco@hotmail.com From: "Ahost Isco" To: freebsd-questions@freeBSD.org Date: Sun, 17 Apr 2005 10:33:41 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 17 Apr 2005 15:33:41.0407 (UTC) FILETIME=[D54852F0:01C54362] Subject: Attaching to a Windows peer-to-peer network without a domain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 15:33:41 -0000 Hello: Could someone tell me the steps necessary to connect freeBSD as a guest to a Microsoft Windows peer-to-peer network that is running without a domain? Windows has a network connectivity that doesn't require a domain controller, DNS, or any of the normal network stuff. It uses a workgroup, and an 'announce' to the group. All computers in the group see all the other computers in the group. Computers can be added to the network by simply attaching and powering on, and removed by simply disconnecting. It is used practically exclusively for home networks behind a firewall, with IP addresses that are not shared with the WAN. I would like to connect my freeBSD computer to such a network TEMPORARILY, so I don't want to change their existing network configuration. The network setting I'm wanting to connect to uses a TCP/IP protocol. Such networks are limited in what they can do, but I don't want my freeBSD computer to end up being a controller in such an environment. I seem to be having some difficulty in setting this up. Samba is already installed. Can someone provide me with a command sequence that would allow the connection to such a network as a guest, with the ability to view the shared files / folders on this network? Any assistance is greatly appreciated. Thank you. A.T.