How to block mac address using iptables
to block mac address:-
ComputerName:~# iptables -A INPUT --mac-source 00:0B:DB:45:56:42 -j DROP
ComputerName:~# iptables -A INPUT --mac-source 00:0B:DB:45:56:42 -j DROP
A Lerning Era for Linux,From students for the world
No comments:
Post a Comment