Jump to content

watermelon51

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by watermelon51

  1. For security purposes, I would like the server to be set up on a virtual machine, which is why I followed that specific guide. If you're talking about running the client, I've already been running it on Windows
  2. EDIT: I found my problem and got the client to connect to the server successfully finally! My problem was that I uncommented out the "bind_ip" lines within the conf files, which was limiting the server to only listen to ports 6121 and 5121 locally on 127.0.0.1. Commenting those out and recompiling the server fixed the problem. I'm currently trying to set up a Renewal server using a VirtualBox Ubuntu 24.04.2 machine. My host machine is using Windows 11. I'm trying to follow along with this guide. Whenever I try to connect to the server, I'm unable to connect, and a few messages pop up in the Ubuntu terminal: [Status]: Request for connection of testing123 (ip: (censored)) [Notice]: Authentication accepted (account: testing123, id: 20000001, ip: (censored)) [Status]: Connection of the account 'testing123' accepted. [Info]: Closed connection from '(censored)'. [Info]: Web Auth Token for account 20000001 was disabled My friend on a different network also can't connect to the server, and the same kind of messages pop up whenever he tries to connect. Things I've tried: - I've looked around the rAthena forums/wiki for answers but haven't found a clear answer. Although I also don't know what to be looking for. - I've made sure I'm using the correct packet version for the server and client—when making the server I ran "./configure --enable-packetver=20220406". I downloaded my client from here, and used WARP to diff it. I also changed the line in both src\custom\defines_pre.hpp and src\config\packets.hpp to be #define PACKETVER 20220406 - I've already properly set up port forwarding for ports 6121, 6900, 5121, 8888, and 3306 to be directed to my virtual machine. - For now I've disabled the firewall with "sudo ufw disable" I'd be happy to provide my inter/char/map athena conf files if that could be the issue, but I don't want to clutter this post if possible.
  3. Thank you for the reply! Just double checking so I don't get confused: I SHOULD, in fact, set all instances of the IP address located in inter_athena.conf (6 instances) and map_athena.conf (2 instances) to localhost instead of my public IPv4 address? That should already be covered by going through Step Four of the guide, right? I'm looking at the lines that say... CREATE USER 'raguser'@'localhost' IDENTIFIED BY 'StrongPassword'; ... GRANT ALL PRIVILEGES ON ragserver. * TO 'raguser'@'localhost' WITH GRANT OPTION; ... GRANT ALL PRIVILEGES ON * . * TO 'raguser'@'localhost' WITH GRANT OPTION; If that ^ is all correct, then I have another question/clarification: As I'm looking through the rest of the guide, I would assume that when looking at the file... /etc/apache2/sites-available/customName.conf in the line... ServerAdmin [email protected] I should still use my public IPv4 address in place of that instance of 127.0.0.1, right? (and to change "raguser" to my Ubuntu username) Also looking at the subnet masking section... "x.x.x.x" should still be set to my public IPv4 address, right? And not localhost?
  4. Not as far as I know. And just to make sure, the way I check that is by running... systemctl status mysql on the same machine as my rathena files, right? And if it shows up as "Server is operational", then we know it's on the same IP, yeah? Also something I thought I should note, I'm following this guide with VirtualBox running Ubuntu, not a bootable drive. Does that change anything?
  5. Where exactly would I look for that? I already double checked phpmyadmin.conf, inter_athena.conf, and map_athena.conf to make sure it's all the same IPv4 address, and I also checked that inter_athena.conf has the correct id/password set in all instances. Triple checking, that id/password used for inter_athena.conf is supposed to be matching the info I entered in at the following lines, correct? CREATE USER 'raguser'@'localhost' IDENTIFIED BY 'StrongPassword'; CREATE USER 'raguser'@'%' IDENTIFIED BY 'StrongPassword'; Edit: I set up port forwarding for port 3306, which has now changed the error from (111) to (110), a timeout error. Still looking for a solution to this.
  6. Hi, I'm very new and inexperienced at this, so these may sound like dumb questions, but am I supposed to follow a different guide first before this one? Where can I find server.exe among the rAthena files? Also, while attempting to finish up Step 5 (i1.5.0), ./athena-start start This command only correctly boots up the servers if I replace my public IPv4 address with localhost (and yes, I Googled the correct address didn't use my local IPv4). I've tried changing localhost to my public ipv4 going through both make clean make server again, but whenever I did, the servers would not boot up, until I changed the IPv4 back to localhost and did make clean/server again. I'll attach screenshots below of the errors I'm getting
×
×
  • Create New...