On Fri, Jul 15, 2011 at 2:07 PM, Trey Dockendorf <
treydock@gmail.com> wrote:
> I have decided to migrate my latest KVM server to CentOS 6.0 and am
> beginning to get a little frustrated with some issues that worked perfectly
> in 5.6.
(snip)
> Here's what I have so far...
> ifcfg-eth3...
> ---------------------------------
> DEVICE="eth3"
> HWADDR="00:1B:21:A1:CF:76"
> ONBOOT="yes"
> BRIDGE=br0
> ifcfg-br0
> --------------------------------
> DEVICE=br0
> TYPE=Bridge
> BOOTPROTO=static
> ONBOOT=yes
> IPADDR=....
> BROADCAST=....
> NETMASK=....
> NETWORK=....
I do not see GATEWAY=.... in your ifcfg-br0. Do you actually have it?
> Again I can ping br0's IP remotely , but no VMs assigned to it can access
> even that network's gateway.
Akemi