On Fri, Jul 15, 2011 at 4:20 PM, Akemi Yagi <amyagi@gmail.com> wrote:
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
_______________________________________________
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt

The GATEWAY is specified in /etc/sysconfig/network file.  Should I include it in the ifcfg-br0 as well?  In CentOS 5.x I always left it in the /etc/sysconfig/network file which seems to be the default from fresh install of CentOS 6.

Thanks
- Trey