|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 339] peth0: received packet with own address as source a
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=339
------- Comment #16 from katrakcr@xxxxxxxxxxxx 2007-04-19 23:59 -------
I ran into this issue when placing two Dom0's on the same network.
I have attached a replacement for the network-bridge script that fixes this
issue.
The solution is to assign a unique MAC to the vif/peth devices, for every dom0
on your network. I also anticipated that a single dom0 with two physical NICs
plugged into the same switch would encounter this error, and thus based the MAC
off a combination of a unique identifier, and the eth number.
Files:
context.diff was created using:
diff -c network-bridge network-bridge-new > context.diff
network-bridge-new is the full file
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|