由于工作需要,现在要把centos的单网卡配置双ip,解决方法:
#ifconfig eth0:1 192.168.10.100 netmask 255.255.255.0 broadcast 192.168.10.255 up
#route add -host 192.168.10.100 dev eth0:1
两句命令搞定。
由于工作需要,现在要把centos的单网卡配置双ip,解决方法:
#ifconfig eth0:1 192.168.10.100 netmask 255.255.255.0 broadcast 192.168.10.255 up
#route add -host 192.168.10.100 dev eth0:1
两句命令搞定。
上一篇:linux更改语言
下一篇:centos忘记root密码
一、配置IP地址的方法IP配置方式 静态指定(相关命令) : ifcfg : ifconfig, route ip : link , addr
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M