在linux上配置固定ip地址
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
以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 年前
更多推荐
已为社区贡献3条内容
所有评论(0)