I found out that it is just my char_athena.conf & map_athena.conf that are giving me problems. Everything else connects. I set all the char_ip, login_ip, map_ip on the 3 files to "68.78.143.72", as well as the client xml file, with correct and open ports (they worked on RC3). Right now, Char-server can't connect to Login-server & Map-Server cannot connect to Char-server for some reason... grrr. When I switch all ip's to 127.0.0.1, I can connect just fine and play. It's odd to me, cause when I used RC3, I connected just fine with my IP. I'm using eAthena-SQL-8250[Trunk], and MySQL was set up perfect. Here are my files:
Login-server
Char-server// Login Server IP
login_ip: 68.78.143.72
// The login 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: 68.78.143.72
// Login Server Port
login_port: 6900
Map-server// 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: 68.78.143.72
// 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: 68.78.143.72
// Login Server Port
login_port: 6900
// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip: 68.78.143.72
// Character Server Port
char_port: 6121
subnet_athena// 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: 68.78.143.72
// 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: 68.78.143.72
// Character Server Port
char_port: 6121
// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 68.78.143.72
// Map Server Port
map_port: 5121
sclientinfo// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet
subnet: 255.255.255.0:68.78.143.72:68.78.143.72
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client - English Translated Version</desc>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>cRO Server</display>
<desc>Ragnarok Online</desc>
<address>68.78.143.72</address>
<port>6900</port>
<version>20</version>
<langtype>07</langtype>
<aid><admin>2000000</admin></aid>
<registrationweb>Athena</registrationweb>
</connection>
</clientinfo>


Reply With Quote

