Jump to content

Im Connected but others are not..


creeps123

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

Okay first of all.. i would like to say.. that i've done all the steps of setting up an eAthena server..

My problem is I CAN CONNECT but others cannot.. i already gave them the clientinfo which has my 112.205.248.191 (WAN IP)

i already portforwarded it..

SEE : portforward.jpg

Conf folder:

char_athena.conf

userid: ragnarok
passwd: ragnarok

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: LamuyanRO

// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Whisper

// 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: 127.0.0.1 (Tried changing this to my LAN,ROUTER still.. no solution but when changed it to WAN can't connect)
// 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: 112.205.248.191 (WAN IP)

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: 127.0.0.1 (Tried changing this to my LAN,ROUTER still.. no solution but when changed it to WAN can't connect)

// 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: 112.205.248.191 (WAN IP)

// Map Server Port
map_port: 5121

subnet_athena.conf

// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet 

subnet: 255.255.255.0:112.205.248.191:112.205.248.191//my WAN IP
subnet: 255.255.255.0:127.0.0.1:127.0.0.1
subnet: 255.255.255.0:192.168.1.1:192.168.1.1//Router IP
subnet: 255.255.255.0:192.168.1.33:192.168.1.33 //LAN IP

So far.. no Errors found on runserver-sql

well here is my clientinfo.xml: (this is what i gave the other players)

<?xml version="1.0" encoding="euc-kr" ?> 
<clientinfo> 
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
 <connection>
 <desc></desc>
<display></display>
<balloon></balloon>
<address>112.205.248.191</address>
<port>6900</port>
<version>24</version>
<langtype>6</langtype>
<registrationweb></registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000002</admin>
<admin></admin>
</aid>
<yellow>
<admin>2000000</admin>
<admin>2000002</admin>
<admin></admin>
</yellow>
<loading>
</loading>
 </connection>
</clientinfo>

this is what i use:

<?xml version="1.0" encoding="euc-kr" ?> 
<clientinfo> 
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
 <connection>
 <desc></desc>
<display></display>
<balloon></balloon>
<address>127.0.0.1</address> (also tried changing it to 192.168.1.1 (router) and 192.168.1.33 (LAN)
<port>6900</port>
<version>24</version>
<langtype>6</langtype>
<registrationweb></registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000002</admin>
<admin></admin>
</aid>
<yellow>
<admin>2000000</admin>
<admin>2000002</admin>
<admin></admin>
</yellow>
<loading>
</loading>
 </connection>
</clientinfo>

also.. i dont have problem with mysql also.. got it perfect..

i edited the grf file by using grf tool and grf builder.. edited the clientinfo.xml and have it as a grf file..

i also turned off my firewall just to test if it conflicts the connection..

i didn't post the screenshots of runserver-sql because ill just tell you that it runs smoothly and no errors in red..

So.. what do you think is my problem here? i have been working for it almost 2days now.. still can't figure out what is the problem :) please if anyone do know.. and can help me here.. im calling out to you.. thanks alot!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

question why is your Server IP Address 0.0.0.0 ?

Edited by Lelouch
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

question why is your Server IP Address 0.0.0.0 ?

Because that is what is in the guide.. portforward.com

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

uhmmm i think thats the problem .did you tryed to change it into your WAN IP ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

uhmmm i think thats the problem .did you tryed to change it into your WAN IP ?

yah.. tried changing it to router,WAN and lan ip..

Bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  11/14/11
  • Last Seen:  

Use No-IP on your clientinfo together with the map_ip and char_ip

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

Use No-IP on your clientinfo together with the map_ip and char_ip

already tried that one too. :) still no connection to others.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

where is your inter_athena.conf?

maybe you have a dynamic ip ( every time you reconnect your LAN connection Ip address changes. )

change all

127.0.0.1 

to

112.205.248.191 or your WAN IP

Edited by quesoph
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

where is your inter_athena.conf?

maybe you have a dynamic ip ( every time you reconnect your LAN connection Ip address changes. )

change all

127.0.0.1 

to

112.205.248.191 or your WAN IP

i have a static ip adress.. which i used in port forwarding.. and when i try to restart my pc.. still has my ip adress and also i fixed the first screenshot.. i edited it.. to my 192.168.xx (LAN IP) and then.. opened all ports in my pc.. and run the server.. checked my ports.. www.canyouseeme.org and it says.. i successfully opened my ports... the only problem now.. is.. they still cannot connect.. and i can..

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  01/17/12
  • Last Seen:  

Does your router have a "build-in" firewall? If so, just disable it, and you're fine.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

When opening ports, use your server's LAN IP and not your WAN IP.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  05/05/12
  • Last Seen:  

Same problem with this topic.., :(

Edited by jonmich21
Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

Use your Lan IP not you WAN IP when Forwarding a Port.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

on char athena ur 1st ip must your lan 192.168.x.xxx

then on your map_athena 1st ip must same above

it will look like this

Ip : 192.168.x.xxx

Ip: wan ip

IP: 192.168.x.xxx

IP: wan ip

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

You're problem is in your modem. 98% PLDT modem yan right?

check your internet connection on your modem. dapat naka ROUTING type yan.

if naka BRIDGE yan, ndi gagana yang port forwarding. you need a router for port forwarding again.

99% tested, PLDT user din ako before. :)

if naka bridge nga talaga yan, just search on google how to set your modem from bridge to routing type

Edited by gigabytes
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...