vsphere client中部署OVF项目后为项目分配IP
vi /etc/network/interfaces
?
?
修改以下內(nèi)容:
?
?
# The loopback network interface
auto lo
iface lo inet loopback
?
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
? ? bridge_ports eth0
? ? bridge_stp off
? ? address 192.168.0.212
? ? netmask 255.255.0.0
? ? gateway 192.168.0.1
? ? dns-nameserver 114.114.114.114
然后重啟網(wǎng)卡生效
/etc/init.d/networking ?restart
?
ip a
systemctl restart network
ifdown pnet0
ifup pnet1
ifup pnet0
ip a
-----------------------------------------------------------------------------------------------------
route -en
ip a
ping 10.50.0.1
vim /etc/network/interfaces
ifdown pnet0
ifup pnet0
reboot
vim /etc/network/interfaces
route -n
ip a 1 pnet0
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎總結(jié)
以上是生活随笔為你收集整理的vsphere client中部署OVF项目后为项目分配IP的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: NCRE四级网络工程师考题详解----对
- 下一篇: 通过继承来实现注解方式的属性注入