I nearly went cracy about this. Here the failure: Two domUs: First domU MacAddress in config file other than aa:00:00:00:00:xx. Second aa:00:00:00:00:11 One bridge with no ethx connected but with the ip 192.168.1.1. Second can ping 192.168.1.1 First not. I tried everything. Changing the distros configs itself. Changing the hostname. Some variations in the order i added the doms to the bridge, I really dont know what to do anymore. So the last thing i tried was to set the mac from the first dom to one of the form aa:00:00:00:00:xx. And it works. Now even the first dom can ping the second. Nice. But why? Greetings Dominik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Wim Bonis
2005-Jun-17 15:15 UTC
RE: [Xen-users] Connect vif to vif with a bridge. MAC failure.
> First domU MacAddress in config file other than aa:00:00:00:00:xx. > Second aa:00:00:00:00:11 > > One bridge with no ethx connected but with the ip 192.168.1.1. > > Second can ping 192.168.1.1 > First not. > > I tried everything. Changing the distros configs itself. > Changing the hostname. Some variations in the order i added > the doms to the bridge, I really dont know what to do anymore. > > So the last thing i tried was to set the mac from the first > dom to one of the form aa:00:00:00:00:xx. And it works. Now > even the first dom can ping the second. Nice. > > But why?Mac adresses staring with the first two or three bits set are something special (broadcast,multicast ... ) Please let you mac Address start with 00: or at least 0x: and try again. -- ------------------------------------------------------------------- Wim Bonis ,+''^''+, Telefon:06301-791868 NetwerkAnalyse und SystemDesign Mobil:0170-5664234 +,.,+ voip:0211-58005076 sip:8005076@sipgate.net email: bonis@bonis.de Kaiserslautern/Mehlbach pgp-fingerprint: 6118 C35D FE0F 5FDE D632 E8EF ECE7 EA5F 6BDB F776 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Bulpin
2005-Jun-20 15:23 UTC
Re: [Xen-users] Connect vif to vif with a bridge. MAC failure.
> Mac adresses staring with the first two or three bits set are something > special (broadcast,multicast ... )More specifically - the low order bit of the first (high order) octet...> Please let you mac Address start with 00: or at least 0x: and try again.... so 0x: is only safe if x is in {0, 2, 4, 6, 8, A, C, E}. A generally safe format is yx:yy:yy:yy:yy:yy where y is any digit (0-F) and x is in {2, 6, A, E} (these are "locally assigned" address rather than "universal" addresses allocated to hardware vendors). James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users