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] MAC problem with Multiple Interfaces in Xen 2.0.7 FIX

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] MAC problem with Multiple Interfaces in Xen 2.0.7 FIX
From: Kris Hollingsworth <kris@xxxxxxxxxxxx>
Date: Fri, 03 Feb 2006 12:32:27 -0600
Delivery-date: Fri, 03 Feb 2006 18:42:54 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5 (Windows/20051201)
I was able to solve my problem by statically setting the MAC address of in the XEN configuration file. Then in the vif-bridge script, I added the lines:

-------------------
...
# Don't do anything if the bridge is "null".
(Code for exit)

if [ "${mac}" == "aa:00:00:13:b0:7a" ] ; then
  ifconfig ${vif} hw ether FE:FF:FF:FF:FF:7A
fi

# Add/remove vif to/from bridge.
...
-------------------

Now I have a dual-home machine that works exactly like it's suppose to.

Thanks,
Kris


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] MAC problem with Multiple Interfaces in Xen 2.0.7 FIX, Kris Hollingsworth <=