WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: Windows XP guest: Tap device isn't passing the traffic t

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Windows XP guest: Tap device isn't passing the traffic to linux
From: Martin Leben <ml060223@xxxxxxxx>
Date: Sun, 03 Feb 2008 00:50:59 +0100
Delivery-date: Sat, 02 Feb 2008 17:15:36 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <op.t5jrndatrtqp7s@hagumi>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <op.t5i7hrrprtqp7s@hagumi> <op.t5jrndatrtqp7s@hagumi>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
Hi Eljas,

Yes, 'ff:61:34:00:00:01' didn't work because it is a broadcast address. A broadcast address is specified by setting the least significant bit in the most significant byte to 1. (Example: '01:xx:xx:xx:xx:xx') That's a big NO-NO. :-) See <http://en.wikipedia.org/wiki/MAC_address>.

(And by the way, MAC address that begins with "x2", "x6", "xA" or "xE" are so called "locally administered addresses". Their first byte is binary "xxxxxx10".)

Best regards,
/Martin Leben


Eljas Alakulppi wrote:
Okey, managed to solve the problem. The cause was the fact that I was using 'ff:61:34:00:00:01' as my MAC adddress for Windows guest. I changed 'ff' to '22' and traffic is passing properly.

Eljas Alakulppi <Buzer@xxxxxxxxx> kirjoitti Sat, 26 Jan 2008 12:02:05 +0200:

Hello.

I have installed Windows XP as HVM guest and I cannot get the network working. I want Xen to use vlan 15 (10.3.0.1/24) as the base interface on which bridge will be based on. Problem is, the tap0 device isn't passing the traffic to the bridge.
Pinging from Windows guest to Dom0:
...


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: Windows XP guest: Tap device isn't passing the traffic to linux, Martin Leben <=