centos 6.3 kvm external ip forwarding to guests
- by user1111702
I have a centos 6.3 server with kvm installed.
The server has 4 external ips and one NIC.
176.9.xxx.xx1
176.9.xxx.xx2
176.9.xxx.xx3
176.9.xxx.xx4
I use the following configuration
ifcfg-eth0 as slave to ifcfg-br0
the configuration in ifcfg-eth0 is
DEVICE=eth0
ONBOOT=yes
BRIDGE=br0
HWADDR=14:da:e9:b3:8b:99
and in the ifcfg-br0
…