I've been toying around with rAthena a bit and everything works fine at the moment. In local.
So, I'm trying to get anyone to access the server from a distance.
Here is what I've done :
[Let's consider 192.168.1.12 is my local IP and 12.23.4.5 my public IP]
on char_athena.conf
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 12.23.4.5
// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Login Server Port
login_port: 6900
// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 12.23.4.5
// Character Server Port
char_port: 6121
login_ip : 12.23.4.5 / Port : 6900
char_ip : 12.23.4.5 / Port : 6121
on map_athena.conf
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 12.23.4.5
// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Character Server Port
char_port: 6121
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 12.23.4.5
// Map Server Port
map_port: 5121
map_ip : 12.23.4.5 / port : 5121
char_ip : 12.23.4.5 / port 6121
on subnet_athena.conf
subnet: 255.255.255.0:12.23.4.5:12.23.4.5
I think I did nothing at all in inter_athena.conf which might be the problem but I'm not exactly sure of what I should be putting in it ?
[ More infos ]
I've forwarded ports 5121,6121 and 6900 on my router so that they lead to 192.168.1.12 (local IP). When I check on canyouseeme.org I've got a success message for every port on my adress :
Quote
Success: I can see your service on12.23.4.5on port (5121)
Plus a message from running servers telling me that the connection with canyouseeme has been closed.
My clientinfo.xml is as follow :
<address>12.23.4.5</address><port>6900</port>
Finally, said ports are allowed on Windows10 Firewall.
Impossible to connect to char_server and the map_server has issues to connect to char server (like it works after waiting for like 4 minutes and disconnects 5 seconds later)
Question
Mindslug
Hello wonderful people !
I've been toying around with rAthena a bit and everything works fine at the moment. In local.
So, I'm trying to get anyone to access the server from a distance.
Here is what I've done :
[Let's consider 192.168.1.12 is my local IP and 12.23.4.5 my public IP]
on char_athena.conf
// Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 12.23.4.5 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 12.23.4.5 // Character Server Port char_port: 6121
login_ip : 12.23.4.5 / Port : 6900
char_ip : 12.23.4.5 / Port : 6121
on map_athena.conf
// Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 12.23.4.5 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 12.23.4.5 // Map Server Port map_port: 5121
map_ip : 12.23.4.5 / port : 5121
char_ip : 12.23.4.5 / port 6121
on subnet_athena.conf
subnet: 255.255.255.0:12.23.4.5:12.23.4.5
I think I did nothing at all in inter_athena.conf which might be the problem but I'm not exactly sure of what I should be putting in it ?
[ More infos ]
I've forwarded ports 5121,6121 and 6900 on my router so that they lead to 192.168.1.12 (local IP). When I check on canyouseeme.org I've got a success message for every port on my adress :
Plus a message from running servers telling me that the connection with canyouseeme has been closed.
My clientinfo.xml is as follow :
Finally, said ports are allowed on Windows10 Firewall.
Impossible to connect to char_server and the map_server has issues to connect to char server (like it works after waiting for like 4 minutes and disconnects 5 seconds later)
Any ideas on what is wrong/I should change ?
Thanks in advance
Edited by Mindslug6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.