Bug 203243
| Summary: | "peth0 received packet on own address" seen in normal config of Xen | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Russell McOrmond <russell> |
| Component: | xen | Assignee: | Herbert Xu <herbert.xu> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | bstein, katzj, mcr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://lists.xensource.com/archives/html/xen-devel/2006-04/msg01305.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-18 16:13:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Russell McOrmond
2006-08-19 18:42:57 UTC
if we can't prevent the IPv6 link-local address from being auto-configured, then we need to make sure that the MAC given to peth0 is unique. My suggestion is that the 10:00:00 OUI is a "local use" OUI, and that we set the MAC to: 10:00:00:XX:YY:ZZ, where XX,YY,ZZ are the local three octets of the IPv4. That ought to be unique on the local LAN, assuming that there are no duplicate IPv4, and assuming that there aren't multiple /8's with overlapping addresses. While not a long-term solution (I like Mike Richardson's suggestion), I wanted to post a note about what I did to get rid of the messages on my own LAN. In /etc/rc.d/rc.local I have added the following lines: ip addr del fe80::fcff:ffff:feff:ffff/64 dev peth0 ip addr del fe80::200:ff:fe00:0/64 dev xenbr0 > It would be great if the "External Bugzilla" part of this form would also be
> able to link to Xensource.
FYI, the XenSource bugzilla is now available in the drop-down.
|