Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Need in Linux OS, IP address collision detection mechanism which will detect and store the target PC's MAC address and update its cache. As it happens in windows which pops with IP conflict.
May be possible through device driver for better solutions.
Posted
Comments
Sandeep Mewara 26-Apr-12 14:21pm    
And your issue is? Where are you stuck?
JackDingler 26-Apr-12 17:26pm    
The driver is one option. Watch for packets the same IPs registered for that card.

Or put the card and driver into promiscuous mode and watch the packets from a higher level service.
JackDingler 26-Apr-12 17:27pm    
i have a feeling that if you look for it, you'll find the answer in the Linux community's resources...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900