Salam..!
I'am running cable internet (LAN). Problem i am facing is, some clients from network change the IP address and play with them so they make a lot of ip conflicts in the NETWORK. I have even binded ips with MAC. i tell you the configuration.
Network = 192.168.1.0/24
clients ip ( example ) = 192.168.1.5/255.255.255.0
IP binding with MAC #
iptables -A FORWARD -i eth0 -s 192.168.1.5 -p all -m mac --mac-source 00:50:FC:91:71:3C -j ACCEPT
how can i stop clients by playing with IP changing ?
Any solution ? please let me know
Allah Hafiz


