drekthrall
Posts: 44
Joined: Sat Oct 17, 2015 12:43 pm

Router that show one webpage

Tue Jun 21, 2016 10:56 pm

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 :)

SonOfAMotherlessGoat
Posts: 690
Joined: Tue Jun 16, 2015 6:01 am

Re: Router that show one webpage

Tue Jun 21, 2016 11:03 pm

Sure, you should be able to do that with what's called a Captive Portal (or Walled Garden).
Account Inactive

broe23
Posts: 903
Joined: Thu Jan 28, 2016 9:35 pm
Location: Central IL
Contact: Website

Re: Router that show one webpage

Tue Jun 21, 2016 11:23 pm

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 :)
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.
Ren: Now listen, Cadet. I've got a job for you. See this button? Ren: Don't touch it! It's the History Eraser button, you fool! Stimpy: So what'll happen? Ren: That's just it. We don't know. Maybe something bad, maybe something good.

SonOfAMotherlessGoat
Posts: 690
Joined: Tue Jun 16, 2015 6:01 am

Re: Router that show one webpage

Tue Jun 21, 2016 11:26 pm

NoDogSplash should be able to handle the job?
Account Inactive

broe23
Posts: 903
Joined: Thu Jan 28, 2016 9:35 pm
Location: Central IL
Contact: Website

Re: Router that show one webpage

Tue Jun 21, 2016 11:45 pm

SonOfAMotherlessGoat wrote:NoDogSplash should be able to handle the job?
They would need one of the routers listed on OpenWRT's list, but it is doable.
Ren: Now listen, Cadet. I've got a job for you. See this button? Ren: Don't touch it! It's the History Eraser button, you fool! Stimpy: So what'll happen? Ren: That's just it. We don't know. Maybe something bad, maybe something good.

SonOfAMotherlessGoat
Posts: 690
Joined: Tue Jun 16, 2015 6:01 am

Re: Router that show one webpage

Wed Jun 22, 2016 12:05 am

broe23 wrote:
SonOfAMotherlessGoat wrote:NoDogSplash should be able to handle the job?
They would need one of the routers listed on OpenWRT's list, but it is doable.
Actually, you can run NoDog on a RaspberryPi, with the requirement of needing a Debian'ish OS.
Account Inactive

broe23
Posts: 903
Joined: Thu Jan 28, 2016 9:35 pm
Location: Central IL
Contact: Website

Re: Router that show one webpage

Wed Jun 22, 2016 12:14 am

All that I am finding is dated information for that software
Ren: Now listen, Cadet. I've got a job for you. See this button? Ren: Don't touch it! It's the History Eraser button, you fool! Stimpy: So what'll happen? Ren: That's just it. We don't know. Maybe something bad, maybe something good.

osh
Posts: 2
Joined: Sat Oct 08, 2016 7:18 pm

Re: Router that show one webpage

Sat Oct 08, 2016 7:23 pm

Trying to build the nodogsplash on my pi3 gives this error:

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
Not really sure what the problem is. If there is a problem in nodogsplash or in my knowlege on how to configure and build things. It's been over 10 years since I had to deal with this. Normally everything comes in packages these days. :D

StephNewPi
Posts: 2
Joined: Mon Nov 07, 2016 12:23 pm

Re: Router that show one webpage

Mon Nov 07, 2016 12:30 pm

Hello,

I'm having exactly the same issue - has anybody had any experience with this?

Any advice would be great :)

Return to “General discussion”