Home >Operation and Maintenance >CentOS >How to start the network card device in centos
Set the system’s network connection to nat mode
(Recommended tutorial: centos usage tutorial)
Check the network card device
##Start the network card devicenmcli dev statusCreate a network connection eth0.Associate eth0 to the network card device. Then activate the network connection eth0
nmcli con up eth0
## Recommended related video tutorials:
linux video tutorialThe above is the detailed content of How to start the network card device in centos. For more information, please follow other related articles on the PHP Chinese website!