1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Server start but port show it closed, Not have firewall installed.

Discussion in 'Help' started by mario0582, Jan 24, 2018.

  1. mario0582

    mario0582 Creeper

    Messages:
    2
    Good night, I decided to create this topic because I have a problem and I can not find a solution, I'm trying to host the server in a cloud in OVH. the server installs and starts normally but I can not get into the world. no player can either.

    The game reports that it can not connect to the server.

    I used a tool to check and it says that port 19123 is closed, but the server does not have an active firewall and I have manually added the ports in IPTables, but I still do not succeed.

    I've tried using other ports, disable the firewall, tried out a PHP application, and it works normally, but the server does not allow access through the game.

    I used: https://www.yougetsignal.com/tools/open-ports/

    and this tool says that the door is closed, but I already applied all possible procedures to open doors and nothing worked.

    Steps to reproduce the issue
    Unfortunately, I was not able to understand the cause of this problem.

    OS and versions
    PocketMine-MP: a4ca3f1
    Steadfast2: Hydreon / Steadfast2 @ 42fd893
    PHP: 7.2.0RC4
    Server OS: CentOS 7.4.1708
    Game version: PE / Win10
    Plugins
    Not have plugins

    Debug logs not show errors.
     
  2. QuiverlyRivalry

    QuiverlyRivalry Zombie Pigman

    Messages:
    491
    GitHub:
    quiverlyrivalry
    Default port is 19132, not 19123
     
    EdwardHamHam likes this.
  3. mario0582

    mario0582 Creeper

    Messages:
    2
    Hello thanks for responde, i'm aplly this commnds on iptables and working:
    # iptables -F
    # iptables -X
    # iptables -t nat -F
    # iptables -t nat -X
    # iptables -t mangle -F
    # iptables -t mangle -X
    # iptables -P INPUT ACCEPT
    # iptables -P OUTPUT ACCEPT
     
  4. kenygamer

    kenygamer Banned Banned

    Messages:
    106
    GitHub:
    kenygamer
    Or you can just disable the firewall.
     
  5. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    0x15f and EdwardHamHam like this.
  6. QuiverlyRivalry

    QuiverlyRivalry Zombie Pigman

    Messages:
    491
    GitHub:
    quiverlyrivalry
    Why’d you start with good night..?
     
  7. CupidonSauce173

    CupidonSauce173 Zombie

    Messages:
    298
    GitHub:
    cupidonsauce173
    If you use CentOS 7, try these commands
    sudo firewall-cmd --zone=public --add-port=19132/udp --permanent
    sudo firewall-cmd --reload
    reboot your server. Ports should be open
    @mario0582
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.