Im using redhat9 kernal 2.4.22 in a LAN, i want to stop arp request & response in my system.
Any of you plz help...
Regds
VEnkatesh
Printable View
Im using redhat9 kernal 2.4.22 in a LAN, i want to stop arp request & response in my system.
Any of you plz help...
Regds
VEnkatesh
disconnect from the lan/internet? heh i dont know why you would want that :-/Quote:
Originally Posted by aashikan
Im created virtual host using honeyd, everything works fine,
but when i use ettercap to it show the actual hosts ip addresses also, so what i want is, if arp request comes to particaular ip means then i have to drop that request.
Hope this is enough to understand.
Regds
Venkatesh
i would read up on iptables it could possibly be the awnser to your question man but besides that i dont have an awnser
Iptables won't support arp protocol,
arptables only support that but it won't works effectively.
ebtables can do MAC and ARP filtering (and much more). Check it out.
http://ebtables.sourceforge.net/
Also, iptables can do filtering based on MAC addresses.