本帖最后由 liuwanbing1985 于 2015-10-21 09:08 编辑
openstack创建实例不能出访外网问题。
1、10.0.10.0/24 是生产网络,可正常访问互联网,网关10.0.10.1。创建外部网络时也采用了10.0.10.1作为网关。
2、给实例分配了两个floatingip 10.0.10.53、10.0.10.54。网络环境中的一台10.0.10.x的机器怎么ping 不通floatingip 10.0.10.53、10.0.10.54?新创建的实例192.168.0.3、192.168.0.4可以ping通路由地址10.0.10.52,但是不能上网。openstack的内部网络和外部网络gre模式。openstack采用vmware workstation,分别配置controller 10.0.10.141、compute1 10.0.10.142、network 10.0.10.143节点。网络节点网卡配置见最后一图,第三个网卡eth2配置和第一个网卡eth0配置一样采用桥接模式(和桥接有关系?)。
网络节点网卡配置:
auto eth0 iface eth0 inet static address 10.0.10.143 netmask 255.255.255.0 gateway 10.0.10.254 dns-nameservers 202.102.152.3
auto eth1 iface eth1 inet static address 10.0.1.143 netmask 255.255.255.0
auto eth2 iface eth2 inet manual up ip link set dev $IFACE up down ip link set dev $IFACE down
3、实例也获取了正确的dns 202.102.152.3
|