hi,
how do i allow hotspot user to access https server without login to hotspot?
The following is what i had done,
Configure mikrotik version 2.8.18 as a hotspot gateway(10.5.6.44) using dhcp-pool method.
I had tried (refer to doc - walled garden) but not working.
/ip firewall mangle add dst-address=10.5.6.25/32 mark-flow=hs-auth
Testing
client XP obtaining hs-temp ip from mikrotik
IE6.0 URL : https://10.5.6.25/index.php
Result : Back to mikrotik hotspot login page when i should be looking at the index page of https://10.5.6.25
Can someone help me pls or tell me if there is other way of doing this?