creeps123 Posted April 11, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 03/07/12 Last Seen: October 17, 2014 Share Posted April 11, 2012 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 : 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!!! Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted April 11, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted April 11, 2012 (edited) question why is your Server IP Address 0.0.0.0 ? Edited April 11, 2012 by Lelouch Quote Link to comment Share on other sites More sharing options...
creeps123 Posted April 11, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 03/07/12 Last Seen: October 17, 2014 Author Share Posted April 11, 2012 question why is your Server IP Address 0.0.0.0 ? Because that is what is in the guide.. portforward.com Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted April 11, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted April 11, 2012 uhmmm i think thats the problem .did you tryed to change it into your WAN IP ? Quote Link to comment Share on other sites More sharing options...
creeps123 Posted April 12, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 03/07/12 Last Seen: October 17, 2014 Author Share Posted April 12, 2012 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 Quote Link to comment Share on other sites More sharing options...
Kasper Posted April 12, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 11/14/11 Last Seen: May 15, 2016 Share Posted April 12, 2012 Use No-IP on your clientinfo together with the map_ip and char_ip Quote Link to comment Share on other sites More sharing options...
creeps123 Posted April 12, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 03/07/12 Last Seen: October 17, 2014 Author Share Posted April 12, 2012 Use No-IP on your clientinfo together with the map_ip and char_ip already tried that one too. still no connection to others. Quote Link to comment Share on other sites More sharing options...
quesoph Posted April 12, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share Posted April 12, 2012 (edited) 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 April 12, 2012 by quesoph Quote Link to comment Share on other sites More sharing options...
creeps123 Posted April 12, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 03/07/12 Last Seen: October 17, 2014 Author Share Posted April 12, 2012 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 Quote Link to comment Share on other sites More sharing options...
_jx Posted April 12, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 01/17/12 Last Seen: September 30, 2020 Share Posted April 12, 2012 Does your router have a "build-in" firewall? If so, just disable it, and you're fine. Quote Link to comment Share on other sites More sharing options...
Magnetix Posted May 11, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted May 11, 2012 When opening ports, use your server's LAN IP and not your WAN IP. Quote Link to comment Share on other sites More sharing options...
jonmich21 Posted May 19, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 05/05/12 Last Seen: June 24, 2013 Share Posted May 19, 2012 (edited) Same problem with this topic.., Edited May 19, 2012 by jonmich21 Quote Link to comment Share on other sites More sharing options...
benching Posted October 16, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share Posted October 16, 2012 Use your Lan IP not you WAN IP when Forwarding a Port. Quote Link to comment Share on other sites More sharing options...
PewN Posted October 20, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted October 20, 2012 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 Quote Link to comment Share on other sites More sharing options...
gigabytes Posted October 30, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 8 Reputation: 0 Joined: 10/29/12 Last Seen: November 8, 2012 Share Posted October 30, 2012 (edited) 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 October 30, 2012 by gigabytes Quote Link to comment Share on other sites More sharing options...
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.