linux_wiki:configure_network_services_to_start_automatically_at_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:configure_network_services_to_start_automatically_at_boot [2016/03/03 23:02]
billdozor
linux_wiki:configure_network_services_to_start_automatically_at_boot [2019/05/25 23:50] (current)
Line 15: Line 15:
  
 \\ \\
-To ensure the actual network interface will connect on boot:+To ensure the actual network interface will connect on boot (ens3 interface example):
 <code bash> <code bash>
-nmcli con show +nmcli con show ens3 | grep autoconnect 
-<discover interface name>+ 
 +# Set to yes if autoconnect is no
 nmcli con mod "ens3" connection.autoconnect yes nmcli con mod "ens3" connection.autoconnect yes
 </code> </code>
  • linux_wiki/configure_network_services_to_start_automatically_at_boot.1457064158.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)