How to Open Ports 8890 and 8891 on CentOS 7 for BitrixVM?

Discussion in 'Bukkit Discussion' started by gregory109, Dec 18, 2024.

  1. Offline

    gregory109

    Hi Everyone,
    I'm having trouble opening ports 8890 and 8891 for BitrixVM on CentOS 7. I've tried using iptables and firewalld, but the ports remain closed.

    Details:
    OS: CentOS 7
    BitrixVM Version: 7.5.3
    Steps I've Taken:
    Added rules to iptables:
    sudo iptables -A INPUT -p tcp --dport 8890 -j ACCEPT mcdvoice
    sudo iptables -A INPUT -p tcp --dport 8891 -j ACCEPT

    Saved iptables rules:
    sudo iptables-save

    Configured firewalld:
    sudo firewall-cmd --add-port=8890/tcp --permanent
    sudo firewall-cmd --add-port=8891/tcp --permanent
    sudo firewall-cmd --reload

    Despite these steps, the ports are still not accessible. Could anyone provide guidance or suggest any additional steps I might be missing?

    Thank you in advance for your help!

    Best Regard,
    Gregory Chavez
     

Share This Page