I haven't found a good place to learn about setting up a server, so maybe this is where I'll start?
Currently I have freeciv running just fine on one machine (serverA). I have no problem connecting to the game with civclient on port 5555. The problem starts when I try to connect to the server from another machine (clientB). I just get the error
If I start the server on the OTHER machine (serverB), then I can connect with clientB but get the same error if I try to connect to serverB with clientA.
Both machines are running Gentoo Linux (2.6 kernel) on the same LAN, sharing a hub, with assigned IP addresses. I am able to ping to each from the other using both IP address and HOST name.
What am I missing?
Machine Info:
Fails to connect "connection refused"
Connects OK
Currently I have freeciv running just fine on one machine (serverA). I have no problem connecting to the game with civclient on port 5555. The problem starts when I try to connect to the server from another machine (clientB). I just get the error
Code:
connectinon refused
Both machines are running Gentoo Linux (2.6 kernel) on the same LAN, sharing a hub, with assigned IP addresses. I am able to ping to each from the other using both IP address and HOST name.
What am I missing?
Machine Info:
Code:
ServerA/ClientA: 192.168.2.3 ServerB/ClientB: 192.168.2.108
Code:
Name: clientB Host: 192.168.2.108 Port: 5555
Code:
Name: clientA Host: localhost Port: 5555
Comment