Displaying 5 results from an estimated 5 matches for "323cf1c108d1".
2017 Jan 13
2
Reliable way of having both LAN and WIFI on headless box
...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 what value you have for
"c...
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
...> >
> > 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 b...
2017 Jan 16
0
Reliable way of having both LAN and WIFI on headless box
...> >
> > 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...
2017 Jan 18
0
Reliable way of having both LAN and WIFI on headless box
...yone 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-not...
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