Jump to content

vasikokk

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by vasikokk

  1. 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>
  2. 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
  3. See this: https://rathena.org/board/files/file/3975-illusion-moonlight/ from this post: https://rathena.org/board/files/file/3975-illusion-moonlight/
  4. 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/
  5. Hola, buenas a todos a la comunidad de habla hispana.... Prefiero ponerlo en general, ya que todavia no es algo tan grande y serio, solo busco gente que me pueda aportar y ayudar con sus conocimientos. Hace 5 meses que llevo un proyecto de server y me gustaria tener gente con la que me ayude a terminarlo... (Tengo todas las ideas necesarias a implementar), pero debido a que somos 2 nos llevara algun tiempo. Por eso pido de antemano tener una conex minima de 50mb+, 100mb+, 600mb+, y tener conocimientos basicos. Tengo dominio y vps. Montando en web server apache con un proxy reverso con nginx y todo protegido por cloudflare, cdn privada para el thor patcher... Tabm cuento con dns y proxy para las conexiones al server. Dejo por aqui mi dc: 석하#8043 o MP
  6. Tengo permitido que los usuarios id: 0 (Player), tenga el uso de @duel,@invite,@accept,@reject Pero lo malo que esta configurado para usarlo cada 1h el duel. src/map/duel.c -<< Aqui es donde se cambia Si alguien tiene idea que me ayude
×
×
  • Create New...