Some Question Tricky
First of all thanks for those kind info . my questions are : * what is the best way to reject all user packets except those who is registered to server . * I need to bind voucher accounts to mac address those are first use the voucher what is the best way to do ? * I have repeated problem that use of MAX-ALL-SESSION for the hotspot usually reject with this message :" Your maximum never usage time has been reached " I try to undestand the problem with no luck . Thanks For generous kind
On May 10, 2021, at 9:22 PM, mohamed almeshal <mohammed.almeshal@hotmail.com> wrote:
First of all thanks for those kind info . my questions are :
* what is the best way to reject all user packets except those who is registered to server .
The server rejects all unknown users. This is the default behavior.
* I need to bind voucher accounts to mac address those are first use the voucher what is the best way to do ?
Custom code. This functionality is very much site-local, and we don't include examples of how to do this.
* I have repeated problem that use of MAX-ALL-SESSION for the hotspot usually reject with this message :" Your maximum never usage time has been reached
Something needs to reset the session times. When you configure it to "never" reset, then it never resets. Which means that you have to do it manually. Alan DeKok.
Hi Mohamed,
On May 10, 2021, at 9:22 PM, mohamed almeshal <mohammed.almeshal@hotmail.com> wrote:
First of all thanks for those kind info . my questions are :
* what is the best way to reject all user packets except those who is registered to server .
Not sure if this what you are asking since if a user is not authenticated access is denied but here goes... For our access network when an unknown user if presented we accept and forward the session to a walled garden website that says Your username is incorrectly set, please check your configuration parameters Because most will just try changing the password if they get an authentication failure , not seeing username and uesrname are diferent... Brian
participants (3)
-
Alan DeKok -
Brian Turnbow -
mohamed almeshal