how to assign range of ip address to the instance
how do i assign range to ip address to single vm.
First time here? Check out the FAQ!
how do i assign range to ip address to single vm.
You can just add multiple Floating IPs to an instance, but no ranges.
Asked: 2017-02-22 05:29:05 -0600
Seen: 120 times
Last updated: Feb 22 '17
A Neutron port can only have one address. However, two ideas: (1) give an instance several NICs (2) inside the instance, add IP addresses to a network interface (you need to manage those addresses yourself). If you make your question more specific, I or other people might have other answers.
Yes your are right here, this is what i want to achieve