CentOS 6 Linux 啓動網絡卡
- change directory to " cd /etc/sysconfig/network-scripts/ "
- Assume your first network is eth0
 edit " vi ifcfg-eth0 "
- 
make sure the following statement was contain in the file (dhcp client mode)
 DEVICE=eth0
 BOOTPROTO=dhcp
 ONBOOT=yes
- save the config file :wq
- restart the network service
 " service network restart "
 
 
沒有留言:
發佈留言