Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

If a Red Hat or other Linux host has a conflict with an IP address, is there a way to have it display a warning message on the console or in a log, like Windows and MacOS do?

i.e. my computer has an IP address configured (or received from a DHCP server) but finds another device on the network using the assigned address. Will it log the conflict?

share|improve this question

3 Answers

up vote 11 down vote accepted

IP Conflict detection is standardised in RFC 5227. One Linux tool that implements it is IPwatchd, which has a GNOME notification component (ipwatchd-gnotify).

share|improve this answer
+1 - i've never heard about that standard; thanks! – pQd Apr 28 '10 at 14:51

you can use arpwatch to find out about ip conflicts on ethernet segment you are connected to. it will alert about unseen ip-mac combinations or whenever such association change.

share|improve this answer

I don't know the exact mechanisism of how it does it, but I've seen warnings in CentOS when bringing up a network device along the lines of "Failed to bring up eth0, a device on the network already has this IP".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.