I have a KVM server and two VMs. I have one main IP and two additional "single" IPs (not a subnet). I don't want have a local network with private addresses on my KVM, but I want to assign my public IPs from the provider (which I bought) to the VMs and I want to manage the routing of those IPs on the KVM Host, not on the provider side (so, no just bridging from the provider, but maybe bridging from my host to the VMs)
All the tutorials I found in the Internet are a bit confusing, because they are all different solving the same problem (but still doesn't work for me).
Update:
will this work?
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 176.x.y.133 (not 192.168.1.1)
netmask 255.255.255.224 (not 255.255.255.0)
gateway 176.x.y.129 (Provider's GW IP)
bridge_ports eth0
bridge_stp off
bridge_fd 0