Environment: dom0 is OpenSolaris 2009.06, with Open HA 2009.06 installed. Because of Open HA, physical network connectivity from the dom0 to the switches is via a pair of NICs, e1000g drivers. Multiple VLANs configured on the dom0, this domU should exist on only one of them.
Problem: HVM domU 64bit Debian 5.0.3 can see inbound traffic from the world but can't respond. Details: If I ping from the dom0 or any other machine on the same subnet, the ARP requests are making it to the domU (As shown by 'cat /proc/net/arp' getting populated with ARP entries that correspond correctly to the ping initiator's IP address and MAC address on the domU) In domU, 'ifconfig -a' shows the TX and RX packets increasing as expected. Unfortunately, since the domU can't get to the network, I can't get to the repositories to install tcpdump... >From the dom0, if I do 'snoop -d ' against the xvm vnic that Xen creates, I >see the broadcast packets for the ARP request, but no response. 'dmesg' on the domU shows the network device as a 'RTL-8193C+' during discovery. Network attached on dom0 with the following: virsh attach-interface zimbra0 bridge e1000g0 --vlanid=20 Details from dom0 (zimbra0 is the domU in question): r...@mltproc1:~# virsh list Id Name State ---------------------------------- 0 Domain-0 running 2 zimbra0 blocked r...@mltproc1:~# dladm show-link LINK CLASS MTU STATE OVER vnic0 vnic 1500 up e1000g2 rge0 phys 1500 unknown -- vnic3 vnic 1500 up e1000g0 e1000g0 phys 1500 up -- xvm2_0 vnic 1500 up e1000g0 vnic1 vnic 1500 up e1000g0 vzimbra0 vlan 1500 up e1000g0 e1000g2 phys 1500 up -- vnic2 vnic 1500 up e1000g2 vcmguest0 vlan 1500 up e1000g2 vmltsysadmin0 vlan 1500 up e1000g0 vmltmain0 vnic 1500 up e1000g2 r...@mltproc1:~# dladm show-vlan LINK VID OVER FLAGS vzimbra0 20 e1000g0 ----- vcmguest0 7 e1000g2 ----- vmltsysadmin0 21 e1000g0 ----- r...@mltproc1:~# dladm show-vnic LINK OVER SPEED MACADDRESS MACADDRTYPE VID vnic0 e1000g2 1000 2:8:20:df:e0:51 random 24 vnic3 e1000g0 1000 2:8:20:2e:4:6f random 27 xvm2_0 e1000g0 1000 0:16:3e:15:d2:eb fixed 20 vnic1 e1000g0 1000 2:8:20:57:a5:28 random 25 vnic2 e1000g2 1000 2:8:20:52:3c:e4 random 26 vmltmain0 e1000g2 1000 2:8:20:6b:9d:30 random 20 -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org