Closed GoogleCodeExporter closed 8 years ago
Is the .local name resolved via mDNS? I don't think Android supports that, if
so.
I imagine it brings up foo.dyndns.org when you ask for foo.local because it's
still
attempting to connect to foo.dyndns.org (i.e., the network connection hasn't
timed
out yet)
Original comment by kenny@the-b.org
on 23 Jun 2009 at 1:07
> Is the .local name resolved via mDNS? I don't think Android supports that,
> if so.
I suspect this is the problem. Using the IP address works fine.
I notice, however, that if I try to connect to a non-existent
hostname, an error message does appear in the terminal screen, but
this is quickly replaced by the host menu, which is unhelpful.
> I imagine it brings up foo.dyndns.org when you ask for foo.local because
> it's still
> attempting to connect to foo.dyndns.org (i.e., the network connection hasn't
> timed
> out yet)
Quite possibly. But why? I selected foo.local, not foo.dyndns.org.
Original comment by reubenrh...@gmail.com
on 25 Jun 2009 at 8:06
> I notice, however, that if I try to connect to a non-existent
> hostname, an error message does appear in the terminal screen, but
> this is quickly replaced by the host menu, which is unhelpful.
Yes, sometimes the console disappears instead of sticking around when it can't
connect.
> Quite possibly. But why? I selected foo.local, not foo.dyndns.org.
You can be connected to multiple hosts at once, so it's just displaying the
connection that is open in the ConsoleActivity.
Original comment by kenny@the-b.org
on 25 Jun 2009 at 8:15
> You can be connected to multiple hosts at once, so it's just displaying the
> connection that is open in the ConsoleActivity.
I don't understand. I click on one host, it shows me a connection to another.
Why? I
would expect it to just go back to the host list if it can't open the host I
want...
Original comment by reubenrh...@gmail.com
on 25 Jun 2009 at 8:18
Yeah, that could be made better. Basically it's trying to open your host, but it
can't connect immediately and destroys the terminal view leaving you with the
one
that was already open.
The Multicast DNS thing is already Issue 118
Original comment by kenny@the-b.org
on 30 Jun 2009 at 9:28
Original issue reported on code.google.com by
reubenrh...@gmail.com
on 23 Jun 2009 at 9:27