第一步,新增檔案:# vi /etc/sysconfig/network-scripts/ifcfg-eth0-range0 (eth0是網絡卡的名字,要根據實際情況來定)
ipaddr_start=
寫最小可用ip
ipaddr_end=
寫最大可用ip
clonenum_start=6 (比如從eth0:6開始 eth0:7, eth0:8)
netmask=255.255.255.0(填寫相應的子網掩碼)
第二步,重啟 # reboot
**:
Centos系統下 批量新增IP到網絡卡上
centos系統下 批量新增ip到網絡卡上乙個乙個新增的話,etc sysconfig network scripts 下建立類似ifcfg eth0 x檔案,例如 device eth0 0 onboot yes bootproto static ipaddr 192.168.1.100 netm...
centos下新增IP位址例項
操作如下,登陸ssh vi etc syscionfig network scripts ifcfg eth0 0 第二個ip,就是 vi etc syscionfig network scripts ifcfg eth0 1 第三個ip,就是 ifcfg eth0 2 由此類推 device et...
修改與批量新增ip
1.修改ip ifconfig檢視網絡卡配置 etc sysconfig network scripts目錄中找網絡卡 vi etc sysconfig network scripts ifcfg ens33修改ip位址 儲存重啟網路服務service network restart 2.新增乙個i...