According to the answer, You need to bind your service IP to 0.0.0.0, Port to 3333.
About service port listen
hotmail.com bangu00
176
Reputation points
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
2,789 questions
Accepted answer
-
Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
2021-06-30T03:26:38.877+00:00
2 additional answers
Sort by: Most helpful
-
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? -
hotmail.com bangu00 176 Reputation points
2021-06-30T08:32:56.34+00:00 hello.
ok. your answer helped me