Port 5005 auf meinem VPS hört zu, ist aber geschlossen

Port 5005 auf meinem VPS hört zu, ist aber geschlossen

Auf Port 5005 läuft bei mir ein Programm, der Port lauscht und ist über den lokalen Host erreichbar:

znc-admin:~/.znc$ netstat -tulpn | grep 5005
(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:5005            0.0.0.0:*               LISTEN      25476/znc    

znc-admin:~/.znc$    wget -p http://localhost:5005
--2014-11-26 11:25:21--  http://localhost:5005/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:5005... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1790 (1.7K) [text/html]
Saving to: `localhost:5005/index.html'

100%[===================================================>] 1,790       --.-K/s   in 0s

2014-11-26 11:25:21 (155 MB/s) - `localhost:5005/index.html' saved [1790/1790]

Loading robots.txt; please ignore errors.
--2014-11-26 11:25:21--  http://localhost:5005/robots.txt
Connecting to localhost (localhost)|127.0.0.1|:5005... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26 [text/plain]
Saving to: `localhost:5005/robots.txt'

100%[===================================================>] 26          --.-K/s   in 0s

2014-11-26 11:25:21 (2.87 MB/s) - `localhost:5005/robots.txt' saved [26/26]

FINISHED --2014-11-26 11:25:21--
Total wall clock time: 0.01s
Downloaded: 2 files, 1.8K in 0s (88.2 MB/s)

Leider scheint der Port auf dieser Website zum Testen der Portweiterleitung geschlossen zu sein:http://www.yougetsignal.com/tools/open-ports/

und die Seite http://<my ip>:5005läuft in meinem Browser ab.

Es macht mich verrückt, was übersehe ich?

Antwort1

Ich hatte das Gefühl, dass das einfach ist, aber vielleicht hilft es jemandem. Ich musste nur über meine AWS-Konsole eine Ausnahme zu meiner Sicherheitsgruppe (also meiner Firewall) hinzufügen.

Ich bin schon mehrmals auf genau dieses Szenario gestoßen, nachdem ich über eine Stunde damit verbracht hatte, die Firewall meines Servers zu überprüfen. Ich hoffe also, dass dies für mich und andere eine Erinnerung ist, andere potenzielle „Firewalls“ zu überprüfen!

verwandte Informationen