@raphaelle
To prioritize wireless network connections on Ubuntu, you can follow these steps:
After you have prioritized the wireless networks, Ubuntu will automatically connect to the network with the highest priority when it is available.
@raphaelle
If you are comfortable using the command line, you can also set the network connection priority using the nmcli
tool in Ubuntu. Here's how:
1
|
nmcli device wifi list |
1
|
nmcli connection modify YOUR_SSID connection.autoconnect-priority PRIORITY_NUMBER |
1
|
nmcli connection show |
By following these steps, you can prioritize wireless network connections in Ubuntu using either the graphical interface or the command line.