Home Page › Forums › Network Management › Firewall, Traffic Shaping and Net Balancer › SSH only from specified MAC › Reply To: SSH only from specified MAC
June 19, 2011 at 5:12 pm
#51825
Member
if you add a rule as rule #1 will be under ssh rule, not on top !
if i use the shell :
iptables -I INPUT -p tcp –destination-port 22 -m mac –mac-source 00:30:05:d0:xx:xx -j ACCEPT
will be on top but still not working…. strange !