-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since 10.1.0, cannot assign the same IPv4 to 2 interfaces anymore #392
Comments
This feature has been removed. Maybe what you need is interface bonding (Linux) or link aggregation (BSD)? Also, only one DHCP server (ISC DHCPd) actually allows this and all others I've used (kea, which supersedes ISC DHCPd), dnsmasq and whatever ships with my Ubiquiti router actively deny this ability. |
What was the point of removing this feature? It provides a seamless failsafe against one of the interfaces dropping. Now, with the feature gone, the other interface wrongfully gets an LL4 address, which means that the failsafe no longer works. Btw, dnsmasq DOES allow multiple MACs to receive the same IPv4 as long as they appear on the same line for a given host. For compatibility reasons, this cannot go to |
Oh, I didn't know that about dnsmasq. The point of removing the feature was that kernel level ARP replies (which I can't control) sometimes send out the MAC of the non preferred interface giving a poor experience. With bonding you can say which is the master interface so the kernel always sends out for the correct ARP reply. |
I would really ask you to reinstate the feature. Having to configure bondage just to have a host switch interface on the fly is really not desirable. |
I'll consider it. But think about this - you have to configure something somewhere. |
Thanks. The server already is configured to provide the same IPv4 address to any MAC address matching that hostname. This setup has worked fine as-is for many years. The only thing that is no longer working is at dhcpcd's end. |
I would kindly urge you to revert this ASAP. Losing that feature has seriously disrupted operation on my dual-interface hosts. |
I need to make some changes in NetBSD to try to accommodate your need for this. |
As per log below:
Basically, DAD mistakenly prevents 2 interfaces on the same host from using the same address. This wasn't the case before.
The text was updated successfully, but these errors were encountered: