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

Implement MAB #114

Closed
grafnu opened this issue Feb 20, 2019 · 5 comments
Closed

Implement MAB #114

grafnu opened this issue Feb 20, 2019 · 5 comments

Comments

@grafnu
Copy link

grafnu commented Feb 20, 2019

Implement MAB when EaPOL times out. Needed for IoT devices.

@Bairdo
Copy link
Contributor

Bairdo commented Feb 20, 2019

I'll take a look at this.

Preemptive Identity Requests (#46) will help.

Basic process:

  1. Preemptively send EAP Identity Request (Issue Send Identity Request on port up. #46)
  2. EAPOL timeout
  3. Get MAC address via:
    a) Redirect all packets (or a subset) to Chewie. Could be way to DOS Chewie - could use a meter. May want to add a 'redirect' ACL to the dynamic ACL PR on Faucet (WIP: Add Dynamic ACLS for 802.1X Ports faucet#2703), so user can configure what to redirect.
    b) Learning pipeline. drop at output (requires egress table).
  4. Send RADIUS request (without the EAP) to RADIUS. RADIUS then performs authentication.
  5. Success as usual, apply ACL.

@grafnu
Copy link
Author

grafnu commented Feb 21, 2019 via email

@Bairdo
Copy link
Contributor

Bairdo commented Feb 21, 2019

The current success ACL is a basic allow anything on the authenticated port with the src MAC address through. https://github.com/faucetsdn/faucet/blob/master/faucet/valve_acl.py#L250

faucetsdn/faucet#2703 will add the configuration option for ACLs on success/failure to be defined by the user.

A later version will allow ACLs to be applied based on the RADIUS attributes in the Access-Accept.

@MichaelWasher
Copy link
Contributor

@gizmoguy Can you close this?

@MichaelWasher
Copy link
Contributor

#125

@gizmoguy gizmoguy closed this as completed Aug 8, 2019
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

4 participants