Post #3102973
2026-06-04 19:22 UTC
Replies (2)
-
@LordCrom@lemmy.world 2026-06-05 00:50
I’m at a loss as to how this would work consistently. If 2 interfaces share an IP without bonding, then only 1 would answer the ARP request from anothet host trying to establish a connection. If your system allows same static on 2 devices on same land, then other hosts talk to whoever establishes a session or answers the ARP request. I’m curious why you would want this at all?
-
@atk007@lemmy.world 2026-06-05 01:02
There is no DHCP, it’s all static addresses, but there is an ARP table maintained at the router, and modern routers protect against ARP poisoning, meaning the same IP cannot have two mac addresses, and they will churn out errors. It’s also a security nightmare because many low level packet tracing tools will not work or give out false positives. I still don’t know how it’s working for you, because by all accounts, it shouldn’t.