redhat network網路卡配置示例

wisdomone1發表於2013-07-18
--redhat網路卡配置檔案路徑
[root@rhel5 network-scripts]# pwd
/etc/sysconfig/network-scripts

--網路卡配置
[root@rhel5 network-scripts]# more ifcfg-eth0
# Intel Corporation 82540EM Gigabit Ethernet Controller
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
HWADDR=08:00:27:d1:d0:5a
IPADDR=10.0.0.2
NETMASK=255.255.255.0


--參考文章
http://blog.csdn.net/flagonxia/article/details/4287504

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-766580/,如需轉載,請註明出處,否則將追究法律責任。

相關文章