Jump to content

Rivers

Members
  • Posts

    244
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Rivers

  1. In this guide you will use the instruction: Replace 127.0.0.1 with your Public IPv4 address. You can easily find this in your network settings; if you're having issues there then Google "What's my IP?" and Google should tell you. (AI Response won't tell you the correct IP)
  2. This can happen when you try to access the sql terminal using an un-authorized user. I'd recommend logging in on the "root" sql user and adjusting your "raguser" to have admin level privs. Access root using: sudo mysql -u root -p Grant privs and flush to take effect immediately: GRANT ALL PRIVILEGES ON ragserver. * TO 'raguser'@'localhost' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON * . * TO 'raguser'@'%' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON * . * TO 'raguser'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES; If any command fails, such as '%' is no recognized, there's an alternative option. You can log into MySQL directly from the website as the 'root' user and manually alter the user database to allow your 'raguser' admin access.
  3. Sometimes no. It really depends on the host that provided the address to you. If you don't have control over your host IP then your data is likely being shared with the host. I'd recommend trying t set this up on a simple device, such as a phone or alternate computer, to see if this problem occurs still.
  4. This is an issue with the translation, I am almost certain. Make sure the English Translate files are set appropriately for your version.
  5. You can indeed use your wifi. Sorry for the late reply. I could have sworn I sent this already. Either way, you'll need to allow the RO ports through your Wifi router. Access your wifi router and navigate to the Advanced settings where you can find Port forwarding or NAT settings. This is where you'll add a custom value for the three Ragnarok ports. Edit: Weird. It shows my reply now. Sorry.
  6. When running through a wifi router all you need to do is provide the advanced PORT/NAT settings the appropriate ports to forward and it should accept your connection. This is all I do for my wifi network, that is.
  7. Added some more security changes for the subnet settings. You can find information about this at i1.10.0.
  8. Step Nine and Ten are for the windows emulator to test the server out since rathena doens't work too well in a Linux environment.
  9. You're absolutely right. I just started going through the various vilnerabilities in my latest guides. Thanks for pointing this out! I have updated the guide to include a quick method to disallow anyone but the host(s) to have access to PMA.
  10. Additionally, if the VBox is hosted by someone else and has some sort of limitations attached, you can (optionally) disable these two lines as well. Doing so will remove the single-user access initially set up.
  11. Good morning. Your IP address is set to a local host IP. You'll need to obtain your IPv4 (you can Google "What's my IP" from the device) and replace all the 198.x.x.x with that IPv4 address. There is also one minor discrepancy on the ssh config. You can remove, or comment out the X11Forwarding to say "no".
  12. This has been tested by a couple others on VBox. You'll need to get the public IP of the VBox which will likely be different from your system's IP. Your Public IPv4 is what you want.
  13. I would recommend using the .lua files instead then. It's just as easy to add that and edit using Sublime or Notepad++. You'll need to diff the client executable with custom lua/lub paths though.
  14. Updated to include some patching process information. More to come soon.
  15. It'll have to be an A record since the CNAME is just routing you from another host. YOu'll need a separate IP address for that listing there and add it to the DNS records.
  16. STEP SIX: DNS. (Mask your IP) i1.6.0 will help you through this step. Inside are details for eachs tep to masking your IP. If you need your IP address (IPv4) search on google "What's my IP" and it should show you there.
  17. You'll need an IPV4 unless you're masked by a DNS. If your IP changes, like mine does, you'll need to mask it with a DNS or set the IP addresses to be localhost (127.0.0.1).
  18. Sorry, my mistake. You must enter the domain name you got here. That would be that happyragnarok.wuaze.com domain in that box.
  19. Step Seven getting SSL Certified i1.7.0 Links are included and underlinked.
  20. Step seven is for making your home page HTTPS instead of HTTP. This can be done with just your IP as well. Step eight is file transfer protocol which is also able to be done withjust the IP. For these next steps the DNS is optional as a feature, but still recommended if you plan to publish this website publicly.
  21. You can, yes. This is only necessary if you want to mask the IP with a domain name.
  22. If your password has circular crackets ) or ( or a double quotation " remove them and update the remaining files with those passwords. Also be sure inside inter_athena.conf that you've set to yes the "Case Sensitive Password" option.
  23. Rivers

    Freeze / Lag

    Make sure your firewall settings are allowing all the ports through or you will experience blocks ind ata, such as that. This is usually an issue with the data not sending/recieving properly from server to client and back. I resolved this issue by allowing all ports to be open through the firewall and granting rwx permissions to all files in the rAthena folder.
×
×
  • Create New...