Skip to content

Proxy only listens on 127.0.0.1. #8

@nlvw

Description

@nlvw

Hi All,

Testing version 0.3.0 I noticed that the matlab-proxy only listens on localhost which means it won't be available externally.

matlab-proxy:

# netstat -tnlp | grep -iE 'local|:35063'
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:35063         0.0.0.0:*               LISTEN      1251616/python3.10

VNC Server Example (How it should look):

# netstat -tnlp | grep -iE 'local|xvnc'
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      1237749/Xvnc

Is there a way to tell the program to listen on '0.0.0.0' instead of localhost?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions