From owner-freebsd-net@FreeBSD.ORG Tue Dec 8 09:33:31 2009 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D60661065676; Tue, 8 Dec 2009 09:33:31 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3250C8FC0C; Tue, 8 Dec 2009 09:33:30 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id nB89XS60019761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Dec 2009 12:33:29 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1NHwRk-0005o3-9H; Tue, 08 Dec 2009 12:33:28 +0300 From: Vladimir Grebenschikov To: current@freebsd.org In-Reply-To: <1260198510.4118.5.camel@localhost> References: <1260198510.4118.5.camel@localhost> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Tue, 08 Dec 2009 12:33:28 +0300 Message-ID: <1260264808.21699.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: net@freebsd.org Subject: Re: ifconfig_lo0_alias0 does not work any more on 9-CURRENT - solved X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 09:33:31 -0000 Hi=20 Looks like now it is required to add 'inet ' prefix to ifconfig lines, for os <=3D 8.0 it was not required, although=20 corrected line: ifconfig_lo0_alias0=3D"inet 127.0.0.2/32" > After upgrade RELENG_8 -> 9-CURRENT following line in rc.con does not > work any more for me. (after boot no alias address on loop-back > interface). >=20 > ifconfig_lo0_alias0=3D"127.0.0.2/32" >=20 > console output while is usual, without errors, but does not shows > required address: >=20 > --- > Starting Network: lo0 em0. > lo0: flags=3D8049 metric 0 mtu 16384 > options=3D3 > inet 127.0.0.1 netmask 0xff000000 > em0: flags=3D8843 metric 0 mtu 15= 00 > options=3D19b > ether 00:15:58:82:36:1a > media: Ethernet autoselect > status: no carrier > --- >=20 > Any ideas what the reason of such behaviour ? --=20 Vladimir B. Grebenschikov vova@fbsd.ru