limit hotspot user
Posted: Thu Aug 06, 2009 1:54 pm
Hello,
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:
All working fine (access to all the sites is blocked entirely) but except for http-related traffic. These rules doesn't touch any of http traffic data (http to any site is ALWAYS accessible).
How can I block a http-related traffic too? (with such firewall rules).
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).