• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Problems for people to connect...

Initiate Mage
Joined
Aug 29, 2004
Messages
4
Reaction score
0
only people in my network can connect... i've tried all kinds of methods... except the port forwarding part that i totally dunno how to do it.. can anyone teach me?
 
o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2


Forward Ports :
6900
5121
6121
 
Newbie Spellweaver
Joined
Nov 6, 2004
Messages
12
Reaction score
0
also, like takashi's signature says
Takashi sig said:
Router Users : Start>Run>Cmd>Ipconfig + Microsoft Loopback Adapter ( make sure it show ur local ip and wan ip)
 
Newbie Spellweaver
Joined
Feb 18, 2006
Messages
39
Reaction score
0
You also need to edit the LAN_SUPPORT.CONF

Code:
// put here the LAN IP of your char-server
lan_char_ip: 127.0.0.1

// put here the LAN IP of your map-server
lan_map_ip: 127.0.0.1

// put here the Subnet mask of your LAN
subnet: 127.0.0.1
subnetmask: 255.255.255.255

tha lan char and map ips will be your LAN IP, not 127.0.0.1, this ip USUALLY starts with 192 or something.

here is a nice smalle ip guide from a good guy at ea

*Server Setup*

Go to your Conf folder
athena\conf

--------------------------
Open ladmin_athena with notepad

login_ip: LAN IP

port : 6900

"Remove the double slash //
(this goes for everything you put ur LAN or WAN for)
//login_ip: LAN IP"

---------------------------
Open char_athena with notepad.

// Login Server IP
login_ip: LAN IP
port: 6900

// Character Server IP
char_ip: WAN IP < Write the numbers or web address ex: blah@np-ip.com
port: 6121

----------------------------
Open map_athena with notepad.

// Character Server IP
char_ip: LAN IP
port: 6121

// Map Server IP
map_ip: WAN IP
port: 5121

----------------------------
in lan_support

// put here the LAN IP of your char-server
lan_char_ip: LAN IP

// put here the LAN IP of your map-server
lan_map_ip: LAN IP

// put here the Subnet mask of your LAN
subnet: lan but change the last 3 numbers to 1 or 0
subnetmask: use the one from....Go to Start > Run > type this in "ipconfig"
note: dont put in these " "
(if it closes right after it opens use this "cmd /k ipconfig" insted of "ipconfig")


Hope this helps.
 
Back
Top