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

Tie authentication to IP address #62

Open
Bairdo opened this issue Mar 23, 2018 · 1 comment
Open

Tie authentication to IP address #62

Bairdo opened this issue Mar 23, 2018 · 1 comment
Labels
baffle good issue for baffle project enhancement

Comments

@Bairdo
Copy link
Owner

Bairdo commented Mar 23, 2018

as well as MAC & port.

But how get the IP associated with the user?

  • captive portal knows it at auth time.
  • 1X doesn't.
  • add a mirror rule or something to learn the IP address (from clients view). (remove rule once learnt. perhaps add a rule that checks if it changes.).
  • mirror dhcp from dhcp server.
  • tie in with a dhcp server? - probably safest, but might force user(admin) to only use one specific dhcp server.
@Bairdo Bairdo added the baffle good issue for baffle project label Apr 6, 2018
@Bairdo
Copy link
Owner Author

Bairdo commented Apr 10, 2018

isc-dhcp server has an API both (TCP and C by the looks of it) see:
http://www.ipamworldwide.com/ipam/isc-dhcp-api.html
and
https://www.isc.org/wp-content/uploads/2018/02/dhcp44omapi.html

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

No branches or pull requests

1 participant