From owner-freebsd-bugs Tue Aug 13 6: 0:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A00C37B400 for ; Tue, 13 Aug 2002 06:00:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1696743E6A for ; Tue, 13 Aug 2002 06:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7DD0CJU088684 for ; Tue, 13 Aug 2002 06:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7DD0Clj088683; Tue, 13 Aug 2002 06:00:12 -0700 (PDT) Date: Tue, 13 Aug 2002 06:00:12 -0700 (PDT) Message-Id: <200208131300.g7DD0Clj088683@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Laurent Bouvet" Subject: Re: i386/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS Reply-To: "Laurent Bouvet" 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 i386/35726; it has been noted by GNATS. From: "Laurent Bouvet" To: , Cc: Subject: Re: i386/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS Date: Tue, 13 Aug 2002 14:55:57 +0200 This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C242D9.8C292B80 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Try to make an ifconfig lnc0 down before any other ifconfig command. Well, if this is done by a script (rc.network) try to edit and add this just before any ifconfig. This problem is the same with aliases. My patch to rc.network for aliases: 220a221 > ifconfig ${ifn} down has solved the problem. Laurent ------=_NextPart_000_001C_01C242D9.8C292B80 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Re: i386/35726: Won't let me use ifconfig on the interfaces after = upgrade to latest OS

Try to make an

ifconfig lnc0 down

before any other ifconfig command. = Well, if this is done by a script (rc.network) try to edit and add this = just before any ifconfig.

This problem is the same with = aliases.
My patch to rc.network for = aliases:

220a221
>       =         =         =         ifconfig ${ifn} down

has solved the problem.

Laurent

------=_NextPart_000_001C_01C242D9.8C292B80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message