So I just got Zyxel nas326 and I looked from internet how to protect nas from bruteforce attack and I found that fail2ban can protect my nas.
Then I found that I can't download any programs to nas326. So now I ask how I can Install fail2ban to Zyxel nas326.
I know in theory I can use wget to download it from my own ftp server and run it, because that nas have python by default, but command pip
doesn't work" (python
work). Commands like sudo
and apt-
dont work
Anyone have done this before? Any other suggestions for bruteforce protection?
wget
to get the file. Then I extraced the file and runpython setup.py install
. It started installing, but after while it said "error: could not create '/usr/share/doc': Read-only file system" Then I triedchmod o-rwx foldername
. Then It gave error: "chmod: usr/: Read-only file system". :( – UDC Sep 21 '22 at 11:03