|
Bugzilla – Full Text Bug Listing |
| Summary: | NetworkManager: conflict detected for IP address | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Michael Hirmke <opensuse> |
| Component: | Network | Assignee: | E-mail List <screening-team-bugs> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Hirmke
2024-07-04 09:04:32 UTC
Solved. I guess, the "problem" has been triggered by ipv4.dad-timeout setting. I created /etc/NetworkManager/conf.d/99-unmanaged-devices.conf: [keyfile] unmanaged-devices=mac:38:14:28:f7:b5:b7 That already solved the problem. To be absolutely sure, I also created /etc/sysctl.d/99-sysctl-mh.conf: net.ipv4.conf.enp63s0u2u3.arp_ignore = 1 for the second network adapter. |