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
linux_wiki:configure_network_services_to_start_automatically_at_boot [2018/03/18 17:12]
billdozor [Auto Start on Boot]
linux_wiki:configure_network_services_to_start_automatically_at_boot [2018/03/18 17:13]
billdozor [Auto Start on Boot]
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.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)