Howto Enforce Static ARP @ client end

Protecting your Linux box
Post Reply
zaib
Naik
Posts: 97
Joined: Thu Jan 10, 2008 3:11 pm
Location: Karachi
Contact:

Howto Enforce Static ARP @ client end

Post by zaib »

Salam,

Due to heavy arp poisoning attack, I have provided users a batch file which do static entry for server.

But how can I enforce server to accept request for those users only who have run that file or have done static entry at there end? (to prevent flooding)
Regards,

SYED JAHANZAiB

web: http://aacable.wordpress.com
msn: aacable@hotmail.com
abdul_mateen
Battalion Havaldaar Major
Posts: 267
Joined: Tue Nov 18, 2003 10:28 am
Location: Rampuria Mansion
Contact:

Post by abdul_mateen »

Asslam-u-Alikum,
Acutally this is also the problem with my cable net's Server.I have solved it at my end by statically making a bash file and running it and doing static arp entries.

Can there be any iptables rules at the client end , as I am a client, so that there can be no more problem at my end.
Abdul Mateen,
Google Android Developer & Linux Administrator
Addictive Mobility,CA
www.addictivemobility.com.
abakali
Naik
Posts: 91
Joined: Wed Jun 01, 2005 5:38 pm

Re: Howto Enforce Static ARP @ client end

Post by abakali »

/sbin/ifdown ethx -arp
/sbin/ifup ethx


zaib wrote:Salam,

Due to heavy arp poisoning attack, I have provided users a batch file which do static entry for server.

But how can I enforce server to accept request for those users only who have run that file or have done static entry at there end? (to prevent flooding)
Asif Bakali !
Feel free to contact me (flames about my english and the useless of this driver will be redirected to /dev/null, oh no, it's full...).
arman.anwar
Cadet
Posts: 8
Joined: Thu Jun 28, 2007 4:06 pm
Location: Karachi

Post by arman.anwar »

arping command is better option then using batch file
intizar
Cadet
Posts: 8
Joined: Tue Jul 15, 2008 8:11 pm
Location: Multan

Post by intizar »

we can also use ebtables to protect from arp poisoning and arp spoofing.
it also saves us from ipconflict which are being made by some virus infected Micro$oft based host.
just do it,
zaib
Naik
Posts: 97
Joined: Thu Jan 10, 2008 3:11 pm
Location: Karachi
Contact:

Post by zaib »

intizar wrote:we can also use ebtables to protect from arp poisoning and arp spoofing.
it also saves us from ipconflict which are being made by some virus infected Micro$oft based host.
Can you please give some examples on howto use ebtables to prevent arp poisoning ?
Regards,

SYED JAHANZAiB

web: http://aacable.wordpress.com
msn: aacable@hotmail.com
x2oxen
Major General
Posts: 1114
Joined: Wed Aug 22, 2007 3:17 pm
Location: Faisalabad
Contact:

Post by x2oxen »

Muhammad Usman
+92-321-6640501
Chemonics International
http://usmanpk.com
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

x2oxen wrote:See it Here http://ebtables.sourceforge.net/
almost all features of ebtables are not available in iptables.
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
Post Reply