reg
#1
The mwan3 guide states:
As a test, you can quickly flush conntrack outside of mwan3 with conntrack -F
I am running 21.02.3 and when I try to execute conntrack -F, the system reports conntrack not found.
How do I flush the firewall conntrack table?
reg
#2
Found it - needed to install the conntrack opkg
jow
#3
Actually not, the following will yield the same effect without requiring an additional package:
echo f > /proc/net/nf_conntrack
This is an OpenWrt specific kernel modification.
1 Like
system
Closed
#5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.