0

我有一些静态 ips 分布在不同的 cidr 块中(假设每个 1 个 ip)。现在我想用特定的 ips 创建虚拟机。我想要做的是创建不同的网络(每个 ip 的 cidr /32)。但是,OpenStack 给了我一个错误,The subnet in the Network Address is too small (/32).我只想创建具有特定静态 ips 的虚拟机,并且在这一点上停留了很长一段时间。

4

1 回答 1

1

创建实例时,该--nic选项允许您设置固定 IP 地址:

[--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid,auto,none>]

您还可以将固定 IP 添加到现有实例。

于 2021-01-28T07:05:43.090 回答