antipoisoner

General discussion about Linux, Linux distribution, using Linux etc.
Post Reply
cisco_specialized
Lance Naik
Posts: 34
Joined: Tue Nov 21, 2006 3:09 pm

antipoisoner

Post by cisco_specialized »

Hi,
I am using fariya cable they are forcing users towards their NS through antipoisoner how to get my linux to run on fairya network
shakirz1
Battalion Quarter Master Havaldaar
Posts: 207
Joined: Sat Aug 09, 2003 5:00 pm
Location: Karachi
Contact:

Post by shakirz1 »

simply add fariya's gateway ip and mac address static in your linux.
mudasir
Captain
Posts: 565
Joined: Tue Oct 17, 2006 5:23 am
Location: Dubai
Contact:

Post by mudasir »

Hi,

its very simple. Dont install the anti-poisoner that they are providing if you, and if your internet dont work without it just list down the IP's and their respective MAC's and make a static entry in ARP in linux and add them in /etc/rc.local
Kind Regards
Mudasir Mirza (RHCE)
(+971)55-1045754
http://www.crystalnetworks.org
http://www.diglinux.com
imzee
Lance Naik
Posts: 17
Joined: Fri Sep 14, 2007 2:30 pm
Location: Saddar

Post by imzee »

In windows environment, first run your antipoisoner & run cmd and type "arp -a"
you will get:
----------------------------------------------------------
c:/>arp -a

Internet Address Physical Address Type
10.100.25.2 xx-xx-xx-xx-xx-xx static
10.100.25.76 xx-xx-xx-xx-xx-xx dynamic
10.100.25.55 xx-xx-xx-xx-xx-xx dynamic
10.100.25.4 xx-xx-xx-xx-xx-xx static

---------------------------------------------------------------
here is two static arp entries. note down all static entries on notepad or any paper like this.


arp -s 10.100.25.2 00-12-32-42-52-63
arp -s 10.100.25.4 00-c2-f2-02-82-67

and write in your /etc/rc.d/rc.local
or
make your own executable file

vim /your/location/arp.static
write entries
save & quit
chmod +x /your/location/arp.static
& run your self just typing full path of file..
Imtiaz Mustafa
CCENT, CCNA, JNCIA
Cell : +923452828799
e-mail : imtiazmustafa@hotmail.com
Post Reply