From owner-freebsd-questions Fri Aug 8 13:08:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09894 for questions-outgoing; Fri, 8 Aug 1997 13:08:59 -0700 (PDT) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09889 for ; Fri, 8 Aug 1997 13:08:56 -0700 (PDT) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id QAA16009 for ; Fri, 8 Aug 1997 16:08:50 -0400 (EDT) Date: Fri, 8 Aug 1997 16:08:49 -0400 (EDT) From: Cliff Addy To: questions@freebsd.org Subject: Samba problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I can't seem to get samba to span multiple logical networks. We have a single physical network that hosts systems using three different class-C networks, lets say .1, .2, and .3. If I have a Windows NT machine with a .1 address, it can't seem to see any of the FreeBSD machines on the .2 and .3 networks. If I change the machine's address to .2, now it can see .2, but not .1 or .3! Even if I set the NT machine to have an ip address from each class C (.1.127, .2.127, and .3.127), it can only see the first network in the list. I've also tried giving the FreeBSD machines an address within the the same logical block, for example aliasing .1.101 onto the machine that actually lives in .3. No luck. Essentially, what I want to do is use an NT machine to access files on multiple FreeBSD boxes spanning multiple class C networks on one physical network. I normally avoid NT, but the software only runs on it.