I know there are atleast 2 other topics dealing with this issue:
http://forums.contribs.org/index.php?topic=20795.msg82034#msg82034and
http://forums.contribs.org/index.php?topic=21456.0but they are both dated and dont mention sme7. They also have some discrepancies in the iptables command used to enable and disable the filter.
One topic suggests using:
/sbin/iptables -I PREROUTING -t nat -j DROP -m mac --mac-source 00:00:00:00:00:00 -p tcp --dport 80
and one topic suggests:
/sbin/iptables -t nat -A PREROUTING -m mac --mac-source 00:00:00:00:00:00 -p ALL -j DROP
The only mention or reversing these changes is:
"It will be possible to unblock it. Just use the -D option instead of the -I."
However i dont seee the original -I in either command.
So I have 3 questions.1: What is the command to filter all internet access from a certain MAC in sme7pre1.
2: Will this filter stick after a reboot?
3: What is the command to reverse this filter?
I also like the idea if a cron job enabling and disabling this filter certain times of day.