Ist es möglich, eine Adresse anzupingen:port?
Ich stehe nicht auf Netzwerke, und ich habe die folgende Frage im Zusammenhang mit dem Linux-Befehl ping.
Kann ich nur eine Adresse anpingen? Zum Beispiel:
miner@raspberrypi ~ $ ping onofri.org
PING onofri.org (67.222.36.105) 56(84) bytes of data.
64 bytes from onofri.org (67.222.36.105): icmp_req=1 ttl=47 time=202 ms
64 bytes from onofri.org (67.222.36.105): icmp_req=2 ttl=47 time=206 ms
64 bytes from onofri.org (67.222.36.105): icmp_req=3 ttl=47 time=215 ms
Oder kann ich zum Beispiel auch eine Adresse:port anpingen? onofri.org:80?
Wenn ich das hier versuche, funktioniert es nicht:
miner@raspberrypi ~ $ ping onofri.org:80
ping: unknown host onofri.org:80
Ist es möglich, etwas wie address:port anzupingen? Wenn es möglich ist, warum funktioniert das, was ich versucht habe, nicht?