Skip to main content
Andregyn
New Member
June 18, 2021
Question

SSL VPN using two internet links

  • June 18, 2021
  • 1 reply
  • 2699 views

Hello guys,

So, I have an SSL VPN using two different internet links, my users are able to connect using both links.

In this case, how can I see how many users are using link one and link 2?

I tried some commands but, they show the status and Source IP Address but none of them shows me what link the SSL VPN users are using. 

the closest command was: get vpn ssl monitor, even in the dashboard I can see how many users are connected, but nothing about what link they are connected to.

Thank you, guys.

 

    1 reply

    emnoc
    New Member
    June 18, 2021

    You have a few options

     

    1st option.   

    diag sys tcpsock | grep 8443

     

    2nd convert the service port to hex and query it 

    diag ip tcp list | grep 20FB

     

    Either one of those will display what and who

     

    Ken Felix

     

    Andregyn
    AndregynAuthor
    New Member
    June 21, 2021

    Thank you!

    Helped me a lot.