"nf_conntrack: nf_conntrack: table full, dropping packet" issue but on router
"nf_conntrack: nf_conntrack: table full, dropping packet" issue happens on my router which my computer is connected to via LAN.
what iptable commands should I use on the router to fix this.
also how can I specify the udp port that this app uses in config so that I know what port to use in iptables.
I am facing this issue as well and observing 95% connection full on the router (15k+/16384) while magnetico is running. Stopping the containers drops the count to the usual 1-2k.
nf_conntrack: nf_conntrack: table full, dropping packet
You forgot to tell you firewall to skip processing all magneticod packets, so it's packet tracking table became overfilled.
P.S. You can also check #227.