You are not logged in.
Pages: 1
Topic closed
Hi.
I was just thinking - is there some way to create static ARP table for my system? It would help me get rid of ARP Spoofing attack vulnerability, wouldn't it?
Cheers.
Last edited by lateralus (2008-11-28 07:45:46)
Offline
`man arp`, `man ethers` + "arp -f /etc/ethers" in /etc/rc.local or somesuch?
Offline
Thanks, that should do the trick
Cheers!
Offline
How to disable updates of ARP cache with static ARP table?
Common answer on most sites - disable arp:
# ifconfig eth0 -arp
But and host will become unreachable for all!
Offline
also please note
sudo ifconfig eth0 arp
will undo the damage of using the
sudo ifconfig eth0 -arp
command! this is important if you want to undo any damage caused or loss of internet connectivity using arp commands either on purpose or by accident!
Last edited by multimedia (2014-08-12 16:03:05)
Offline
Hi Multimedia, and Welcome to Arch Linux
Be sure to check the dates on threads. I hope that lateralus is not still looking for an answer six years later.
But, your post is relevant, so you did not run afoul of this
But, I am going to close this thread.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed