Hi,
I have a dns server running in Windows 7 Ultimate x86.
There is 1 server and 1 channel.
I use Copmuterkrank's serverfiles V2.
My FreeBSD version is 7.0.
I have set 1.5 GB of RAM for the server.
Everything is ok and the server is working, except this problem:
Every 1.5 - 2 hours, the port 11002 (login server) is closing.
I get this message in FreeBSD : Limiting closed port RST response from *** to 200 packets/sec
I use to check my ports and all of them are fine except the 11002 port.
I tried to add these commands in /etc/sysctl.conf :
net.inet.tcp.blackhole=2 (default 0)
net.inet.udp.blackhole=1 (default 0)
net.inet.icmp.icmplim=50 (default 200)
The commands were added succesfully but with no result.
The only solution is to reboot my server, in order to get the 11002 port operational again.
Any ideas please??