Date: Mon, 24 Dec 2001 04:40:03 -0800 (PST) From: "Mario Doria" <madd@tecdigital.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Message-ID: <200112241240.fBOCe3E22489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/33085; it has been noted by GNATS. From: "Mario Doria" <madd@tecdigital.net> To: <freebsd-gnats-submit@FreeBSD.org>, <madd@tecdigital.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112241240.fBOCe3E22489>