Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rpi4 4gb - Tutorial to install : Daemon, Gui - Armh version #42

Open
Pain-Patate opened this issue Jun 21, 2020 · 1 comment
Open

Rpi4 4gb - Tutorial to install : Daemon, Gui - Armh version #42

Pain-Patate opened this issue Jun 21, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Pain-Patate
Copy link

Pain-Patate commented Jun 21, 2020

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

  • To view the log in real time, from Opensnitch
    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

@gustavo-iniguez-goya
Copy link
Owner

This is truly awesome @Pain-Patate , thank you! I've added it to the documentation. I'm sure new users will apreciate it.

@gustavo-iniguez-goya gustavo-iniguez-goya added the documentation Improvements or additions to documentation label Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants