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

Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:configure_network_services_to_start_automatically_at_boot [2016/02/29 21:51]
billdozor created
linux_wiki:configure_network_services_to_start_automatically_at_boot [2018/03/18 17:12]
billdozor [Auto Start on Boot]
Line 3: Line 3:
 **General Information** **General Information**
  
-About this page/how-to/script.+Ensuring services are auto started on boot.
  
 ---- ----
 +
 +===== Auto Start on Boot =====
  
 Example for services that are not the NIC itself: Example for services that are not the NIC itself:
Line 12: Line 14:
 </code> </code>
  
 +\\
 To ensure the actual network interface will connect on boot: To ensure the actual network interface will connect on boot:
 <code bash> <code bash>
 nmcli con show nmcli con show
-<discover interface name>+#<discover interface name>
 nmcli con mod "ens3" connection.autoconnect yes nmcli con mod "ens3" connection.autoconnect yes
 </code> </code>
  
 +\\
 Or, edit /etc/sysconfig/network-scripts/ifcfg-ens3, to have the line: Or, edit /etc/sysconfig/network-scripts/ifcfg-ens3, to have the line:
 <code bash> <code bash>
  • linux_wiki/configure_network_services_to_start_automatically_at_boot.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)