crystaleye Posted December 18, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Share Posted December 18, 2012 hi i am facing issues while hosting a seerver on my pc can someone help me on it it would be appreciated much Quote Link to comment Share on other sites More sharing options...
Miles Posted December 18, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 68 Reputation: 13 Joined: 11/14/11 Last Seen: April 30, 2013 Share Posted December 18, 2012 Could you please give us more details about your problem? I can't determine what's your problem with your hosting issues. I think your problems it's that none can enter your server, right? If that's so, please give us more details. Good Luck! Quote Link to comment Share on other sites More sharing options...
Winz Posted December 19, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 19, 2012 have you forward your ports? try to search on google to see whether you're PUBLIC to the publics or not. If you're currently not PUBLIC, call your ISP to grant ports opened to your internet's ID Quote Link to comment Share on other sites More sharing options...
crystaleye Posted December 19, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Author Share Posted December 19, 2012 (edited) Could you please give us more details about your problem? I can't determine what's your problem with your hosting issues. I think your problems it's that none can enter your server, right? If that's so, please give us more details. Good Luck! i am getting error with char server.sql edited to my wan ip plus the 6121 port with the error code cant connect to it 10060 have you forward your ports? try to search on google to see whether you're PUBLIC to the publics or not. If you're currently not PUBLIC, call your ISP to grant ports opened to your internet's ID yea i have already port forwarded all of the 3 ports what does that public to public means can you provide me with more details on it thanks this is how i make the edits in 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: 192.168.1.2 (my machine ipv4 address) in 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: 192.168.1.2 (my machine ipv4 address) // 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: 122.170.70.224 (my wan ip) in subnet athena subnet: 255.255.255.0:122.170.70.224:122.170.70.224 (my wan ip) subnet: 255.255.255.0:192.168.1.2:192.168.1.2 (my machine ipv4 address) in clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <desc>Myro</desc> <display>Myro</display> <balloon>Myro</balloon> <address>122.170.70.224</address> (my wan ip) <port>6900</port> <version>25</version> <langtype>0</langtype> <registrationweb>http://www.google.com</registrationweb> <aid> <admin>2000002</admin> <admin></admin> <admin></admin> </aid> <yellow> <admin>2000002</admin> <admin></admin> <admin></admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> <image>loading12.jpg</image> <image>loading13.jpg</image> <image>loading14.jpg</image> <image>loading15.jpg</image> <image>loading16.jpg</image> <image>loading17.jpg</image> <image>loading18.jpg</image> <image>loading19.jpg</image> <image>loading20.jpg</image> <image>loading21.jpg</image> <image>loading22.jpg</image> <image>loading23.jpg</image> <image>loading24.jpg</image> <image>loading25.jpg</image> </loading> </connection> </clientinfo> i am getting disconnection from my login screen with this error Edited December 20, 2012 by Emistry Please make use of BBCode and [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Winz Posted December 19, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 19, 2012 here's in my configuration: char_ip: My Wan IP map_ip: My Wan IP and the rest of _ip is filled as 127.0.0.1. I did nothing with subnet_athena.conf and is working fine. I suggest you to use 127.0.0.1 instead of 192.168.x.x because it's making sure that the servers are connecting to the localhost (your PC). you use only 1 pc for these servers right? so just use 127.0.0.1. and here's what I got recently Scanning ports on 122.170.70.224 122.170.70.224 isn't responding on port 5121 (). 122.170.70.224 isn't responding on port 6121 (). 122.170.70.224 isn't responding on port 6900 (). You should call your ISP to allow you open ports from your PC. Quote Link to comment Share on other sites More sharing options...
crystaleye Posted December 19, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Author Share Posted December 19, 2012 here's in my configuration: char_ip: My Wan IP map_ip: My Wan IP and the rest of _ip is filled as 127.0.0.1. I did nothing with subnet_athena.conf and is working fine. I suggest you to use 127.0.0.1 instead of 192.168.x.x because it's making sure that the servers are connecting to the localhost (your PC). you use only 1 pc for these servers right? so just use 127.0.0.1. and here's what I got recently Scanning ports on 122.170.70.224 122.170.70.224 isn't responding on port 5121 (). 122.170.70.224 isn't responding on port 6121 (). 122.170.70.224 isn't responding on port 6900 (). You should call your ISP to allow you open ports from your PC. i did the changes in my config am i suppose to tell them to open ports for my wan ip or for what because currently i am on dynamic ip Quote Link to comment Share on other sites More sharing options...
Winz Posted December 19, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 19, 2012 hmm, Dynamic IP.. As I remember, most ISPs open ports for IPs. ask them to open it to your ID, not WAN IP, since this wan ip is being expired. Do you use PPPoE? and just making sure, you've successfully forward these ports on your router to your PC right? Quote Link to comment Share on other sites More sharing options...
crystaleye Posted December 19, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Author Share Posted December 19, 2012 (edited) hmm, Dynamic IP.. As I remember, most ISPs open ports for IPs. ask them to open it to your ID, not WAN IP, since this wan ip is being expired. Do you use PPPoE? and just making sure, you've successfully forward these ports on your router to your PC right? i forwarded ports to my machine ipv4 address if thats what you mean i told them of the port forwarding but she couldnt figure out where she was mistaken in all of her attempts what is pppope Edited December 19, 2012 by crystaleye Quote Link to comment Share on other sites More sharing options...
Winz Posted December 19, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 19, 2012 maybe this word will be a shot: "Hello, may I request my port to be opened? my Internet ID is: ______ <say your internet ID>" PPPoE stands for Point-to-Point Protocol over Ethernet. Basically, it's used for ADSL broadband internet service provider. Quote Link to comment Share on other sites More sharing options...
crystaleye Posted December 19, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Author Share Posted December 19, 2012 maybe this word will be a shot: "Hello, may I request my port to be opened? my Internet ID is: ______ <say your internet ID>" PPPoE stands for Point-to-Point Protocol over Ethernet. Basically, it's used for ADSL broadband internet service provider. i have already requested for it but there seems to be some issue with those ports but 3306 can be opened not the rest of the 3 idk why Quote Link to comment Share on other sites More sharing options...
Winz Posted December 19, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 19, 2012 ohh.. port 3306 isn't really necessary to be opened, unless you are doing remote access to your SQL server through a mobile phone / other Quote Link to comment Share on other sites More sharing options...
Magnetix Posted December 20, 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 December 20, 2012 If you still can't open the ports, try using custom/different ports. Quote Link to comment Share on other sites More sharing options...
crystaleye Posted December 26, 2012 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 150 Reputation: 1 Joined: 06/29/12 Last Seen: February 20, 2013 Author Share Posted December 26, 2012 If you still can't open the ports, try using custom/different ports. what other ports can be used for ragnarok Quote Link to comment Share on other sites More sharing options...
Winz Posted December 26, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 26, 2012 you can use ANY of the ports. just make sure that you're not conflicting each others (for example login server on port 80. 80 is for HTTP. otherwise, if you don't put any HTTP files (you're not going to host your CP there) then you can use it) If you modified the ports, don't forget to change the configurations inside /conf/ folder too. Have a nice day! Quote Link to comment Share on other sites More sharing options...
Question
crystaleye
hi i am facing issues while hosting a seerver on my pc can someone help me on it it would be appreciated much
Link to comment
Share on other sites
13 answers to this question
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.