Thank you so much @alzhao
I successfully used your first method on my GL-MT300A.
On my GL-MT300A I had to use your second method because I could not install the “nano” text editor in order to edit the file.
I’m glad to publish the screenshots related to the first method hoping could be helpful for people that are not familiar with terminal command lines.
First install “nano” from the GL-iNet interface.
Connect to the router via SSH with:
ssh root@192.168.8.1
Insert you password when asked.


Looking for the file to edit:

edit the file “nf-nathelper-extra” with the “nano” text editor:
nano nf-nathelper-extra

the original content of the file “nf-nathelper-extra”

the file “nf-nathelper-extra” edited with the commented lines that prevent the kernel from loading the two modules.

“Ctrl+o” to save
“Ctrl+x” to exit
and then
reboot

1 Like