Linux一些文件及用途
Abstract
# 常用文件
## /etc/sysconfig/network-scripts/ifcfg-eth0 各参数的意思
```
DEVICE=eth0 #网卡设备名称
ONBOOT=yes #启动时是否激活 yes |
常用文件
/etc/sysconfig/network-scripts/ifcfg-eth0 各参数的意思
DEVICE=eth0 #网卡设备名称
ONBOOT=yes #启动时是否激活 yes | no
BOOTPROTO=static #协议类型
IPADDR=192.168.1.90 #网络IP地址
NETMASK=255.255.255.0 #网络子网地址
GATEWAY=192.168.1.1 #网关地址
BROADCAST=192.168.1.255 #广播地址
HWADDR=00
Login required to read the rest of the content
登录 to comment~
Guess you like
Recommended articles