1. Ubiquiti AirRouter
2. CoovaChilli
3. AWS server with FreeRadius & Apache2
1. Set up a _**captive portal**_ using the **Ubiquiti AirRouter**
2. Use _**CoovaChilli**_ firmware to set up captive portal on **Ubiquiti**
3. Make the radius authentification with the FreeRadiusServer on AWS
4. Use _**apache2**_ server on AWS to create the web captive portal for the user to log in
我的Ubiquiti AirRouter配置了CoovaChilli固件(这里没有问题)。路由器生成的AP按预期工作,当您试图查看任何页面时,您将被重定向到apache web服务器。
GET http://127.0.0.1:1812/json/status?callback=chilliJSON.reply&0.2522223754785955net::ERR_CONNECTION_REFUSED
ChilliLibrary.js:531我在CoovaChilli和Chilli文档中寻找信息,但在这里找不到任何有用的信息。
提前感谢
发布于 2016-05-02 23:36:25
让http://127.0.0.1:1812/和net::ERR_CONNECTION_REFUSED说这一切。
使用netstat检查是否有一个服务运行在本地主机的端口1812上,然后再次检查防火墙是否允许通过端口1812进行通信。
发布于 2014-09-30 19:34:01
如果你以前没有遇到过,这可能会有一些用处。
https://stackoverflow.com/questions/26078155
复制相似问题