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

Show internet restricted page - Blackllist #604

Open
DangerD1024 opened this issue May 11, 2021 · 1 comment
Open

Show internet restricted page - Blackllist #604

DangerD1024 opened this issue May 11, 2021 · 1 comment

Comments

@DangerD1024
Copy link

I need to show custom internet restricted page to specified clients (mac addresses list). Other clients should access internet freely.
Is this possible to make that with nodogsplash?

@bluewavenet
Copy link
Contributor

@DangerD1024
The short answer is no.

There are 3 possible mac based access control lists:

  1. Trusted - client given free access with no splash page, all others get splash page served
  2. Allowed - client gets splash page, all others blocked
  3. Blocked - client blocked - all others get splash page

What you are asking for is the inverse of list 1 - unfortunately this is not available.
Consider though that any mac based access control lists will be inherently insecure (as mac addresses can be spoofed).

If you want a secure system based on credential verification you would be better to migrate to openNDS where you can define any type of dynamic login page.

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

2 participants