為乙個網絡卡新增乙個ip:
(1)進入/etc/sysconfig/network-scripts/
目錄下,
cd /etc/sysconfig/network-scripts/
(2)複製乙份ip
模板到該目錄下
,這裡以
ifcfg-eth0
為模板cp ifcfg-eth0 ifcfg-eth0:100,
將建立乙個名為
ifcfg-eth0:100的ip
位址檔案
(3)編輯ifcfg-eth0:100
檔案修改裡面的
device
、ipaddr
、netmask
、gateway
引數,
其中device
的值應為檔名的以」eth0」開頭的部分,這裡device=eth0:100,ipaddr=
新增的ip
位址,netmask=該ip
位址對應的子網掩碼,
gateway=
網絡卡的閘道器,其他屬性不用做修改,保持預設即可
(4)儲存該檔案
(5)使該
ip生效需要執行命令
ifup ifcfg-eth0\:100(
單個ip生效)
,或者/etc/rc.d/init.d/network
(變動的
ip全部生效)
restart
其配置如下圖所示:
如果需要配置的ip位址比較多,則可使用如下客戶端批量來生成ip位址檔案。
linux下修改ip位址
os fc2 nic eth0 host name fc2 ip 192.168.0.20 24 default gateway 192.168.0.254 直接執行 setup 然後會彈出選項視窗,設定一下就可以了 或者修改配置檔案 etc sysconfig network scripts 下有...
Linux下配置IP位址
root localhost network scripts pwd etc sysconfig network scripts root localhost network scripts ls ifcfg eth0 ifdown bnep ifdown post ifup ifup ipsec ...
linux下配置IP位址
示例環境 os fc2 nic eth0 host name fc2 ip 192.168.0.20 24 default gateway 192.168.0.254 修改ip位址 即時生效 ifconfig eth0 192.168.0.20 netmask 255.255.255.0 啟動生效 ...