Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Debian,Free BSD but Currently Using PCLinuxOS
Posts: 32
Rep:
Arp-poisoning help!
Hi allz,
I am client of a LAN network and our gateway is a Linux Machine.Some one locally is arp-poisoning our network and our network admin (dumb***)don't know what to do.He only gave us a windows self made service file which when windows boots starts.Now for my linux machine I have two more computer's behind a smoothwall firewall and for this he said to type arp - s {Ip Of Server} {Mac Address Of Server}.Now what can I do to avoid this arp poisoning on our network and how can I add a scipt to smoothwall which on boot get run this command.I know in redhat it rc.local but in smoothwall I can't find rc.local
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
Set the values in /etc/ethers; 'man ethers':
Quote:
/etc/ethers contains 48 bit Ethernet addresses and their corresponding
IP numbers, one line for each IP number:
Ethernet-address IP-number
The two items are separated by any number of SPACE and/or TAB char
acters. A # at the beginning of a line starts a comment which extends
to the end of the line. The Ethernet-address is written as
x:x:x:x:x:x, where x is a hexadecimal number between 0 and ff which
represents one byte of the address, which is in network byte order
(big-endian). The IP-number may be a hostname which can be resolved by
DNS or a dot separated number.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.