我已经在ubuntu 16.04中使用devstack在virtualbox vm中成功安装了devstack。 enp0s3:10.6.208.111 lo:127.0.0.1 virbr0:192.168.122.1
我的拓扑网络中有一个默认的公共和专用网络,带有路由器。
如果无法在我的主机和创建的实例之间执行ping操作(IP:192.168.101.3和IP flottantes:172.24.4.15)。主机IP:10.6.208.111
当前设置:公共网络(公共172.24.4.0/27)专用网络(私有192.168.101.0/24)我还创建了一个IP地址为172.24.4.15的浮动IP
创建一个带有2个接口的路由器,一个连接到公共,一个连接到私有。已经在私有网络中创建了VM。
我如何ssh到创建的实例并从我的主机IP ping它?
谢谢
答案 0 :(得分:0)
我为单个网卡安装了ocata版本devstack,可能会有所帮助。
注意: 确保桥接,接口,网络IP等详细信息根据您的需要进行更改。
project:admin
project >
network topology >
create a network >
network name : private-net
enable admin state: yes
shared :no
create subnet:yes
next >
subnet name : private-net-subnet
Network Address Source : enter network address manually
Network Address : 192.168.11.0/24
IP Version : IPV4
Gateway IP : 192.168.11.1
Disable Gateway : No
next >
Enable DHCP : yes
Allocation Pools : 192.168.11.120,192.168.11.140
DNS Name Servers : 8.8.8.8
Host Routes :
admin >
networks >
Create Network >
Name : public-net
Project : demo
Provider Network Type : Flat
Physical Network : public
Enable Admin State : yes
Shared : yes
External Network : yes
public-net >
Create subnet >
Subnet Name : public-net-subnet
Network Address Source : enter network address manually
Network Address : 10.0.15.0/24
IP Version : IPV4
Gateway IP : 10.0.15.1
Disable Gateway : No
next >
Enable DHCP : yes
Allocation Pools : 10.0.15.120,10.0.15.140
DNS Name Servers : 10.0.9.10
Host Routes :
admin >
networks >
Routers >
Create Router >
Router Name : router 1
Enable Admin State : yes
External Network : public-net
create Router >
project >
networks >
Routers >
router 1 >
interfaces >
add interface >
subnet : private-net
ip address :
submit >
sudo ifconfig br-ex promisc up
sudo ovs-vsctl add-port br-ex enp0s8 & sudo ifconfig br-ex 10.0.15.20 netmask 255.255.255.0
systemctl restart networking.service