From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 19:51:26 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA09F1065670; Thu, 5 Aug 2010 19:51:26 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 459308FC14; Thu, 5 Aug 2010 19:51:25 +0000 (UTC) Received: by fxm13 with SMTP id 13so3489470fxm.13 for ; Thu, 05 Aug 2010 12:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PFhE5Ug46ZBjRzNrOTfrYB417JM4Ul3oSnGXYHXt8aY=; b=Hty7LE15KEPq4KVcaY2u7KElZ/kUSO9snSSc4o5lW6Wvd+msw7yriuUhkOCyVhgnpV 7WH7UBdl54cd6hT8/TQI3bIIQNkVsrTAi2hBJUqVV1dli/P7U8FtwhlR5QTsoo+1IU6R +5RrI1BzOXAXCUUyJd/FD52Ym94I7Envx8k4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RUrxASuJf1cBvE8jKtPq1r2iQY92Kw6zYKKkpKq/qtY/otR4LK8BDA0D70QpTl9FMc XFrfZYtRHYj+4PVlxz18TsbodivnBWHig0IZCBjjT3Q2v7fwdMN7hzIR9nDaJYG9vXOa eUbylwwI2L3ko1RcTYYA8rQPRnyk+p4Kfs7YA= MIME-Version: 1.0 Received: by 10.204.82.206 with SMTP id c14mr7458897bkl.145.1281036288354; Thu, 05 Aug 2010 12:24:48 -0700 (PDT) Received: by 10.204.18.10 with HTTP; Thu, 5 Aug 2010 12:24:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Aug 2010 14:54:48 -0430 Message-ID: From: Alberto Mijares To: Guojun Jin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org, bug-followup@freebsd.org Subject: Re: Ifconfig (DHCP?) configures two IPs in one IF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2010 19:51:26 -0000 > > rl0: flags=3D8843 metric 0 mtu 15= 00 > =C2=A0 =C2=A0 =C2=A0 =C2=A0options=3D8 > =C2=A0 =C2=A0 =C2=A0 =C2=A0ether 00:40:f4:d1:23:9a > =C2=A0 =C2=A0 =C2=A0 =C2=A0inet 192.168.0.10 netmask 0xffffff00 broadcast= 192.168.0.255 > =C2=A0 =C2=A0 =C2=A0 =C2=A0inet 10.10.50.126 netmask 0xffffff00 broadcast= 10.10.50.255 > =C2=A0 =C2=A0 =C2=A0 =C2=A0media: Ethernet autoselect (100baseTX ) > =C2=A0 =C2=A0 =C2=A0 =C2=A0status: active > plip0: flags=3D8810 metric 0 mtu 1500 > > > I tried unplumb/delete rl0, but if does not =C2=A0work. > Before the bug can be fixed, is any way to fix the IP without rebooting t= he machine? > Try this # ifconfig rl0 -alias 192.168.0.10 Regards Alberto Mijares