Date: Tue, 13 Aug 2002 06:00:12 -0700 (PDT) From: "Laurent Bouvet" <laurent.bouvet@pssa.net> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS Message-ID: <200208131300.g7DD0Clj088683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/35726; it has been noted by GNATS.
From: "Laurent Bouvet" <laurent.bouvet@pssa.net>
To: <freebsd-gnats-submit@FreeBSD.org>, <peter@striked.net>
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.0.4630.0">
<TITLE>Re: i386/35726: Won't let me use ifconfig on the interfaces after =
upgrade to latest OS</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=3D2 FACE=3D"Arial">Try to make an </FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">ifconfig lnc0 down </FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">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.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">This problem is the same with =
aliases.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">My patch to rc.network for =
aliases:</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">220a221</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">> =
=
=
ifconfig ${ifn} down</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">has solved the problem.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Laurent</FONT>
</P>
</BODY>
</HTML>
------=_NextPart_000_001C_01C242D9.8C292B80--
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?200208131300.g7DD0Clj088683>
