|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] MAC problem with Multiple Interfaces in Xen 2.0.7 FIX
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |