Jump to content

vasikokk

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by vasikokk

  1. Hello, Reading your error, i think you need install Windows SDK for get success. Regards :)
  2. Solved in conf/char_athena.conf wrong ip and conf/import folder missbad config
  3. Open config folder from ur FluxCP, edit servers.php file in the line 48 'UseMD5' => false, to true https://github.com/rathena/FluxCP/blob/master/config/servers.php#L48
  4. Try my status server status_thor_patcher.zip
  5. La guia no esta nada mal, solo que te falta un par de cosillas para que fuese completo y profesional...
  6. it is still in progress https://github.com/rathena/rathena/pull/3990
  7. I see u have an Error in 'conf/inter_athena.conf' | Check the file again
  8. If u go to downloads section clients 2015 and 2016 its not possible to download Finally i found it in github https://github.com/MegamiNoBisho/UnpackedkROclients
  9. Heya to everyone, I'm requesting this client 2015-05-13. Thx so much
  10. I have done tests and if it goes through the proxy server, what the masquerade does is that it does not pass the real IP of the player. Therefore, as you are redirecting traffic from your main server to the proxy server, what it does is reduce latency. PD: IPtables works better than firewall-cmd (firewalld)
  11. I help this person to setup all, its done
  12. For registration use FluxCP -> https://github.com/rathena/FluxCP Try with this guide for installation
  13. Go this site https://contabo.com/?show=vps
  14. OVH, DigitalOcean, Vultr, etc... Good Options But in my opinion the best choice is this contabo.com price/quality (I have been with them for 6 months and no problems) Support excelent
  15. In your directory with game and your client, u need find an other file with extension .grf (clientinfo, sclientinfo) For example:
  16. Heya bro, Open ur file with extension .grf and edit this files clientinfo and sclientinfo Search this line -> <registrationweb>https://example.com/</registrationweb> Remove link -> <registrationweb></registrationweb>
  17. Finally i resolve it! Dont add -> firewall-cmd --zone=INSERT_ZONE --add-masquerade --permanent For remove in server proxy this command -> firewall-cmd --zone=public --remove-masquerade --permanent /* Port Forwarding CentOS 7 FirewallD */ // ======================================================================== // Please read the comments per line it is self-explanatory. // Important Parameters: // INSERT_ZONE = output of the get default zone // INSERT_IP = is the public IP of your main VPS or server // If you like the guide give it a thumbs up! // ======================================================================== // This command is to get the default zone being used by your VM. firewall-cmd --get-default-zone // This command is to check all rules applied to your VM by the current active zone. firewall-cmd --zone=INSERT_ZONE --list-all // Enabling Masquerade Status (IP Forwarding). // This is the important configuration else below won't work firewall-cmd --zone=INSERT_ZONE --add-masquerade --permanent // IP/Traffic forwarding // Make sure you have configured masquerade firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=6900:proto=tcp:toport=6900:toaddr=INSERT_IP --permanent firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=6121:proto=tcp:toport=6121:toaddr=INSERT_IP --permanent firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=5121:proto=tcp:toport=5121:toaddr=INSERT_IP --permanent // Add rules for ro-ports (assuming that you didn't change the port) firewall-cmd --zone=INSERT_ZONE --add-port=6900/tcp --permanent firewall-cmd --zone=INSERT_ZONE --add-port=6121/tcp --permanent firewall-cmd --zone=INSERT_ZONE --add-port=5121/tcp --permanent // Reload rules to take effect firewall-cmd --reload
  18. See this: https://rathena.org/board/files/file/3975-illusion-moonlight/ from this post: https://rathena.org/board/files/file/3975-illusion-moonlight/
  19. Heya to all, i have a question Its possible to get IP Origin when players connecting throw proxy server ? Main Server -> 144.xx.xx.xx -> Proxy Server -> 66.xx.xx.xx I can see ip origin when players connected to main server but when its connecting via proxy show this proxy ip DB. I use this guide: https://rathena.org/board/topic/119046-proxy-setup-guide-hide-vps-ip/
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.