telnet can't figure out route to host, but only on certain ports?
telnet <server> 510
Trying <server>...
telnet: connect to address <server>: Connection refused
telnet: Unable to connect to remote host
telnet <server> 80
Trying <server>...
Connected to <server>.
Escape character is '^]'.
fetch
HTTP/1.1 400
Date: Sun, 06 Jul 2008 03:06:15 GMT
Content-Type: text/html
<html><head><title></title></head>
<body>
fetch: 0
</body></html>
Connection closed by foreign host.
Here's the strangest part:
ping <server>
PING <server> (ip): 56 data bytes
ping: sendto: No route to host
^C
--- <server> ping statistics ---
1 packets transmitted, 0 packets received, 100% packet loss
How come it can figure out the route when using port 80, but not when using port 510? And is the inability to figure out the route the reason why Wireshark shows ZERO outgoing packets on port 510 when it fails to connect?
And why only on certain IPs? If I use "edu.yorku.ca", I can connect via telnet on both 80 and 510.
1.83 GHz Intel Core Duo Mini, Mac OS X (10.5.4), 2GB RAM