lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] IP conflict detecting


From: Piero 74
Subject: Re: [lwip-devel] IP conflict detecting
Date: Wed, 28 Jan 2009 16:06:34 +0100



yes. When there is a packet, directed to your IP but to a different MAC address then it is pretty clear there is someone using your IP.
usually this is done on Broadcast packets so you can detect it also in switched networks. Basically ARP is used.


i didn't understand... 
i configured emac on my microcontroller to filter ethernet packets, so, only packets for my macaddress OR broadcast ethernet packets are forwarded to microcontroller.
So, packets with different mac and different IP are not received, and broadcast ethernet packets have FFFFFFFFFF as mac address (i.e. arp packets), so i cannot detect ip conflict....

can you explain me your idea??

thanks
Piero


reply via email to

[Prev in Thread] Current Thread [Next in Thread]