linux下單網卡設雙置IP

1.進入目錄:
[root@dfxg root]# cd /etc/sysconfig/network-scripts/

2:ifcfg-eh0:0中的eh0:0是網卡的代號,固然你也能夠用eh0:1之類的,隨你喜歡怎麼弄,但在eh0:X以前必須有ifcfg,也就是下面這種形式的,咱們以eh0:0爲例。

[root@dfxg root]#cp ifcfg-eth0 ifcfg-eth0:0

3,編輯ifcfg-eth0:0
[root@Linuxsir root]# vi ifcfg-eth0:0

ifcfg-eth0:0裏面有這樣的內容,你能夠這樣設置,而後IP能夠本身設置了。象我這樣設置也同樣。

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL='no'
NETMASK='255.255.255.0' -》子掩碼
BOOTPROTO='static' -》協議
DEVICE='eth0:0' -》虛擬網卡的代號
IPADDR='192.168.0.9' -》我本身設定的IP
TYPE='Ethernet'
ONBOOT='yes' -》是否開機激活
NETWORK='192.168.0.0' -》網域
BROADCAST='192.168.0.255' -》廣播

4.保存退出,而後運行以下的命令,來激活虛擬的網卡。
[root@dfxg root]# ifup eh0:0
相關文章
相關標籤/搜索