mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01057
[Bug 500194] [NEW] IPv6 and localhost don't get along
Public bug reported:
You currently cant connect to host "localhost" on an IPv6-enabled
machine. This is a problem because some people think Mudlet can't
connect to mudbot (while using "127.0.0.1" currently works as a
workaround).
We should do it like telnet which tries both ways or something like
that. Note that telnet doens't hang on the ipv6 address, it almost
instantly switches to ipv4.
$ telnet localhost 1234
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
** Affects: mudlet
Importance: Medium
Status: Confirmed
--
IPv6 and localhost don't get along
https://bugs.launchpad.net/bugs/500194
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: Confirmed
Bug description:
You currently cant connect to host "localhost" on an IPv6-enabled machine. This is a problem because some people think Mudlet can't connect to mudbot (while using "127.0.0.1" currently works as a workaround).
We should do it like telnet which tries both ways or something like that. Note that telnet doens't hang on the ipv6 address, it almost instantly switches to ipv4.
$ telnet localhost 1234
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Follow ups
References