From owner-freebsd-bugs Thu Sep 28 07:40:06 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15687 for bugs-outgoing; Thu, 28 Sep 1995 07:40:06 -0700 Received: (from gnats@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15678 ; Thu, 28 Sep 1995 07:40:03 -0700 Date: Thu, 28 Sep 1995 07:40:03 -0700 Message-Id: <199509281440.HAA15678@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Garrett A. Wollman" Subject: kern/752: ifconfig alias busted deep in networking code Reply-To: "Garrett A. Wollman" Sender: owner-bugs@FreeBSD.org Precedence: bulk The following reply was made to PR kern/752; it has been noted by GNATS. From: "Garrett A. Wollman" To: curt@emergent.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: kern/752: ifconfig alias busted deep in networking code Date: Thu, 28 Sep 1995 10:35:33 -0400 < on 1.1.5.1, when doing an > ifconfig ed0 140.174.2.174 netmask 255.255.255.0 alias > it works. > on 2.1 STABLE, it is broken in 2 ways: ifconfig complains, This is a pretty strong indication of what you're doing wrong. It looks very much like what you're trying to do is the following: ifconfig ed0 X.Y.Z.a netmask 255.255.255.0 ifconfig ed0 X.Y.Z.b netmask 255.255.255.0 This is not a valid combination of interface addresses. What you must do is: ifconfig ed0 X.Y.Z.a netmask 255.255.255.0 ifconfig ed0 X.Y.Z.b netmask 255.255.255.255 and then it will work. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant