Hi,
We have a router board with software version 3.0 for hotspot which is using a x86 Level 6 licensed RADIUS server. which is ver. 3.7.
All we need seems to work fine, except that when a user logs successfully in the hotspot he can only surf the net, but no other applications work. I mean no ssh, no ftp, no icq etc.
By default in the router board’s firewall there were no rules.
I added the following:
/ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=forward action=accept layer7-protocol=ICQ
2 chain=forward action=accept dst-port=22 protocol=tcp
3 chain=forward action=accept p2p=all-p2p protocol=tcp
But no change!
Please give me a hint what and where should be changed to allow ALL the traffic for the hotspot users.
I installed a test unlicensed 3.7 mikrotik which allows everything when used as hotspot with the same radius server. And it has no rules in /ip firewall filter too.
Any ideas?
Thank you!