Jump to content

Vaytrex

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by Vaytrex

  1. The method that provided by Asura is for CentOS 6, as shown below.

    /sbin/iptables -A RH-Firewall-1-INPUT -p udp --dport 6900 -m state --state NEW -j ACCEPT
    /sbin/iptables -A RH-Firewall-1-INPUT -p udp --dport 5121 -m state --state NEW -j ACCEPT
    /sbin/iptables -A RH-Firewall-1-INPUT -p udp --dport 6121 -m state --state NEW -j ACCEPT
    /sbin/iptables -A RH-Firewall-1-INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT
    /sbin/iptables -A RH-Firewall-1-INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT
    /sbin/iptables -A RH-Firewall-1-INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT

    For CentOS 7 you have to use these:

    Quote

    sudo firewall-cmd --permanent --add-port=6900/udp

    sudo firewall-cmd --permanent --add-port=5121/udp

    sudo firewall-cmd --permanent --add-port=6121/udp

    sudo firewall-cmd --permanent --add-port=6900/tcp

    sudo firewall-cmd --permanent --add-port=5121/tcp

    sudo firewall-cmd --permanent --add-port=6121/udp

    1

    And then reload the firewall

    Quote

    sudo firewall-cmd --reload

     

  2. 17 hours ago, Akkarin said:

    Your file editor doesn't understand the arrows and can't convert them to ascii/unicode in order to save them correctly.

    9c5acbaab9.png

     
     

    Yes you are right. I using winscp default editor which not support unicode. I changed to sublime then problem solved. Thanks guys for the help!

  3. Aww I saw what happen already. I pull the FluxCP from github and these are what inside the application.php

     

    	'ColumnSortAscending'		=> ' ??,					// (Visual) Text displayed for ascending sorted column names.
    	'ColumnSortDescending'		=> ' ??,

    line 89 and line 90 without ' as what as you said. Should ask someone to fix it

  4. 14 hours ago, srhmike said:

    Looks like you might of forgot an ' on something you changed.

    I only changed the server address, base url and password. 

    but the error code shows at line 90, i never been to line 90

  5. Hi all rAthena members!

    I met some problem while setting up the FluxCP in CentOS, after i setup the file config/application.php  it pop up an error msg  as shown as picture below. Any1 know whats the problem? Thanks!

     

    flux.PNG

×
×
  • Create New...