Search the Community
Showing results for tags 'lan'.
Found 2 results
-
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?
-
I'm trying to connect client to my server on LAN network. 1. I have 2 computers. - A Windows PC for client - 192.168.1.6 - A Macbook I used as Server- 192.168.1.5 - Both of them, I has set static IP. 2. Try to ping client to server. - Success 3. Config server and client conf/network.conf lan_subnets: ( // "127.0.0.1:255.0.0.0", "192.168.1.5:255.255.255.0", ) conf/import/char-server.conf char_configuration: { inter: { char_ip: "192.168.1.5" } conf/import/map-server.conf map_configuration: { inter: { map_ip: "192.168.1.5" } } clientinfo.xml <address>192.168.1.5</address> 4. Start server. - Success 5. Login from client - 2018-12-12bRagexe char_server log don't update any log when I login 6. I'm try check network with Microsoft Network Monitor 3.4 I cannot connect the Client to the server and don't know why! If you have experiences please help 😂