Home > Article > Operation and Maintenance > Set redhat to automatically connect to the network when booting
1. Set up automatic network connection after booting up
1. Log in with root account
2. Open etcsysconfignetwork-scrpts directory
3.vi ifcfg-eth0
4. Change ONBOOT to yes
2. How to connect to the network without a graphical interface
1.ifconfig -a View network configuration
2.ifup eth0 (the network card device viewed by the above command)
The above is the detailed content of Set redhat to automatically connect to the network when booting. For more information, please follow other related articles on the PHP Chinese website!