18 Sep
2020
18 Sep
'20
1:09 p.m.
Hi Tony, I'm not sure if that's what you mean, but during subnet creation you can disable the gateway in two ways: - Horizon: check "Disable Gateway" in "Create subnet" dialog - CLI: openstack subnet create --gateway none ... This doesn't create any ports in the subnet. Or do you mean something different? Regards, Eugen Zitat von Tony Liu <tonyliu0592@hotmail.com>:
Hi,
When create a subnet, by default, the first address is the gateway and Neutron also allocates an address for serving DHCP and DNS. Is there any way to NOT create such port when creating subnet?
Thanks! Tony