Created
September 15, 2013 14:49
-
-
Save werty1st/6571407 to your computer and use it in GitHub Desktop.
ufw gufw on fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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