Displaying 4 results from an estimated 4 matches for "lcomp2".
Did you mean:
comp2
2017 Jan 13
2
Reliable way of having both LAN and WIFI on headless box
On Fri, Jan 13, 2017 at 12:33 PM, Gary Stainburn <gary at ringways.co.uk>
wrote:
>
>
> Also, it was suggested that I use nmcli in a cronjob to re-activate it if
> it
> drops. I can check to see if it's still active by 'grep'ing the IP
> address,
> but I don't know the nmcli to re-activate an existing WIFI connection.
>
> Can anyone help here too,
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
...> # nmcli con mod AndroidAP-notepro connection.autoconnect yes
>
> HIH,
> Gianluca
Hi Gianluca
Thanks for this. I will put this into a cron job to bring the link back up
if it drops. However, as you can see it shouldn't ne needed. One more
reason I hate NetworkManager
[root at lcomp2 ~]# nmcli con show RW-WIFI |grep connection.autoconnect
connection.autoconnect: yes
connection.autoconnect-priority: 0
connection.autoconnect-slaves: -1 (default)
[root at lcomp2 ~]#
Gary
_______________________________________________
CentOS mailing list
CentOS...
2017 Jan 16
0
Reliable way of having both LAN and WIFI on headless box
...gt; # nmcli con mod AndroidAP-notepro connection.autoconnect yes
>
> HIH,
> Gianluca
Hi Gianluca
Thanks for this. I will put this into a cron job to bring the link back up if
it drops. However, as you can see it shouldn't ne needed. One more reason I
hate NetworkManager
[root at lcomp2 ~]# nmcli con show RW-WIFI |grep connection.autoconnect
connection.autoconnect: yes
connection.autoconnect-priority: 0
connection.autoconnect-slaves: -1 (default)
[root at lcomp2 ~]#
Gary
2017 Jan 18
0
Reliable way of having both LAN and WIFI on headless box
...oconnect yes
>>
>> HIH,
>> Gianluca
>
> Hi Gianluca
>
> Thanks for this. I will put this into a cron job to bring the link back
> up
> if it drops. However, as you can see it shouldn't ne needed. One more
> reason I hate NetworkManager
>
> [root at lcomp2 ~]# nmcli con show RW-WIFI |grep connection.autoconnect
> connection.autoconnect: yes
> connection.autoconnect-priority: 0
> connection.autoconnect-slaves: -1 (default)
> [root at lcomp2 ~]#
>
>
> Gary
>
> __________________________________...