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

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 [2019/05/25 23:50]
Line 1: Line 1:
-====== Configure Network Services To Start Automatically At Boot ====== 
- 
-**General Information** 
- 
-Ensuring services are auto started on boot. 
- 
----- 
- 
-===== Auto Start on Boot ===== 
- 
-Example for services that are not the NIC itself: 
-<code bash> 
-systemctl enable httpd 
-</code> 
- 
-\\ 
-To ensure the actual network interface will connect on boot: 
-<code bash> 
-nmcli con show 
-#<discover interface name> 
-nmcli con mod "ens3" connection.autoconnect yes 
-</code> 
- 
-\\ 
-Or, edit /etc/sysconfig/network-scripts/ifcfg-ens3, to have the line: 
-<code bash> 
-ONBOOT=yes 
-</code> 
- 
----- 
  
  • linux_wiki/configure_network_services_to_start_automatically_at_boot.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)