I have a linux server (Ubuntu 22.04.5 lts) and I requested 3 IP addresses be assigned to it, (1.1.1.1, 2.2.2.2, 3.3.3.3). The service provider assigned all 3 IPs to the same adapter. What I want to do is use two of the IPs (2.2.2.2, 3.3.3.3) for a VM I’ll be running via KVM.
Would the solution for this to be to create a virtual adapter for the two IP addresses to be used as bridged connections for the VM? If so, how would I go about doing this? If not, what would be a better option?
Thank you.