pi-node / instructions

266 stars 190 forks source link

Do you know about the symptoms of port closing automatically while node is running? #138

Open mhj0916 opened 3 years ago

mhj0916 commented 3 years ago

Hi guys Does anyone have the same symptoms as me? All settings such as static IP and port forwarding are normal. And when I do a port check on the port check site, it shows that ports 1 to 3 are open. Incoming also appears normally in Troubleshooting. In that state, after a certain amount of time, incoming is maintained at 0. At that time, when I do a port check on the port check site, it comes out that all of them are closed. If I reboot or turn off the node switch and turn it on again, incoming comes back and 1~3 on the port check site are shown as open. I am repeating this now. Does anyone have these symptoms? And does anyone know the solution?

remzicirit commented 3 years ago

Best way to check will be is to check from node itself netstat -an 5 | findstr 314

this will repeat every 5 seconds and look for all the ports start with 314 which will include 31400 to 31409 netstat -ano | findstr 314 will give you process id whic h you can match find what is opening that port

image

Wu170 commented 3 years ago

According to the solution of others: downgrade the latest version of docker to the next version. I haven't had the problem you mentioned, this is a solution that has appeared in others. Can try Hope it helps you😊😊

mhj0916 commented 3 years ago

Wu170 Thank you very much for your reply~ Have a nice day!