Displaying 2 results from an estimated 2 matches for "kvmh1".
Did you mean:
kvm1
2016 Jan 08
3
CentOS-6.7, kvm bridges, virtual interfaces, and routes
...a network
engineer. I just want to keep data transfer traffic between pairs of
kvm guests off of the public lan without having to install more
hardware. The existing cabinets are not going to support it either
space wise or power wise.
An ASCII art diagram might help, or might not.
<pre>
kvmh1g1 eth0/192.168.51.1
eth1/aaa.bbb.ccc.151 <-------------> |
|
kvmh1 br1/aaa.bbb.ccc.51 |
|---> br0/192.168.51.1 |
X...
2016 Jan 11
1
CentOS-6.7, kvm bridges, virtual interfaces, and routes
...ate with
> hosts in 192.168.52.0/24.
>
>
If I have all of the kvm guests on both hosts, together with the br0
bridge on both hosts, configured with addresses on the same a.b.c.0/24
network then will all communication on a.b.c.0/24 pass over br0 if the
target address is on the other host?
kvmh1g1 eth0=192.168.51.100
kvmh1 br0=192.168.51.41
kvmh2 br0=192.168.51.42
kvmh2g1 eth0=192.168.51.200
In other words, with the address configuration given above, will
traffic from 192.168.51.200 reach 192.168.51.100 via the cross-over
cable between 192.168.51.42/192.168.51.41?
--
***...