Helllo people. I have problem. I want create hotspot on mikrotik.Everything is fine bat i want block all http page except http://www.onet.pl. i want create two group..Full permision to surf in net and restricted permision..Full permision is work fine bat how work restricted??..To surf only one page..www.onet.pl..rest is blocked
As you know HotSpot provides authentication methods, e.g. login/password method for authorization.
You may issue login/passwords for first group (full access), second group will be redirected to HotSpot login page, but http://www.onet.pl will be accessible for any user, other pages only for authorized users.
Walled-garden entries configuration is available at
‘ip hotspot walled-garden add dst-host=’, to specify specific domain that will be accessible.
Oki..bat all user in my network must logon on hotspot.and i want some group have been restricted..that group must have only permision to http://www.onet.pl site…other site is blocked…how to do it??
One of the way how you can achieve this create different HotSpot user profiles and specify firewall chains,
one for full access users,
second for restricted users.
Second user’s firewall chain should contain rule that allows traffic to this webpage and drop other traffic.
Hello, you can use incoming/outgoing-filter on user-profile to put your own filter-rules on your user-profiles, so you can make different access type for you user.
Note, do not forget to add one ‘jump’ rule to ‘chain=forward’ ‘jump-target=hotspot’, that redirects traffic from ‘forward’ chain to ‘hostpot’ chain. Traffic from HotSpot chain will be redirected correct to incoming/outgoing filter specified chains.
don’t know how to doit.Do you be show me step by step how to doit restricted group?? I have full acces..is very simple..block acces but i dont have restricted…Only one page must be open..rest is block..please help…step by step…procedure..
What put to Icoming Filter and what put to odgoing filter to restricted group. ?? Do you can put some screenshot how to do it?? step by step…becose im newbie…big thanks
- Create two ‘ip hotspot user profiles’, one for normal user and second for one-page allowed users.
I do it, but how can assignate a profile to a specific user via radius?
- Specify ‘Incoming Filter’ and ‘Outgoing Filter’ for second groups.
I do it, but also I reply with radius a filter-id mark, named “nopago”
- Add firewall rule that allows specific page and second rule to block any other traffic.
I add two in “nopago” chain. One return the request with dst-address 10.1.2.27 (web server). The another one reject all tcp traffic.
- Add another firewall rule that will redirect traffic from chain=forward to chain=hotspot.
I add in foward chain a rule to make it jump to hotspot.
I do not know what I doing wrong, but it doesn’t work.