Port Not Available

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Aug 8 19:20:41 UTC 2006


On 2006-08-08 14:59, Gerard Seibert <gerard at seibercom.net> wrote:
> I have not been able to get printing working on this PC. By accident. I 
> noticed that the ::1 port does not seem to be available. I tried this 
> command:
>
> ~ $ telnet localhost 25
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 scorpio.seibercom.net ESMTP Postfix (2.4-20060727)
> quit
> 221 2.0.0 Bye
> Connection closed by foreign host.
>
> As you can see, it says that the connection was refused. Is this
> normal? I thought that ::1 and localhost were always available.

Ehm, that's not a port number, but an IPv6 address of `localhost':

$ grep ::1 /usr/src/etc/hosts
::1                     localhost localhost.my.domain
$




More information about the freebsd-questions mailing list