Displaying 5 results from an estimated 5 matches for "62d0fc1f".
2017 Jan 13
2
Reliable way of having both LAN and WIFI on headless box
...'t know the nmcli to re-activate an existing WIFI connection.
>
> Can anyone help here too, just in case I can't fix the real problem
I have a wireless connection named "AndroidAP-notepro"
So I can run
# nmcli con show --active | grep AndroidAP-notepro
AndroidAP-notepro 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
wlp3s0
#
You can check exit code and number of lines.
If number of lines is 0, it means the connection is not active and you can
try to activate it and get exit code of the command
# nmcli con up AndroidAP-notepro
Also, it could be useful to know wha...
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
...isting WIFI connection.
> >
> > Can anyone help here too, just in case I can't fix the real problem
>
> I have a wireless connection named "AndroidAP-notepro"
>
> So I can run
>
> # nmcli con show --active | grep AndroidAP-notepro AndroidAP-notepro
> 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
> wlp3s0
> #
>
> You can check exit code and number of lines.
> If number of lines is 0, it means the connection is not active and you
> can try to activate it and get exit code of the command
>
> # nmcli con up AndroidAP-notepr...
2017 Jan 16
0
Reliable way of having both LAN and WIFI on headless box
...xisting WIFI connection.
> >
> > Can anyone help here too, just in case I can't fix the real problem
>
> I have a wireless connection named "AndroidAP-notepro"
>
> So I can run
>
> # nmcli con show --active | grep AndroidAP-notepro
> AndroidAP-notepro 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
> wlp3s0
> #
>
> You can check exit code and number of lines.
> If number of lines is 0, it means the connection is not active and you can
> try to activate it and get exit code of the command
>
> # nmcli con up AndroidAP-notepro...
2017 Jan 18
0
Reliable way of having both LAN and WIFI on headless box
...gt;
>> > Can anyone help here too, just in case I can't fix the real problem
>>
>> I have a wireless connection named "AndroidAP-notepro"
>>
>> So I can run
>>
>> # nmcli con show --active | grep AndroidAP-notepro AndroidAP-notepro
>> 62d0fc1f-91b8-4c07-baf0-323cf1c108d1 802-11-wireless
>> wlp3s0
>> #
>>
>> You can check exit code and number of lines.
>> If number of lines is 0, it means the connection is not active and you
>> can try to activate it and get exit code of the command
>>
>>...
2017 Jan 09
4
Reliable way of having both LAN and WIFI on headless box
Once again I am building a headless Centos 7 box that needs to reliably be on
both the LAN and WIFI network at all times. Amongst other things it's going
to be an AirPrint bridge enabling IPads to print to printers on a different
VLAN.
I have asked about this before and got a solution working using nmtui to set
up both the LAN and WIFI interface, and activate them. However, the WIFI