H
H
Hello America2015-05-03 08:48:53
Domain name market
Hello America, 2015-05-03 08:48:53

How to force to work through port without IP?

I launched node.js on the VPS, attached the domain, I run the application, but it does not work through the domain:
smilerado.com:3333
but it works like this:
109.234.37.230:3333 The

domain is already attached to the server, I checked the functionality like this:
smilerado.com/public
what could be the problem?

As I see it, there is not enough memory ... will I have to increase it?
70598f3d0f2a487fbea9b5f0395d91dd.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-05-03
@Weidmann

More than enough memory. Google about memory management in linux.
After starting, do netstat -apn | grep 3333
View iptables rules: iptables -L --verbose
From machine local nmap -Pn -p 3333 smilerado.com

S
SagePtr, 2015-05-03
@SagePtr

Alternatively, the application has crashed, and what opens at 109.234.37.230:3333 is from the browser cache.

H
hobbyte, 2015-05-06
@hobbyte

Does the server itself know about the name-IP mapping?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question