It should be possible to set IP restrictions (specify a prefix) on a VM's individual spice port. This can be used by an external firewall system to generate a rule according to the user defined prefix.
For example, restrict spice access for vm-01 to 192.0.2.10/32 (single IP) and for vm-02 to 192.0.2.0/24 (/24 subnet).
It should be possible to set IP restrictions (specify a prefix) on a VM's individual spice port. This can be used by an external firewall system to generate a rule according to the user defined prefix.
For example, restrict spice access for
vm-01
to192.0.2.10/32
(single IP) and forvm-02
to192.0.2.0/24
(/24
subnet).