[openstack-community] How to route to instance from external router
Hello all, I'm testing Openstack at home, I already success create instance with private IP adddress and floating IP address, but I have question how to let external user access to instance, and intance access to internet, the following description is my network settings: 1. My home network is 172.28.0.0/16 and router gateway is 172.28.0.254 2. Private network for instance is 10.0.47.0/24 3. Bridge interface named br100 with eth0 is 172.28.0.1 1. My concept is add static route (destination 10.0.47.0/24 via 172.28.0.1 Bridge interface IP) and port forward in router, let user can reach instance. 2. Because instance private IP address assigned by dnsmasq, so I think use the following nova-network command can access to internet: nova-manage network create private --fixed_range_v4=10.0.47.0/24 --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=255 Please give me idea, thanks.
On 05/04/2015 02:11 AM, Wilson Kwok wrote:
I'm testing Openstack at home, [...]
Please use the right channels for support requests: this list is not for support. Head to https://openstack.org/community#help to identify which ones they are. Cheers, stef
Sorry, wrong channel. 於 2015/5/4 下午11:56,"Stefano Maffulli" <stefano@openstack.org> 寫道:
On 05/04/2015 02:11 AM, Wilson Kwok wrote:
I'm testing Openstack at home, [...]
Please use the right channels for support requests: this list is not for support. Head to https://openstack.org/community#help to identify which ones they are.
Cheers, stef
participants (2)
-
Stefano Maffulli
-
Wilson Kwok