At the moment I’m working on a POC for an possible edge deployment using microstack. At the moment I’m using a single server single nic for setting this up and testing. But I’m having issues making it accessible over our local network. Our current local network(192.168.0.0/24) has the IP range 192.168.0.5,192.168.0.50 available to use(not being used by DHCP etc). I’d like to use this range as my IP pool so that when an instance gets assigned an IP it’s in this range and accessible over the local network. Note the server does get an DHCP IP (example 192.168.0.190) at the moment over which openstack horizon available is. I’ve already looked and tried several suggestions like:
https://connection.rnascimento.com/2021/03/08/openstack-single-node-microstack/
So far none of these have worked. I’ve have managed to get server up and running using the default external network but these are only available inside of the server not over the network.
Microstack looks to be a promising solution for our edge deployment. But in order for it to be it has to be accessible over the network. Does anyone know a way to make the instance use an IP range from the local network router? If not how do other deployments of microstack make the instance available outside of the server?