This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Radius SSO Timeout

We have XG330 with STAS and Radius SSO. When users connect the wireless with Radius sso through their mobile phones it gets authenticate and we are able to see users in live users list. But after few minutes their name will disappear from the list but still their mobile is connected to the wireless network. But they dont have internet because sophos not seen their login name and it drops the connection. how can we solve this issue, we are in the process of implementing BOYD so we need to found solution for this issue.thanks.



This thread was automatically locked due to age.
Parents
  • Hi Subahar,

    Take SSH to XG and goto option 5. > 3. Advance Shell then execute,

    cd /log

    tail -f access_server.log  | grep username

    Now, authenticate the user and monitor the logs until the user is logged off.

    Does the users get a captive portal page when they are disconnected? 

    In case, the user is disconnected from live user page or gets captive portal authentication page after some time it means STAS is unable to check user status by workstation polling method. STAS uses two methods for workstation polling, WMI and Registry Read Access. Both methods are for getting user status from individual machine. An administrator can choose any one of these two methods for workstation polling.

    Perform WMI\Registry read access verification to user’s IP address. If query is failed then the Windows Firewall or Antivirus could block the WMI\Registry read access query. Add an exception for TCP port 445 and 135

    Thanks

Reply
  • Hi Subahar,

    Take SSH to XG and goto option 5. > 3. Advance Shell then execute,

    cd /log

    tail -f access_server.log  | grep username

    Now, authenticate the user and monitor the logs until the user is logged off.

    Does the users get a captive portal page when they are disconnected? 

    In case, the user is disconnected from live user page or gets captive portal authentication page after some time it means STAS is unable to check user status by workstation polling method. STAS uses two methods for workstation polling, WMI and Registry Read Access. Both methods are for getting user status from individual machine. An administrator can choose any one of these two methods for workstation polling.

    Perform WMI\Registry read access verification to user’s IP address. If query is failed then the Windows Firewall or Antivirus could block the WMI\Registry read access query. Add an exception for TCP port 445 and 135

    Thanks

Children