You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested and works with the following equipment and system
Hardware : Raspberry Pi 4 4gb
Dietpi version : 6.30
Debian version : Buster 10.4 | 32 bits
Kernel version : Linux DietPi 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
To install the Daemon
Download file here : https://github.com/gustavo-iniguez-goya/opensnitch/releases
Version : Armhf sudo apt update && sudo apt upgrade sudo apt-get install libnetfilter-queue1
cd /address of the folder where the software was downloaded
For example : cd /home/dietpi/Downloads sudo dpkg -i opensnitch*armhf.deb pgrep -a opensnitch sudo apt-get install iptables sudo iptables -t mangle -L OUTPUT sudo service opensnitch restart
Raspberry pi 4 and Opensnitch Armh version
Tested and works with the following equipment and system
Hardware : Raspberry Pi 4 4gb
Dietpi version : 6.30
Debian version : Buster 10.4 | 32 bits
Kernel version : Linux DietPi 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
To install the Daemon
Download file here : https://github.com/gustavo-iniguez-goya/opensnitch/releases
Version : Armhf
sudo apt update && sudo apt upgrade
sudo apt-get install libnetfilter-queue1
cd /address of the folder where the software was downloaded
For example :
cd /home/dietpi/Downloads
sudo dpkg -i opensnitch*armhf.deb
pgrep -a opensnitch
sudo apt-get install iptables
sudo iptables -t mangle -L OUTPUT
sudo service opensnitch restart
To install the GUI
Download file here : https://github.com/gustavo-iniguez-goya/opensnitch/releases
sudo apt update && sudo apt upgrade
sudo dpkg -i python3-opensnitch-ui*.deb; sudo apt -f install
To open the Daemon
sudo service opensnitch start
To open the GUI
opensnitch-ui
FAQs
tail -f /var/log/opensnitchd.log
If you want more informations :
sudo nano /etc/opensnitchd/default-config.json
Modify
"LogLevel":2
in"LogLevel":0
sudo service opensnitch restart
Thanks a lot of to @evilsocket, @gustavo-iniguez-goya. All information comes from here
The text was updated successfully, but these errors were encountered: