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
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 [2019/05/25 23:50] (current)
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 (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>
  
 +\\
 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.1456800684.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)