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 😂