PTPT52
PTPT52
all in (https://github.com/x-wrt/x-wrt)
and u must get the latest version from x-wrt/x-wrt
sure, I just update the build compat in natflow code
> it seems x-wrt/x-wrt@2c736db must be modified for 4.14? no, this is for kernel 5.4 dsa code only, if u use kernel 4.14, no need to changes on this.
natflow enabled? ``` cat /dev/natflow_ctl ``` `echo debug=7 >/dev/natflow_ctl` is enough to debug msg, and watch dmesg
haha,should be disabled=0 and debug=7 gagan sidhu ***@***.***> 于 2021年3月15日周一 05:01写道: > root@DD-WRT:~# echo debug=8 > /dev/natflow_ctl > root@DD-WRT:~# cat /dev/natflow_ctl > # Usage: > # disabled=Number -- set disable/enable...
it is working but you may disable the kernel warnning https://github.com/x-wrt/x-wrt/blob/master/target/linux/generic/backport-4.19/999-no-warn-in-nf_rtcache_forward.patch
what about the cpu usage? ``` mpstat -P ALL 1 ```
CPU load is very high it is likely that the mt76 driver could run over 500mbps with lower cpu usage chip mt7615 gagan sidhu ***@***.***> 于 2021年3月16日周二 03:56写道: > do...
You have made things too complicated. Even in a double nat environment, miniupnpd should only do a simple thing, which is to do port redirect directly, regardless of whether it...