-
Você deve criar o arquivo manualmente e setar permissão de gravação para todos nele.
# touch /etc/iptables.rules
# chmod a+w /etc/iptables.rules
Agora deve funcionar!
Amauri.
2007-09-21 11:49:30 UTC by nobody
-
Touch the archive iptables.rules and then gave permission a+w for him.
# touch /etc/iptables.rules
# chmod a+w /etc/iptables.rules
Now, should be work!
Amauri.
2007-09-21 11:47:12 UTC by nobody
-
Você necessita tocar em /etc/iptables.rules e no chown ao proprietário de apache (em Ubuntu era www-dados). Certificar-se também às mudanças que /firewalladmin arquiva a apache o proprietário demasiado (minar outra vez era www-dados).
2007-06-17 12:39:40 UTC by nobody
-
Make sure the files in /firewalladmin have the proper owner. I had to change mine to www-data and the above problem went away.
2007-06-17 12:35:25 UTC by nobody
-
Boa noite instalei e configurei o seu firewall com explica nas instruções de instalação do site. Quando fui testar não mostrou as regras já criadas no iptables manualmente, comecei a dar uma olhada e percebi que o arquivo /etc/iptables.rules não existe.
SO: Conectiva 10.
2007-05-04 04:24:48 UTC by nobody
-
TABLE: NAT [ New Chain ]
Chain PREROUTING (Policy ACCEPT)[ Append | Insert | Policy | Flush ]
Warning: Invalid argument supplied for foreach() in /var/www/html/firewall/include/iptables.inc.php on line 592
Chain POSTROUTING (Policy ACCEPT)[ Append | Insert | Policy | Flush ]
Warning: Invalid argument supplied for foreach() in /var/www/html/firewall/include/iptables.inc.php on line 592...
2006-12-23 14:50:29 UTC by nobody
-
Ao tentar criar uma regra na cadeia POSTROUTING da
tabela nat não é possÃvel digitar o IP da NAT Origem
quando o Alvo SNAT é selecionado.
O arquivo que utlizei foi: firewalladmin-0.4.tar.gz
Solução: Alterar a linha 29 do arquivo js/nat.inc.php
de "document.create.snat.disabled=true;"
para "document.create.dnat.disabled=true;"
Atenciosamente,
Wesley de Menezes Flor...
2006-08-18 14:55:31 UTC by nobody
-
This is a patch to make firewalladmin 0.4 running on
Mandrake Linux 8.1 and maybe with older other
distributions.
2006-06-09 10:03:30 UTC by pamidou
-
Logged In: YES
user_id=1257227
Hi all,
I have the same problem on Mankdrake 8.1.
PHP id the real cause of this problem.
I made a patch file for firewalladmin-0.4 :
-------------------- firewalladmin-0.4-iptables.patch
--------------------
--- include/iptables.inc.php.orig Tue Feb 1 17:18:08 2005
+++ include/iptables.inc.php Fri Jun 9 11:32:44 2006
@@ -516,7 +516,6 @@.
2006-06-09 09:59:22 UTC by pamidou
-
I untar firewalladmin-0.4.tar.gz tar file in my
/var/www/html directory and rename it to
firewallladmin, and restart my web server (web server
is not supporting JSP/ Jave scripts, only php and other
supported), now I am able to open
http://myserver.com/firewalladmin but unable to see
existing rules/ chains or create new iptables rules/
chains. my config.php is... below
iptables=...
2006-03-02 08:10:25 UTC by nobody