3003
Tüm uzak bağlantılarda düzgün çalışan açık bir bağlantı noktası var.
Komutu yazdığımda:
netstat -tupan | grep 3003
sonra çıktı verir
$ netstat -tupan | grep 3003
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:3003 0.0.0.0:* LISTEN 22455/node
Şimdi 8802
uzaktan bağlantı için bağlantı noktasını açmam gerekiyor
Bağlantı noktası 8802 için aynı komutu yazdığımda:
netstat -tupan | grep 8802
sonra gibi çıktı verir
$ netstat -tupan | grep 8802
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:8802 0.0.0.0:* LISTEN -
Aralarındaki fark nedir ve nasıl 8802
liman açabilirim 3003
?