|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] [XCP] vlan from guests
Setting up XCP 0.5, I've used OpenXenCenter to create our VLANs. The network switch has the admin VLAN set to untagged, all others set to tagged (for our Xen 3.1/3.2 Debian dom0 machines we set all VLANs tagged - but they use vconfig/brctl not openvswitch so my experience from them doesn't seem to be helpful).
I have (pfSense 1.2.3) guest (for the purpose of this test, IP 192.168.30.200) on two VLANs, however the traffic doesn't seem to be leaving the XCP host (management IP is 192.168.31.51) correctly.
From the XCP command prompt, if I use tcpdump, I see network traffic on the interface named xapi7. tcpdump on eth0 definitely shows something strange, as if I ask it to filter to just arp traffic, it doesn't show traffic from the guest, but if I ask it to show all traffic and grep the output for arp, it shows traffic from the guest. I am suspecting two things but not sure how to prove them: a.) tcpdump on XCP 0.5 doesn't understand VLAN tags. b.) I am not passing the VLAN tags up to the network switch correctly so the packets are just falling on the floor.
Unless I'm misunderstanding something, tcpdump against xapi7 should show all traffic that the network switch hands down to the NIC that is tagged for VLAN 7 - my tcpdump of xapi7 shows this is not working as I expect.
[root@nnexen1 log]# xe vm-vif-list vm=cmgate3left uuid ( RO) : 6889e3dc-aeb4-eb2d-3664-0af2f2ebd3c1 vm-name-label ( RO): cmgate3left device ( RO): 2 MAC ( RO): 4a:f2:73:9c:6b:7b
network-uuid ( RO): 7dcd9c10-87fd-2b51-ca1b-ab7b16ee8f2b network-name-label ( RO): cminternet0
uuid ( RO) : 641782d8-c752-97ae-9fdf-c806d8b5e775 vm-name-label ( RO): cmgate3left
device ( RO): 1 MAC ( RO): 7e:de:c8:f0:71:8e network-uuid ( RO): 548ade1a-4f24-ab08-9dbd-3ce7bd90f347 network-name-label ( RO): cmguest0
[root@nnexen1 log]# xe network-param-list uuid=548ade1a-4f24-ab08-9dbd-3ce7bd90f347
uuid ( RO) : 548ade1a-4f24-ab08-9dbd-3ce7bd90f347 name-label ( RW): cmguest0 name-description ( RW): VIF-uuids (SRO): 641782d8-c752-97ae-9fdf-c806d8b5e775 PIF-uuids (SRO): dd30f6d6-cf69-4132-95bb-d3ccf31c86d4
MTU ( RW): 1500 bridge ( RO): xapi7 other-config (MRW): automatic: false blobs ( RO):
[root@nnexen1 log]# xe pif-list uuid=dd30f6d6-cf69-4132-95bb-d3ccf31c86d4
uuid ( RO) : dd30f6d6-cf69-4132-95bb-d3ccf31c86d4 device ( RO): eth0 currently-attached ( RO): true VLAN ( RO): 7 network-uuid ( RO): 548ade1a-4f24-ab08-9dbd-3ce7bd90f347
[root@nnexen1 log]# tcpdump -n -c 3 -i xapi7 tcpdump: WARNING: xapi7: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on xapi7, link-type EN10MB (Ethernet), capture size 96 bytes
14:22:30.031651 arp who-has 192.168.30.237 tell 192.168.30.200 14:22:31.032574 arp who-has 192.168.30.237 tell 192.168.30.200 14:22:32.033560 arp who-has 192.168.30.237 tell 192.168.30.200 3 packets captured 3 packets received by filter
0 packets dropped by kernel
[root@nnexen1 log]# tcpdump -n -i eth0 port not 22 and port not https | grep arp tcpdump: WARNING: eth0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 14:24:14.065131 arp who-has 192.168.31.38 tell 192.168.31.51 14:24:14.136640 arp who-has 192.168.30.237 tell 192.168.30.200 14:24:15.065282 arp who-has 192.168.31.38 tell 192.168.31.51
14:24:15.137645 arp who-has 192.168.30.237 tell 192.168.30.200
[root@nnexen1 log]# tcpdump -n -i eth0 arp tcpdump: WARNING: eth0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 14:24:26.095128 arp who-has 192.168.31.38 tell 192.168.31.51 14:24:27.095189 arp who-has 192.168.31.38 tell 192.168.31.51
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] [XCP] vlan from guests,
Tundra Slosek <=
|
|
|
|
|