Jump to content
Sign in to follow this  
Fureneshi

Trying Lan Connection

Recommended Posts

I'm trying to make a connection via lan. I've seen several sites about, and also tutorials, but I couldn't understand how it should be done.

 

There are two computers, one will act as a server and the other as a client, I edited it this way;

 

server ip = 192.168.1.3

cliente ip =192.168.1.5 

 

The server computer;

 

char-server.conf

	inter: {
		login_ip: "192.168.1.3"
		login_port: 6900

		char_ip: "192.168.1.3"
		char_port: 6121
	}
map-server.conf

inter: {
        char_ip: "192.168.1.3"
        char_port: 6121


        map_ip: "192.168.1.3"
        map_port: 5121
    }

 

the client computer;

char-server.conf

	inter: {
		login_ip: "192.168.1.5"
		login_port: 6900

		char_ip: "192.168.1.5"
		char_port: 6121
	}
map-server.conf

inter: {
        char_ip: "192.168.1.3"
        char_port: 6121


        map_ip: "192.168.1.3"
        map_port: 5121
    }

 

Both connect, but do not appear to each other.

Does anyone have any idea how to fix?

Edited by Fureneshi

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.