Starburst Free User Joined Sep 27, 2019 Messages 1 Reaction score 0 Sep 27, 2019 #1 I installed the Debian based Linux ISO image, but can not get port 5666 for monitoring to open. Standard commands look like they worked, but port is still closed. Any help would be appreciated. Thanks, David
I installed the Debian based Linux ISO image, but can not get port 5666 for monitoring to open. Standard commands look like they worked, but port is still closed. Any help would be appreciated. Thanks, David
SweetAction 3CX MVP Gold Partner Joined Jan 19, 2018 Messages 3,462 Reaction score 2,321 Sep 27, 2019 #2 Run: iptables -A INPUT -p tcp --dport 5666 -j ACCEPT You will need to do this after every reboot unless you save the iptables rules. I think that command is something like iptables-save > /etc/iptables/rules.v4
Run: iptables -A INPUT -p tcp --dport 5666 -j ACCEPT You will need to do this after every reboot unless you save the iptables rules. I think that command is something like iptables-save > /etc/iptables/rules.v4