Jump to content
  • 0

Getting Server Online with Hamachi


Amidamaru

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  07/12/17
  • Last Seen:  

I've been trying to use Hamachi so that I could play RO with my friends, but I haven't made much progress. I followed https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-pack-2017-make-your-ro-server-in-less-then-5-minutes/ to get everything set up, and read other threads about Hamachi but still couldn't get it to work. Currently, I have edited the following conf files:


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: LAN

// 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: LAN

// 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: LAN

// 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: LAN

// 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 (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok

subnet: 255.0.0.0:WAN:WAN
subnet: 255.0.0.0:LAN:LAN


clientinfo.xml:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <hideaccountlist />
    <passwordencrypt />
    <passwordencrypt2 />
    <extendedslot />
    <readfolder />
    <connection>
        <display>SERVER NAME HERE</display>
        <desc>Ragnarok Online</desc>
        <balloon>this is a tool tip</balloon>
        <address>LAN</address>
        <port>6900</port>
        <version>20</version>
        <langtype>1</langtype>
        <yellow>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000003</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>
        </loading>
    </connection>
</clientinfo>


Am I doing it right in using LAN for Hamachi? I had also disabled my firewall and antivirus program temporarily while Hamachi was running, so you could rule out the possibility of those intefering. Any help on getting our server run on Hamachi would be highly appreciated. Thank you.

Edited by Amidamaru
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

try explain with SS, here my server network

1.jpg.d528a133d71daead85b7b4bd92de7b17.jpg

char_athena.conf

2.jpg.ae38f04efad04fe17646d399d5f9cce6.jpg

map_athena.conf

3.jpg.a048fbc12be68ef9dcaf5b73ddec2541.jpg

subnet_athena.conf

4.jpg.41375339fed18523dcf55c0ff13b9062.jpg

server clientinfo.xml

5.jpg.417837185e17c0d669be3ed7e4076571.jpg

your friend clintinfo.xml

6.jpg.06dfd1a24e89458d8a5bffc5c3dba43b.jpg

SS in game at server side

7.jpg.f58057a437f4e322c4ebf252d7a1b556.jpg

ss in game client side

8.jpg.0192a902d3ce673cc21af07af8425169.jpg

Edited by hendra814
Amidamaru says image not appear
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

you should mention what is the issue you facing! any console errors? or any error messages or something  

 

try setting it up with WANIP

 

PS-double posting your question ( one in forum issues which is irrelevant) and now spamming in other threads wont solve your problem 

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  07/12/17
  • Last Seen:  

Sorry for the duplicate post in the other thread. Here are the screenshots when I used both LAN IP and WAN IP.

Using LAN IP (in char_athena.conf, map_athena.conf, subnet_athena.conf, clientinfo.xml):

Spoiler

Console:

Capture.thumb.PNG.6e9ca2ecb513569927f15d37fd6d7650.PNG

SS ingame at server side:
Capture.thumb.PNG.76d3fd99ac4059dac00a82030a85f642.PNG

SS ingame at client side:
unknown.png.4d888d8e2547176c2bed71fd9c08020b.png

Using WAN IP (in char_athena.conf, map_athena.conf, subnet_athena.conf, clientinfo.xml):

Spoiler

Console:
Capture.thumb.PNG.d908723e5d123cbae4a3c1982960b92d.PNG

SS ingame at server side:
Capture.thumb.PNG.8c27c041b80436219eed36b9fb6004b9.PNG

SS ingame at client side:
unknown.png.4d888d8e2547176c2bed71fd9c08020b.png

Hamachi:

Spoiler

Untitled.png.18607957b1a7308160d96fc6dab0ed88.png

I couldn't enter the game in the server side when I used WAN IP for three conf files and clientinfo.xml.
 

5 hours ago, hendra814 said:

try explain with SS, here my server network

2321347_20140910093300.jpg

char_athena.conf

2321347_20140910093337.jpg

map_athena.conf

2321347_20140910093350.jpg

subnet_athena.conf

2321347_20140910093527.jpg

server clientinfo.xml

2321347_20140910093954.jpg

your friend clintinfo.xml

2321347_20140910094006.jpg

SS in game at server side

2321347_20140917091640.jpg

ss in game client side

2321347_20140917091810.jpg

I have problems viewing your screenshots... Can you please re-upload them? Thank you.
EDIT: Sorry, I managed to get your screenshots to work now. No need to re-upload. Thanks for the screenshots!

Edited by Amidamaru
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

11 minutes ago, Amidamaru said:

Sorry for the duplicate post in the other thread. Here are the screenshots when I used both LAN IP and WAN IP.

Using LAN IP (in char_athena.conf, map_athena.conf, subnet_athena.conf, clientinfo.xml):

  Hide contents

Console:

Capture.thumb.PNG.6e9ca2ecb513569927f15d37fd6d7650.PNG

SS ingame at server side:
Capture.thumb.PNG.76d3fd99ac4059dac00a82030a85f642.PNG

SS ingame at client side:
unknown.png.4d888d8e2547176c2bed71fd9c08020b.png

Using WAN IP (in char_athena.conf, map_athena.conf, subnet_athena.conf, clientinfo.xml):

  Hide contents

Console:
Capture.thumb.PNG.d908723e5d123cbae4a3c1982960b92d.PNG

SS ingame at server side:
Capture.thumb.PNG.8c27c041b80436219eed36b9fb6004b9.PNG

SS ingame at client side:
unknown.png.4d888d8e2547176c2bed71fd9c08020b.png

Hamachi:

  Hide contents

Untitled.png.18607957b1a7308160d96fc6dab0ed88.png

I couldn't enter the game in the server side when I used WAN IP for three conf files and clientinfo.xml.
 

I have problems viewing your screenshots... Can you please re-upload them? Thank you.

Hi Amidamaru,

I'm alaready edit my post above, please check it again.

Thanks

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

Note: i would really not suggest using Hamachi

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

When I tried hamachi and failed to make it work after tons of test. It's more suggestible to get a cheap vps for testing. :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  88
  • Reputation:   10
  • Joined:  01/15/16
  • Last Seen:  

Hi, i just read the post and see your SS and could help to ask, because i only see just one connection in  hamachi. Its the client side joined to the hamachi server? You need to go to "join to an existing network" in the client side and enter the network name and password. 

When you see two dots on the network you are going to be able to connect with the other machine

(well, at least that is how it was before, i didnt used hamachi in some time)

Edited by Enthr
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  07/12/17
  • Last Seen:  

7 hours ago, Enthr said:

Hi, i just read the post and see your SS and could help to ask, because i only see just one connection in  hamachi. Its the client side joined to the hamachi server? You need to go to "join to an existing network" in the client side and enter the network name and password. 

When you see two dots on the network you are going to be able to connect with the other machine

(well, at least that is how it was before, i didnt used hamachi in some time)

Yes, the client side is connected. It shows "2/5", so the server and the client are correctly connected through Hamachi. Even then, after following hendra814's post, I still couldn't get it to work with Hamachi. I have tested both LANIP and WANIP on the clientinfo.xml + conf files, but my friend still couldn't connect.

Does anyone know of any alternatives to getting your server online without VPS hosting (besides Hamachi)? I just want to casually test stuff along with a friend across the Internet, so I would appreciate any suggestions.

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
Answer this question...

×   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...