T
T
th1s2016-05-03 00:46:45
ubuntu
th1s, 2016-05-03 00:46:45

How to open a port in ubuntu?

Guys please tell me how to open port 8080 in ubuntu? the server is DMZed, but when running a node js application on 8080, the socket cannot connect

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
landergate, 2016-05-03
@th1s

By default, ports in Ubuntu, as in almost any distribution, are open .
Make sure nothing else is occupying port 8080 on your server.
sudo netstat -tulpn

D
Dmitry, 2016-05-03
@TrueBers

As in any other distribution:
Or, the server does not run on ANY, but on the localhost.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question