Hi, do you have any knowledge about how can we do, external radius authentication and external captive portal authentication.
unauthenticated local clients---------firewalls(cyberoam or pfsense or mikrotik)---------adsl modem---------internet------------cloud----------pfsense(radius srv and captive portal)
we want to when an unauthenticated user wants to connect to internet the remote extermal captive portal page comes in front of them.
how can we do this, how can we write the api for this, can you please show me the way, i am trying to solve this issue for weeks.
i find this one, but this is only comes to the external captive portal page infront of the user, but when user authenticated, login to the local captive portal, we want to login to the external site’s (pfsense behind the cloud in this case) captive portal.
this case external captive portal page comes to in front of the user, and remote radius authentication is ok too. but we want to login external captive portal not the local one.
http://forum.mikrotik.com/t/how-to-redirect-hotspot-login-page-to-new-external-server/50952/1
http://wiki.mikrotik.com/wiki/HotSpot_external_login_page
http://forum.mikrotik.com/t/please-help-with-automatic-hotspot-login/37833/1
http://forum.mikrotik.com/t/redirect-hotspot-login-page/34474/1
and also there are methods for api writing here,
http://forum.mikrotik.com/t/adding-features-to-the-hotspot-webpages/70655/2
http://forum.mikrotik.com/t/hotspot-radius-session-control-over-api-from-external-portal/60848/1
http://forum.mikrotik.com/t/hotspot-radius-sending-additional-parameters/49739/1
http://forum.mikrotik.com/t/integrating-facebook-connect-with-hotspot-login-authent/30802/34
https://forum.pfsense.org/index.php?topic=46015.0
i wrote that the method should be api writing and transfer the credentials from local site’s login.html to the remote site’s login.php.
we have a portal page and it is working in local solutions with mikrotik or cyberoam or pfsense, but when we want to external captive portal authentication and want to write the user to this external captive portal and its mysql database, we can not be successful. Can you please help me.