<p><br>
On Oct 12, 2012 8:16 AM, &quot;James B. Byrne&quot; &lt;<a href="mailto:byrnejb@harte-lyne.ca">byrnejb@harte-lyne.ca</a>&gt; wrote:<br>
&gt;<br>
&gt; This cross-posted from the main Centos discussion list.<br>
&gt;<br>
&gt; I installed a new CentOS-6.3 kvm guest on a recently provisioned kvm<br>
&gt; host also running CentOS-6.3.  This guest will not connect to the<br>
&gt; network and the host cannot connect to it via its public IP address. I<br>
&gt; had previously installed a guest system on thst same kvm host using<br>
&gt; the same ISO and that system connects to the network without problem.<br>
&gt;<br>
&gt; I next created a third guest instance and this too does not connect<br>
&gt; with either the kvm host or the gateway.<br>
&gt;<br>
&gt; I have shutdown all the guests, restarted networking on the host and<br>
&gt; restarted the gueests and the problem persists on the two most<br>
&gt; recently added guests but does not happen on the first guest instance.<br>
&gt;<br>
&gt;<br>
&gt; I have installed litterally dozens of kvm guests this past year and I<br>
&gt; have never encountered this situation.  Has anyone else?  Does anyone<br>
&gt; have any idea what might be going on?<br>
&gt;<br>
&gt; ip addr<br>
&gt; 1: lo &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 16436 qdisc noqueue state UNKNOWN<br>
&gt;     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>
&gt;     inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo<br>
&gt;     inet6 ::1/128 scope host<br>
&gt; 2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast<br>
&gt; state UP qlen 1000<br>
&gt;     link/ether 52:54:00:a0:26:47 brd ff:ff:ff:ff:ff:ff<br>
&gt;     inet <a href="http://216.185.71.243/24">216.185.71.243/24</a> brd 216.185.71.255 scope global eth0<br>
&gt;     inet6 fe80::5054:ff:fea0:2647/64 scope link<br>
&gt;        vaslid_lft forever preferred_lft forever<br>
&gt;<br>
&gt; ip route<br>
&gt; <a href="http://216.185.71.0/24">216.185.71.0/24</a> dev eth0  proto kernel  scope link  scr 216.185.71.243<br>
&gt; <a href="http://169.254.0.0/16">169.254.0.0/16</a> dev eth0  scope link  metric 1002<br>
&gt; default via 216.185.71.1 dev eth0<br>
&gt;<br>
&gt; netstat -r<br>
&gt; Kernel IP routing table<br>
&gt; Destination    Gateway      Genmask        Flags  MSS Window  irtt Iface<br>
&gt; 216.185.71.0   *            255.255.255.0  U        0 0          0 eth0<br>
&gt; link-local     *            255.255.0.0    U        0 0          0 eth0<br>
&gt; default        216.185.71.1 0.0.0.0        UG       0 0          0 eth0<br>
&gt;<br>
&gt; service iptables stop<br>
&gt; .  .  .<br>
&gt;<br>
&gt; ping 216.185.71.1<br>
&gt; PING 216.185.71.1 (216.185.71.1) 56(84) bytes of data.<br>
&gt; &gt;From 216.185.71.243 icmp_seq=2 Destination Host Unreachable<br>
&gt; &gt;From 216.185.71.243 icmp_seq=3 Destination Host Unreachable<br>
&gt; &gt;From 216.185.71.243 icmp_seq=4 Destination Host Unreachable<br>
&gt; ^C<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ***          E-Mail is NOT a SECURE channel          ***<br>
&gt; James B. Byrne                mailto:<a href="mailto:ByrneJB@Harte-Lyne.ca">ByrneJB@Harte-Lyne.ca</a><br>
&gt; Harte &amp; Lyne Limited          <a href="http://www.harte-lyne.ca">http://www.harte-lyne.ca</a><br>
&gt; 9 Brockley Drive              vox: +1 905 561 1241<br>
&gt; Hamilton, Ontario             fax: +1 905 561 0757<br>
&gt; Canada  L8E 3C3<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; CentOS-virt mailing list<br>
&gt; <a href="mailto:CentOS-virt@centos.org">CentOS-virt@centos.org</a><br>
&gt; <a href="http://lists.centos.org/mailman/listinfo/centos-virt">http://lists.centos.org/mailman/listinfo/centos-virt</a></p>
<p>Did you configure your KVM host&#39;s public interface with a bridge?  what is the output of &#39;brctl show&#39;?</p>
<p>Also Ive run into VM host issues on corporate networks where port security limits number of unique MAC addresses able to communicate on one physical switch port.</p>
<p>- Trey</p>