码迷,mamicode.com
首页 > 系统相关 > 详细

linux下一个网卡绑定多个ip

时间:2014-07-29 15:52:49      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:一个网卡绑定多个ip

[root@localhost ~]# cd /etc/sysconfig/network-scripts/

 

[root@localhost network-scripts]# cp ifcfg-eth0 ifcfg-eth0:1

 

[root@localhost network-scripts]# vim ifcfg-eth0:1

 

DEVICE=eth0:1
HWADDR=00:0C:29:73:E6:0D
TYPE=Ethernet
UUID=98b5dc88-94c0-4a78-a3e7-ba3873a4116d
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=192.168.1.29
NETMASK=255.255.255.0
GATEWAY=192.168.1.2
DNS1=202.106.0.20
DNS2=8.8.8.8

 

保存退出

[root@localhost network-scripts]# service network restart 重启网卡服务

 

本文出自 “david0512” 博客,请务必保留此出处http://gjr0512.blog.51cto.com/6518687/1531630

linux下一个网卡绑定多个ip,布布扣,bubuko.com

linux下一个网卡绑定多个ip

标签:一个网卡绑定多个ip

原文地址:http://gjr0512.blog.51cto.com/6518687/1531630

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!