I am able to set raspberry to wifi router.
I need to open choosed website in webbrowser right after i connect on raspberry router and not to be able to go to another website. Is this make-able? Does someone try to solve this before?
Thanks for reply
Only certain Gateways can do Captive Portal out of the box. They are going to be a little pricey. You can setup pfSense to handle Captive Portal, or roll one out with another Pi handling the Captive Portal, using FreeRadius.drekthrall wrote:Hello community
I am able to set raspberry to wifi router.
I need to open choosed website in webbrowser right after i connect on raspberry router and not to be able to go to another website. Is this make-able? Does someone try to solve this before?
Thanks for reply
They would need one of the routers listed on OpenWRT's list, but it is doable.SonOfAMotherlessGoat wrote:NoDogSplash should be able to handle the job?
Actually, you can run NoDog on a RaspberryPi, with the requirement of needing a Debian'ish OS.broe23 wrote:They would need one of the routers listed on OpenWRT's list, but it is doable.SonOfAMotherlessGoat wrote:NoDogSplash should be able to handle the job?
Code: Select all
src/gateway.c: In function {main_loop}:
src/gateway.c:257:8: error: {MHD_OPTION_LISTENING_ADDRESS_REUSE} undeclared (first use in this function)
MHD_OPTION_LISTENING_ADDRESS_REUSE, 1,
^
src/gateway.c:257:8: note: each undeclared identifier is reported only once for each function it appears in