-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
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.10VNC 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/XvncIs there a way to tell the program to listen on '0.0.0.0' instead of localhost?
Metadata
Metadata
Assignees
Labels
No labels