标签:http style div code size c t sp color type new
#网卡类型
TYPE=Ethernet
#网卡接口名称
DEVICE=eth0
#系统启动时是否自动加载
ONBOOT=yes
#启用地址协议 --static:静态协议 --bootp协议
--dhcp协议
BOOTPROTO=static
#网卡IP地址
IPADDR=192.168.1.11
#网卡网络地址
NETMASK=255.255.255.0
#网卡网关地址
GATEWAY=192.168.1.1
#网卡DNS地址
DNS1=10.203.104.41
#网卡设备MAC地址
HWADDR=00:0C:29:13:5D:74
#网卡广播地址
BROADCAST=192.168.1.255
ifcfg-eth0.examples,码迷,mamicode.com
标签:http style div code size c t sp color type new
原文地址:http://www.cnblogs.com/daojoo/p/3699611.html