From owner-freebsd-stable@FreeBSD.ORG Mon Feb 20 19:20:24 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A19A16A423 for ; Mon, 20 Feb 2006 19:20:24 +0000 (GMT) (envelope-from rossiya@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D59543D45 for ; Mon, 20 Feb 2006 19:20:22 +0000 (GMT) (envelope-from rossiya@gmail.com) Received: by nproxy.gmail.com with SMTP id o63so626856nfa for ; Mon, 20 Feb 2006 11:20:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GyyO0OvGXPS94nzfO05OVII1an5JxszTDwzsa6pKHoiMiZxAd3/NaNEIx42qFyNtNvSkCmKCMkYM6l8qX7n+nwo1A1hcprOQPf82L9clhvfQ9OJwJuEw0tiLPrgApvO1VBt22Ea7F3uK/fCMHNI+QGfavyRpqlGaqiyd9DiTblU= Received: by 10.49.33.10 with SMTP id l10mr1310770nfj; Mon, 20 Feb 2006 11:20:21 -0800 (PST) Received: by 10.48.219.4 with HTTP; Mon, 20 Feb 2006 11:20:21 -0800 (PST) Message-ID: <28a99ba50602201120q440f246q18aef4ad2e4e618b@mail.gmail.com> Date: Mon, 20 Feb 2006 11:20:21 -0800 From: MC To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Ifconfig with rc.conf Broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:20:24 -0000 Bizarre behavior with configuring the main interface IP with rc.conf: ifconfig_bge0=3D"inet 10.0.0.15 netmask 0xffffff00" ifconfig_bge0_alias0=3D"inet 10.0.0.16 netmask 0xffffffff" # Sample alias e= ntry. defaultrouter=3D"10.0.0.10" Doesn't configure the bge0 interface! But: ifconfig bge0 10.0.0.8 netmask 0xffffffff alias works fine in rc.local. Also configuration from command line in multiuser mode works fine, although I notice messages about bge0 going down, then another about it coming back up upon adding the main IP I apparently have identical behavior from another machine with an fxp0 interface, from 6.1-PRERELEASE cvsuped on Sunday