-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
[feature] Allowed deploying WPA Enterprise 2 TTLS-PAP #462 #471
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good progress @pandafy, can you add this functionality to the test playbook so we can have some basic test coverage for it?
Please also see my comments below.
c626fe1
to
098b58d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One problem found during testing: the calling station ID will be the wifi interface, which is not the same of the mac address of the device. This will make it hard to connect the device to the radius accounting session.
Can you try changing the mac address of the wifi interface by using the {{mac_address}}
variable?
I just tried this and it worked (I had to bring down and up the interface manually, openwrt did not update the mac address on its own).
It would be great to recommend this in the tutorial.
Made file names consistent
188147b
to
7d9158c
Compare
43ce2cf
to
c0e7161
Compare
Closes #462