From owner-freebsd-stable@FreeBSD.ORG Mon Feb 21 08:25:44 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F23741065672 for ; Mon, 21 Feb 2011 08:25:44 +0000 (UTC) (envelope-from alexs@ulgsm.ru) Received: from mail.ulgsm.ru (skuns.ulgsm.ru [93.93.141.36]) by mx1.freebsd.org (Postfix) with SMTP id 55C188FC23 for ; Mon, 21 Feb 2011 08:25:43 +0000 (UTC) Received: from mail.ulgsm.ru (localhost [127.0.0.1]) by mail.ulgsm.ru (Postfix) with ESMTP id 14D753A6F8 for ; Mon, 21 Feb 2011 11:25:42 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on skuns.gsm900.net Received: from mail.ulgsm.ru (localhost [127.0.0.1]) by mail.ulgsm.ru (Postfix) with ESMTP id EB3763A6ED for ; Mon, 21 Feb 2011 11:25:41 +0300 (MSK) Received: from mail.ulgsm.ru (bazar.gsm900.net [10.144.130.160]) by mail.ulgsm.ru (Postfix) with ESMTP id CC7D83A6DD for ; Mon, 21 Feb 2011 11:25:41 +0300 (MSK) Date: Mon, 21 Feb 2011 11:25:41 +0300 From: alexs@ulgsm.ru To: freebsd-stable@freebsd.org Message-ID: <20110221082541.GA39045@mail.ulgsm.ru> References: <20110221064013.GA97226@mail.ulgsm.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: ClamAV using ClamSMTP Content-Transfer-Encoding: quoted-printable Subject: Re: vlandev interface up on start up 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, 21 Feb 2011 08:25:45 -0000 * Sergey Kandaurov [2011-02-21 11:16:47 +0300]: > On 21 February 2011 09:40, wrote: > > > > Hi all. > > > > if in rc.conf > > cloned_interfaces=3D"vlan66" > > ifconfig_vlan66=3D"inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vl= andev em0" > > > > When statun em0 is active, status vlan66 is active, > > =A0but packets are silently drop. > > > > > > it is need to add in rc.conf > > ifconfig_em0=3D"up" > ^^ >=20 > Why not? we used this trick at work for years. drived I was driving 4 hours to take console and make this trick. It is work, but i think it is trap and unnessesary admins hand work. >=20 > --=20 > wbr, > pluknet > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" --=20 alexs