randomName
Very Senior Member
Yes they were still persistent for me as well on 384.15
They are unrelated to any wifi issues, use the Wireless log and the wlceventd messages in Syslog to help find the config that works the best for you, I have to run with just about everything disabled in wireless advanced to keep my old N devices happy, but still have a tablet that disconnects on the hour every hour so likely just the device itself.
Code:#!/bin/sh # increase nf_conntrack_expect_max echo 352 > /proc/sys/net/netfilter/nf_conntrack_expect_max logger -t conntrackscript "Value 352 written to nf_conntrack_expect_max, restarting conntrack" sleep 2 service restart_conntrack
I've ventured back to trying Fullcone NAT. Does the permissions have to be 0755? Also I pretty much copied and pasted the script and saved to all files files in editor, is that correct?
Thanks!