From owner-freebsd-questions@freebsd.org Fri Jan 6 04:17:38 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02218CA1185 for ; Fri, 6 Jan 2017 04:17:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD031705 for ; Fri, 6 Jan 2017 04:17:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v064HNj0009163 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 5 Jan 2017 21:17:23 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v064HMPE009160; Thu, 5 Jan 2017 21:17:23 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 5 Jan 2017 21:17:22 -0700 (MST) From: Warren Block To: Polytropon cc: swjatoslaw gerus , freebsd-questions@freebsd.org Subject: Re: more etc/wpa* and rtc.conf-1 In-Reply-To: <20170105220725.2022bbbd.freebsd@edvax.de> Message-ID: References: <1483454858.4190708.835937993.300F2713@webmail.messagingengine.com> <20170103160657.GB43153@neutralgood.org> <20170103203023.b2396c95.freebsd@edvax.de> <861swjx6mv.fsf@WorkBox.homestead.org> <1483475176.874533.836320369.7B612577@webmail.messagingengine.com> <20170103214548.1d726a06.freebsd@edvax.de> <1483564140.1178887.837521761.7D1930C8@webmail.messagingengine.com> <20170105004510.44e54ddc.freebsd@edvax.de> <1483639288.1431717.838467905.64F6B28C@webmail.messagingengine.com> <20170105193234.37780fbb.freebsd@edvax.de> <1483644016.1447892.838558553.55CAAF02@webmail.messagingengine.com> <20170105204020.73eb19f1.freebsd@edvax.de> <1483648277.1462181.838634977.0F96BE41@webmail.messagingengine.com> <20170105220725.2022bbbd.freebsd@edvax.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Thu, 05 Jan 2017 21:17:23 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 04:17:38 -0000 On Thu, 5 Jan 2017, Polytropon wrote: > On Thu, 05 Jan 2017 21:31:17 +0100, swjatoslaw gerus wrote: >> power on >> msk0 -link state changed to down > > That is the wired network, it is not connected. That's why > the interface is down. I wrote this in the previous message. > > > >> login root ,passwd ... >> >> cd /etc ,more wpa* > > On FreeBSD, "more" is "less" - "less /etc/wpa_supplicant.conf" > is the preferred command. ;-) > > > >> ssid =" author ssid -correctly" >> key_mgmt=WPA-EAP >> identity= " author correctly" >> password " correctly" >> priority = 5 >> >> network ={ >> priority=0 >> key_mgmt=NONE >> >> } > > That looks wrong in many ways. > > The configuration file can be kept quite simple. For the > plenty of options, see "man 5 wpa_supplicant.conf". > > For the details, just "translate" the required settings > from the Linux set-up guide you got, and if you have > additional questions, ask the maintainers of the network > you're trying to connect to - they'll be able to tell > you about specific details. Those parameters might work, but need to go inside a network block. I think. So, guessing (I've never used EAP): network={ ssid="somessid" identity="someidentity" password="somepassword" key_mgmt=WPA-EAP }