Skip to content

Instantly share code, notes, and snippets.

@werty1st
Created September 15, 2013 14:49
Show Gist options
  • Save werty1st/6571407 to your computer and use it in GitHub Desktop.
Save werty1st/6571407 to your computer and use it in GitHub Desktop.
ufw gufw on fedora
Sourcen laden:
https://launchpad.net/ufw
https://launchpad.net/gui-ufw
Abhänigkeiten:
sudo yum -y install python-netifaces python-distutils-extra intltool
//mehr waren es bei mir nicht
Installieren:
[ronny@zenbookprime ufw-0.33]$ sudo python setup.py install
[ronny@zenbookprime gui-ufw-13.10.2]$ sudo python setup.py install
Fertig.
Ich deinstalliere jetzt die Firewall Config die bei Fedora dabei ist.
[ronny@zenbookprime ufw-0.33]$ sudo yum -y remove firewall-config
Zum schluss möchte ich mir einer leeren iptables config anfangen:
[ronny@zenbookprime gui-ufw-13.10.2]$ sudo echo "" > /etc/sysconfig/iptables-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment