From owner-freebsd-hackers@FreeBSD.ORG Fri May 8 13:41:29 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB285CF6 for ; Fri, 8 May 2015 13:41:29 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41EC61AAE for ; Fri, 8 May 2015 13:41:29 +0000 (UTC) Received: by widdi4 with SMTP id di4so30255833wid.0 for ; Fri, 08 May 2015 06:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Pp4vkCF57ubdLoJeqwZrTIhTr38rN8EwmynogedzLY8=; b=Dnoyy0DRZLJWCqprlxQ7iV+ScCUxnBzTGRlhtHChRAeHmKtQGQkobZnM+FfFafBg7q UyOS0Cxn8DqCnGO9hc9dBoQVAi1tRCMCSqDQKlIU7Llx4Q6WxclzP1bVYnrVUjp55adA B1qCyuEJpbuCNrCux5AVLabGgExRUAhae3GKVzzeaf4Zts6HqmhNImBtW0F5JtTb+Tuo t5VTQINCB7p0nT/zVYwJsX236hC0beHM6VNoQp7HCLX5SprEax+m3KgFQ2+7MQ/ugBsw /TCynhQKSUCdvSOxSlw5/tAkKyKzAU3hOXM+/TyjAXkZvQeaim9x5Bsiybpbro88BCqq KxQQ== X-Received: by 10.180.99.166 with SMTP id er6mr6426724wib.58.1431092487468; Fri, 08 May 2015 06:41:27 -0700 (PDT) Received: from localhost (cpe-94-253-186-35.zg.cable.xnet.hr. [94.253.186.35]) by mx.google.com with ESMTPSA id d14sm8425965wjn.30.2015.05.08.06.41.26 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 08 May 2015 06:41:26 -0700 (PDT) Date: Fri, 8 May 2015 15:41:20 +0200 From: To: FreeBSD Hackers Subject: Re: net rc.conf bug? Message-ID: <20150508154120.0000327e@gmail.com> In-Reply-To: References: <20150319230613.000074b1@gmail.com> <550B4A9D.1080602@freebsd.org> <20150320012041.00006251@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 13:41:29 -0000 And now watch this when it comes down to WiFi NICs! If during cloning of device, you set non-default ether (MAC) adress, i.e; ---- ifconfig wlan0 create wlandev ath0 ether $ether_here ---- BOOM! You'we just rendered WiFi NIC unusable, that is, it will never be able to associate. Tried station and AP modes, with urtw and ath drivers. I believe it affects ALL WiFi NICs. Domagoj