专业软件商城系统

关注最新技术动态

openstack快速复制一台云主机系统

 1.先把目标主机创建快照,目标机器会关机

 

 2.创建主机

3.设置网络和ip:

当我ifconfig eth0的时候出现如下错误:
eth0: error fetching interface information: Device not found 

解决:

 /etc/sysconfig/network-scripts/里面有没有eth1,只有新生成的eth0,于是
#cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth1
#编辑一下ifcfg-eth1,更改里面配置eth0为eth1
设置vi  /etc/sysconfig/network-scripts/ifcfg-eth1

IPADDR=192.168.200.159

NETMASK=255.255.255.0

GATEWAY=192.168.200.254

参考https://jingyan.baidu.com/article/4d58d54119b9db9dd5e9c047.html

设置网络成功之后,就需要进行重启网络,service network restart的网络。然后再次ifconfig进行查看网络。

再ping一下百度就ok了

 

posted on   新技术动态  阅读(717)  评论(0编辑  收藏  举报

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示