Page 1 of 1

why is vpn server listenning on 39267

Posted: Sat Sep 18, 2021 4:59 am
by katsu
I have checked my server configuration and didn't find any place that specify this port.
Restarting vpn server doesn't change this, still listenning on this fixed port.
Thanks if anyone can tell me why.

Code: Select all

C:\Users\Katsu>netstat -ano | findstr 13344 | more
  TCP    0.0.0.0:39267          0.0.0.0:0              LISTENING       13344
  TCP    0.0.0.0:40060          0.0.0.0:0              LISTENING       13344
  TCP    127.0.0.1:40060        127.0.0.1:14652        ESTABLISHED     13344
  TCP    [::]:39267             [::]:0                 LISTENING       13344
  TCP    [::]:40060             [::]:0                 LISTENING       13344
  UDP    0.0.0.0:500            *:*                                    13344
  UDP    0.0.0.0:1701           *:*                                    13344
  ...