You are not logged in.

#1 2008-11-27 20:52:57

lateralus
Member
Registered: 2008-10-06
Posts: 29

[Solved] Static ARP table?

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

#2 2008-11-28 07:42:41

string
Member
Registered: 2008-11-03
Posts: 286

Re: [Solved] Static ARP table?

`man arp`, `man ethers` + "arp -f /etc/ethers" in /etc/rc.local or somesuch?

Offline

#3 2008-11-28 07:45:21

lateralus
Member
Registered: 2008-10-06
Posts: 29

Re: [Solved] Static ARP table?

Thanks, that should do the trick smile

Cheers!

Offline

#4 2009-01-30 04:15:07

Ilya
Member
From: Russia, Saint-Petersburg
Registered: 2007-08-16
Posts: 98

Re: [Solved] Static ARP table?

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

#5 2014-08-12 16:01:12

multimedia
Member
Registered: 2014-08-12
Posts: 1

Re: [Solved] Static ARP table?

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

#6 2014-08-12 17:19:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,354

Re: [Solved] Static ARP table?

Hi Multimedia, and Welcome to Arch Linux smile

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

Board footer

Powered by FluxBB