문제

I'm puzzled by what this error means :

enter image description here

But my program(lotus notes) , still works fine. I just want to know what that entails, an "IP address conflict error"

도움이 되었습니까?

해결책

It means that there is more than a single device with the same IP address in your network. This usually happens when using static IPs without DHCP server to provide them (i.e., setting the IP manually). This can lead to multiple connectivity issues since the address is not unique now, creating an inherent ambiguity for the routing protocol. The system may appear working but this isn't something to rely on since this is a serious problem that should be fixed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top