Sun Jan 12, 2014 5:58 pm
First on main router check if firewall is on
than in firewall filter add this
chain=forward action=drop src-address="ip of ur client" protocol=tcp content=www.url_that_u_want_to_block.com
and that is
If u want to block all sites simple drop port 80 for specific user
or try content=www.*.com it should work