Nosense Posted December 12, 2013 Posted December 12, 2013 (edited) I tried everything I know I could of to try to connect to my server, but I can't connect via localhost. However, my friend who is helping me test CAN connect to my server. Messing with rAthena's config I can achieve the opposite.(I can connect, but he doesn't) putting up the configs like that: [char_athena.conf] login_ip: 192.168.1.2 char_ip: generic.host.name [map_athena.conf] char_ip: 192.168.1.2 map_ip: generic.host.name yields the first result.(I CAN'T/he CAN) swapping "192.168.1.2" with "127.0.0.1" or "localhost" yields the second result.(I CAN/he CAN'T) If anyone can help me with it, I would be very thankful! Edited December 12, 2013 by Nosense Quote
Nosense Posted December 12, 2013 Author Posted December 12, 2013 (edited) you mean, use it on the clientinfo.xml? yeah, forgot to mention, using localhost on clientinfo.xml I can get to the world list, but when I click it, it says "Failed to connect to server". On the server log, only this appears: [Status]: Request for connection of Test (ip: 127.0.0.1). [Notice]: Authentication accepted (account: Nosense, id: 2000000, ip: 127.0.0.1) [Status]: Connection of the account 'Test' accepted. [Info]: Closed connection from '127.0.0.1'. by using the same clientinfo.xml that other people will use, I can't even see the world list. ---------------------------- [EDIT] Got it solved. Thanks for trying to help, LuLu! All I needed to do was to add a localhost subnet in the 'subnet_athena.conf' after the LAN subnet: subnet: 255.255.255.0:192.168.1.2:192.168.1.2 subnet: 255.0.0.0:127.0.0.1:127.0.0.1 Edited December 12, 2013 by Nosense Quote
LuLu Posted December 12, 2013 Posted December 12, 2013 Use 192.168.1.2 for others and Use 127.0.0.1 for yourself. 1 Quote
Question
Nosense
I tried everything I know I could of to try to connect to my server, but I can't connect via localhost.
However, my friend who is helping me test CAN connect to my server.
Messing with rAthena's config I can achieve the opposite.(I can connect, but he doesn't)
putting up the configs like that:
[char_athena.conf]
login_ip: 192.168.1.2
char_ip: generic.host.name
[map_athena.conf]
char_ip: 192.168.1.2
map_ip: generic.host.name
yields the first result.(I CAN'T/he CAN)
swapping "192.168.1.2" with "127.0.0.1" or "localhost" yields the second result.(I CAN/he CAN'T)
If anyone can help me with it, I would be very thankful!
Edited by Nosense2 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.