|
Hi there! Really cool project! Thanks for your work on this. I installed it on a openwrt X86 VM and so far tested the "click-to-connect" and local password authentication. Are the authorized MACs supposed to survive a reboot of openwrt? So far when I reboot openwrt I have to re-authentcate the client. I am sure I am doing something wrong but I wanted to check if that is expected behavior or not. before doing a bunch of troubleshooting The client is another VM on the same host and the MAC address isn't changing. Thanks again! |
Answered by
f00b4r0
Mar 18, 2024
Replies: 1 comment
|
There is no state persistence across reboots: it doesn't really make sense anyway since rebooting the router kills all existing connections. |
0 replies
Answer selected by
f00b4r0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no state persistence across reboots: it doesn't really make sense anyway since rebooting the router kills all existing connections.
HTH