Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect URL #606

Open
iddnl07 opened this issue Jun 13, 2021 · 4 comments
Open

Redirect URL #606

iddnl07 opened this issue Jun 13, 2021 · 4 comments

Comments

@iddnl07
Copy link

iddnl07 commented Jun 13, 2021

I want to redirect to an exteral URL (bbc.com for example) without stopping the internet access. I just want to display a page, like a survey, and that's it.
I would like this to happen when I try to connect to wifi. Can you help me with this ,please?

@bluewavenet
Copy link
Contributor

@iddnl07

I want to redirect to an exter[n]al URL [] without stopping the internet access

You have two problems with this:

  • Any captive portal requires the capture of attempted Internet access to work, ie access is initially blocked.
  • Almost all devices display the portal page, only while Internet access is blocked, closing the portal page as soon as Internet access is detected.

I just want to display a page, like a survey

This is problematic too:

  • NoDogSplash cannot serve dynamic web pages or redirect to another service

If an initial blocking to enable the popup of specified web page(s) is acceptable, then you can serve dynamic web pages or redirect to an external server by using openNDS instead of NoDogSplash (see README.md)

@MarkVallevand
Copy link

So, NoDoSplash will not allow any redirection? Not even if you poke holes using the firewall configuration of NDS?

@MarkVallevand
Copy link

I mean html redirection from the splash html, just to be clear.

@bluewavenet
Copy link
Contributor

@MarkVallevand

So, NoDoSplash will not allow any redirection?

No, built in redirection was removed at the time of the split to openNDS.

Not even if you poke holes using the firewall configuration of NDS?
I mean html redirection from the splash html, just to be clear.

Sure, this is how the original NoDogSplash FAS worked. It is very limited and easy to bypass though. It was made secure with an iptables redirect and the addition of encryption in openNDS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants