문제

Is there a way to stop ARP protocol in window , i have developed my own ARP protocol which add authentication to ARP using a java api called jnetpcap. but , still haven't found a way to stop the normal ARP. now i am deleting the ARP entry updated from the normal arp request protocol but still i need to stop my machine from sending reply to those request.

도움이 되었습니까?

해결책 2

See this , it is simple packet filter add its source to stop arp. http://www.codeproject.com/Articles/5602/Simple-Packet-Filter-Firewall

다른 팁

You can try to create a new DWORD key in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

with the name ArpRetryCount and set it to 0.

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