I have RB751G-2HnD, running 6.33.5. Internet link via PPPoE.
I also have Ubuntu Server behind, NATed by Mikrotik to internet. There is job running on server, it tries to connect to my clients on specific TCP port, to check if it's open to communicate, written @ php, ordinary fsockopen/fclose . Runs daily, about 1-2K ips.
The problem I'm running in to - mikrotik tracks connection established forever, despite the fact Ubuntu server dropped it, other side aswell. Leaving me with thousands of connection esteblished, which at some point overload the router (usually close to 6-7K)
![Image](http://hostmit.net/ss/2016-04-04_12-16-13.png)
Full size link
===============
root@10:/home/hostmit# netstat -ant|wc -l
171
===============
Netstat shows only 171 connections, while mikrotik ~2K+. Any ideas how do solve it? Why mikrotik keeps track it as established? Thanks.