I have the `hotspot user` and I want to limit access from this user to some hosts only. This user has assigned IP-address with hotspot (e.g. 192.168.0.2).
I've added the following firewall rules:
Code: Select all
[admin@gw] ip firewall filter> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward src-address=192.168.0.2 dst-address=a1.b1.c1.d1 action=accept
1 chain=forward src-address=192.168.0.2 dst-address=a2.b2.c2.d2 action=accept
2 chain=forward src-address=192.168.0.2 action=drop
[admin@gw] ip firewall filter>
How can I block a http-related traffic too? (with such firewall rules).