You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got Horilla up and running and can access it from the same host on which it is installed. But, it seems to only be listening locally & is not accessible externally.
When I run sudo netstat -tuln, I get this for port 8000:
$ sudo netstat -tuln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN
I'm sure this is an easy fix, but I'm not sure where to look.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There! Me again!
I've got Horilla up and running and can access it from the same host on which it is installed. But, it seems to only be listening locally & is not accessible externally.
When I run
sudo netstat -tuln
, I get this for port 8000:I'm sure this is an easy fix, but I'm not sure where to look.
Thank you (again)!
Rory
Beta Was this translation helpful? Give feedback.
All reactions