Jump to content

tifa11

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by tifa11

  1. NO FIREWALL, NO ANTI VIRUS ACTIVATED! This error appears when i change LAN IP TO WAN IP in char/map.conf like this: // 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: 110.**.**.53 // 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: 110.**.**.53 // Character Server Port char_port: 6121 ------------------------------------------------------------------------------ MAP_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: 110.**.**.53 // 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: 110.**.**.53 // Map Server Port map_port: 5121
  2. @edward L. - yes.. i only use single computer and directly connected to my cable modem.. do i need to do some port forwarding?
  3. nothing happens sir same problem.. server not connecting when i put my wan ip on char/map/login .conf files ++thanks for reply
  4. PAHELP NAMAN PO PLEASE.. ILANG WEEKS KO NA INAAUS UNG SERVER.. PAG OFFLINE WALA SYANG PROBLEM. PERO ONLINE LAGI FAILED TO CONNECT. YUNG PORT FORWARDING BA KAHIT MODEM ANG GAMIT MU (NOT ROUTER) NEED PA BA? AYAW KASI SAKIN.. KABAYAN CABLE DSL UNG GAMIT KO. CABLE + DSL SYA.. I DONT THINK NA ROUTER TO KASI DIRECTLY SA MODEM UNG LAPTOP KO.. ETO PO UNG POST KO NAKARAAN. http://rathena.org/board/topic/87815-set-up-online-server-connectivity-problem/ ANY IDEA KUNG ANO YUNG PROBLEM?
  5. Do i need to forward ports if i am directly connected to a modem. I read this somewhere in a forum about port forwarding: "You don't need to forward ports if you don't have a router and if you connect it directly to the modem." is it true? -my ISP offered cable + dsl so i think i currently use a modem not a router. MODEL: CISCO CABLE MODEM DPC2100R3. not in the list http://portforward.c...routerindex.htm. i also tried NO-IP as my WAN IP but nothings happen. Everythime i tried to test my port in canyouseeme.org, this error always appear: Error: I could not see your service on 110.93.94.53 on port (6900) Reason: Connection timed out THIS IS MY SERVER/CLIENT CONFIG: CHAR_ATHENA // 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: 10.*.*.53 // 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: 110.**.**.53 // Character Server Port char_port: 6121 ------------------------------------------------------------------------------ MAP_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: 10.*.*.53 // 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: 110.**.**.53 // Map Server Port map_port: 5121 -------------------------------------------------------------- INTER_ATHENA // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: pass sql.db_database: rathena sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: pass char_server_db: rathena // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: pass map_server_db: rathena // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: pass log_db_db: logs log_codepage: log_login_db: loginlog -------------------------------------------------------- DIFF - 2013-08-07aRagexe.xdiff from HERE: http://k3dt.eu/Ragexe/unpacked/Diffs/ EXE - 2013-08-07aRagexe.exe.zip from HERE: http://k3dt.eu/Ragexe/unpacked/ PATCHEDEXE: 2013-08-07aRagexe_patched -------------------------------------------------------------- SUBNET_ATHENA subnet: 255.255.192.0:10.*.*.53:10.*.*.53 //<<------ SUBNET:LAN IP:LAN IP -------------------------------------------------------------- PACKET_DB.TXT packet_db_ver: default packet_ver: 44 --------------------------------------------------------------- MMO.H #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif ---------------------------------------------------------------- DATA TRANSLATION FOLDER Downloaded from HERE: https://subversion.assembla.com/svn/client-side-translation/ ***"client-side-translation - Revision 51: ---------------------------------------------------------- RATHENA SVN REPOSITORY Downloaded from HERE: http://svn.rathena.org/svn/rathena/ ***REVISION 17516 ----------------------------------------------------------- CLIENTINFO.TXT <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok Online</display> <desc></desc> <address>110.**.**.53</address> <port>6900</port> <version>44</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> </aid> <loading> </loading> </connection> </clientinfo> ------------------------------------------------------------------ USING THIS GUIDE : http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013- client-tutorial/ "CREDITS TO CASSIEL" **i can log-in to my server "OFFLINE" and everything runs smoothly. ---------------------------------------------------------------------- SCREENSHOTS FOR MORE INFO: charserver_sql logserver_sql mapserver_sql WAN IP LAN IP RESULT ANY HELP? PLEASE....
  6. Need din ba ng port forwarding kahit modem lng un gamit mu? nabasa ko kasi to somewhere: 1. Cisco DPC2100 is a Modem and not a router. 2. You don't need to forward ports if you don't have a router and if you connect it directly to the modem. 3. When checking for ports athttp://www.canyouseeme.org/ make sure there is a software listening to it like uTorrent. Because canyouseeme will tell you that the port is close if there's no application listening to that port. -ung ISP ko kasi cable + internet. so akala ko modem lang ung sakin not router but ayaw parin magconnect kahit anong gawin ko. eto ung model CISCO DPC2100R3. wala sya sa list sa http://portforward.c...routerindex.htm. natry ko na rin ung sa no-ip pero ayaw talaga.. pag nagtest po ko sa canyouseeme.org eto lagi lumalabas Error: I could not see your service on 110.93.94.53 on port (6900) Reason: Connection timed out
  7. Rage Burst is repeatedly usable, which means it does not consume all rage counters from Force of Vanguard. . All my database are updated as of September 16, 2013.. I'm currently using: 2013-08-14 packet Anyone can help? Please....
×
×
  • Create New...