From owner-freebsd-bugs Mon Dec 24 4:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D485537B405 for ; Mon, 24 Dec 2001 04:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOCe3E22489; Mon, 24 Dec 2001 04:40:03 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Dec 2001 04:40:03 -0800 (PST) Message-Id: <200112241240.fBOCe3E22489@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mario Doria" Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Reply-To: "Mario Doria" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33085; it has been noted by GNATS. From: "Mario Doria" To: , Cc: Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Date: Mon, 24 Dec 2001 04:37:48 -0600 It seems that with recent changes, nmbd now notices that the broadcast address of an alias interface is the same address as the alias interface. Before december 14, it did not matter. For now, nmbd needs to be told in which IP address to listen (if it's a alias IP address) and also add the netmask accordingly. Example, with a machine with ip address 10.0.0.1, and two alias addresses (10.0.0.2 and 10.0.0.3), to make nmbd use IP 10.0.0.3, the line "interfaces = 127.0.0.1 10.0.0.3/24" will make it work. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message