New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 778748 link

Starred by 3 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Can't connect to android app servers listening on TCP port within ARC

Project Member Reported by flackr@chromium.org, Oct 26 2017

Issue description

Chrome Version: 61.0.3163.120 (Official Build) (64-bit)
OS: Chrome 9765.81.0 (Official Build) stable-channel chell

What steps will reproduce the problem?
Run an android app which listens on a port and attempt to connect to it, for example:
(1) Install https://play.google.com/store/apps/details?id=com.gnuroot.debian&hl=en
(2) Run GNURoot Debian
(3) apt-get install python
(4) python -m SimpleHTTPServer
(5) Open browser tap to http://localhost:8000/

What is the expected result?
Expect to connect to SimpleHTTPServer.

What happens instead?
Connection fails, nothing logged within GNURoot Debian to show a connection attempt.

Please use labels and text to provide additional information.

This seems tangentially related to  issue 233052  where we opened up the firewall to allow for server applications to be connectable from another computer.

Possibly also related to  issue 489853 .

For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.

 

Comment 1 by uekawa@google.com, Oct 26 2017

Cc: cernekee@chromium.org
I think the support for inbound packet landed in M62
https://b.corp.google.com/issues/36449008
can you try?


Also on M61 I think you can try the actual IP address of the container instead of localhost.

Possible duplicate of bug 705050 ?

Comment 3 by flackr@chromium.org, Oct 26 2017

Ah yes, this does look like a duplicate. Indeed specifying the IP address of the container worked. For some reason ssh still does not but that's likely an issue with GNURoot Debian given that HTTPServer worked.

Secure shell displays:
ssh_dispatch_run_fatal: Connection to UNKNOWN port -1: I/O error

Where connecting to a closed port displays:
port 2023: Connection refused
Components: Platform>Apps>ARC

Sign in to add a comment