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?