Community discussions

MikroTik App
 
Wannabe
just joined
Topic Author
Posts: 18
Joined: Fri Nov 24, 2006 1:24 pm

limit hotspot user

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:
[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>
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).
 
User avatar
skillful
Trainer
Trainer
Posts: 552
Joined: Wed Sep 06, 2006 1:42 pm
Location: Abuja, Nigeria
Contact:

Re: limit hotspot user

Sun Aug 09, 2009 12:49 am

You have to disable transparent proxy in the hotspot user profile. Alternatively, you may add those rule to the web-proxy Access rule.