
8 Jan
2015
8 Jan
'15
7:17 p.m.
On 07/01/2015 11:53, Ramon Medeiros wrote:
On 01/07/2015 11:46 AM, CrÃstian Viana wrote:
On 06-01-2015 14:50, Ramon Medeiros wrote:
+firewall-cmd --reload +firewall-cmd --add-service --permanent kimchid + The command above doesn't work on Fedora 21:
$ sudo firewall-cmd --add-service --permanent kimchid usage: see firewall-cmd man page firewall-cmd: error: argument --add-service: expected one argument you need to put permanent in the end:
firewall-cmd --add-service kimchid --permanent
If that last command works for more distributions, let's use it in our documentation.