About service port listen

hotmail.com bangu00 176 Reputation points
2021-06-30T02:45:53.82+00:00

Dear all
i have a question
my service on windows system is working with 3333 port.
i tried to do netstat command and output is as follows.
10.50.1.147:3333 LISTENING

i don't kwon why did it.

ok, i want to start my service with 0.0.0.0:3333.
How to do it?

Windows development | Windows API - Win32
0 comments No comments
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
    2021-06-30T03:26:38.877+00:00

    According to the answer, You need to bind your service IP to 0.0.0.0, Port to 3333.


2 additional answers

Sort by: Most helpful
  1. hotmail.com bangu00 176 Reputation points
    2021-06-30T06:38:51.857+00:00

    Hello XiaopoYangShanghaiWicresoftCoLtd-3838
    Thanks a lot.
    I got it. I thought, it was enough to change the listen ip to 0.0.0.0 by using the command on the OS.
    Finaly, application have to modify to change listen ip to 0.0.0.0. is this right?


  2. hotmail.com bangu00 176 Reputation points
    2021-06-30T08:32:56.34+00:00

    hello.
    ok. your answer helped me

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.