以redhat为例。

1.配置网卡IP地址

vi /etc/sysconfig/network-scripts/ifcfg-eth0

内容如下:

DEVICE="eth0"
IPADDR=192.168.1.178         #固定IP地址
NETMASK=255.255.255.0        #子网掩码
GATEWAY=192.168.1.1          #网关
HWADDR="00:0C:29:0E:98:81"   #默认值,如果没有忽略
NM_CONTROLLED="yes"          #默认值,如果没有忽略
ONBOOT="yes"                 #必须为yes
2.配置网卡DNS

vi /etc/resolv.conf

内容如下:

nameserver 211.161.159.5     #首选DNS
nameserver 202.103.24.68     #次DNS
search localdomain

然后运行

service network restart





GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐