一塊網絡卡設定多個IP位址

2022-04-15 03:48:25 字數 392 閱讀 6224

linux下:

兩種方法:

第一種ifconfig eth0 192.168.1.1

ifconfig eth0:1 192.168.2.1

ifconfig eth0:2 192.168.3.1

。。。第二種:

ip addr add 192.168.1.1

ip addr add 192.168.2.1

ip addr add 192.168.3.1

windows下:

開啟「本地連線」屬性對話方塊-->「常規」選項卡-->雙擊「internet協議(tcp/ip)」-->點右下角的「高階」-->「ip設定」選項卡裡面的ip位址下面有個新增ip位址即可。

Linux一塊網絡卡配置多個IP

不同的linux distribution一塊網絡卡配置多個ip的方法基本相同,只不過編輯的檔案不同。1.ubuntu 配置多個ip 原來的inte ces為 auto eth0 iface eth0 inet static name ethernet lan card address 192.16...

如何給同一塊網絡卡繫結多個IP位址

1 如何手動修改時區?tzconfig 2 在debian中設定啟動服務 在 etc init.d bootmisc.sh的末尾,新增你要啟動服務。例如 exit 0 usr local ssh3291 sbin sshd2 usr local mysql 4.1.12 share mysql my...

ubuntu下一塊網絡卡繫結多個ip

常常我們有需要乙個網絡卡象windows一樣設定多個ip。下面我們看看在ubuntu下怎麼樣做.我們先開啟網路介面的檔案 sudo vi etc network inte ces 只需 eth0 新增eth0 0 auto eth0 iface eth0 inet static address 19...