![]() | 1 | initial version |
I've created a CentOS Virtual Host and I've opened the port 5050 in my security groups, however I can't access that port in my Virtual Host.
I've tested the same thing with Ubuntu and there was no problem with it.
It is very easy to reproduce.
nc -l 5050
telnet $MYHOSTIP 5050
It wont work. However if you do the same steps using Ubuntu instead of CentOS it will work without any problem
Any help would be appreciated.