Hello,
I'm trying to setup a Nexuiz server under freebsd (6.2). I built the server from the ports collection and made a config.cfg as explained in the doc.
It seems that the server runs (I can see it doing a netstat -a) and I have no error message on stdout.
But when I try to connect my Windows client (every firewall are off, of course) using the console : connect <ip of my server> it doesn't work and I have the following message :
LHNET_READ:recvfrom returned error: WSAECONNREST
AFAIK there is no firewall by default on freebsd (I did nothing regarding rules settings for the other servers (ftp, ssh, ...) which are running on this box. I must admit I'm a freebsd beginner...
Do you have any idea about my issue ?