costasias81
New Pleskian
I have a problem regarding port 2083: I can't open it. I have iptablet installed on my server, I ran:
sudo iptables -A INPUT -p tcp --dport 2083 -j ACCEPT
then rebooted with sudo service iptables save.
iptables-save | grep 2083
but it does not open anything. It is always closed, I need to open this door to retrieve data from an external site, calling them in php with
<?php $numberOfUsers = file_get_contents("https://chat.html5-chat.com: 2083/getUsers/1/999 ");
echo $numberOfUsers;
?>
even if I disable iptable does not download the data.
I can't get port 2083 to listen
sudo iptables -A INPUT -p tcp --dport 2083 -j ACCEPT
then rebooted with sudo service iptables save.
iptables-save | grep 2083
but it does not open anything. It is always closed, I need to open this door to retrieve data from an external site, calling them in php with
<?php $numberOfUsers = file_get_contents("https://chat.html5-chat.com: 2083/getUsers/1/999 ");
echo $numberOfUsers;
?>
even if I disable iptable does not download the data.
I can't get port 2083 to listen
Last edited by a moderator: