On 9/7/12 6:23 PM, Ivan Gualandri wrote: > I did other tests and these are the result: > 1. Tried to telnet to localhost at port 10002 and i have that result: > > Trying ::1 ... > telnte connect to address ::1: connection refused > Trying 127.0.0.1 > telnet connect to address 127.0.0.1: connection refused
"Connection refused" normally means that it's getting to the host, but that there's no application running on that port. > It seems that other commands can correctly translate localhost. I don't see a translation problem here. ::1 and 127.0.0.1 are "localhost", so those numbers are fine. The only thing I see in this case is that you have nothing running on that port. -- James Carlson 42.703N 71.076W <[email protected]> _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
