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

How to get the status of the Sophos Connect VPN? (How to tell if the server is up or down)

Hi,

trying to find this with no success. I want to query the status of the sophos connect vpn service.

is there a way?

thanks



This thread was automatically locked due to age.
Parents
  • FormerMember
    0 FormerMember

    Hi ,

    Thank you for reaching out to the Community! 

    Strongswan is the service used by the Sophos XG for Connect Client. 

    •  Run the following command to check the status of the service: service -S | grep strongswan    
      •   Output
        •  SFVUNL_AZ01_SFOS 18.0.3 MR-3# service -S | grep strongswan   strongswan RUNNING  

    • Run the following command on windows to check the service status:   sc query scvpn  
      •   Output
        •  C:\Users\H_Patel>sc query scvpn

                                       SERVICE_NAME: scvpn  

    TYPE : 10 WIN32_OWN_PROCESS  

    STATE : 4 RUNNING  (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)  

    WIN32_EXIT_CODE : 0 (0x0)

     SERVICE_EXIT_CODE : 0 (0x0)  

    CHECKPOINT : 0x0  

    WAIT_HINT : 0x0

    C:\Users\H_Patel>

    Thanks,

  • Hi Harsh Patel,

    thank you so much for replying here.

    Any chance I can get this info with the API or something? I wanna add this to PRTG Monitor.

    thanks

Reply Children
No Data