more etc/wpa* and rtc.conf-1
Warren Block
wblock at wonkity.com
Fri Jan 6 04:17:38 UTC 2017
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
}
More information about the freebsd-questions
mailing list