Download List

Projeto Descrição

Arno's IPTABLES Firewall Script is a secure stateful firewall for both single and multi-homed machines. It supports NAT and SNAT, port forwarding, ADSL ethernet modems with both static and dynamically assigned IPs, MAC address filtering, stealth port scan detection, DMZ support, protection against SYN/ICMP flooding, experimental IPv6 support, multi-interface/aliased-IP support, and extensive user definable logging with rate limiting to prevent log flooding. It has plugin support to add extra features (like SSH Brute Force protection and (Racoon) IPSEC support). It is easy to configure and highly customizable. A filter script that makes your firewall log more readable is also included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-13 22:41
2.0.1a

LAN_INET_OPEN_xxx, LAN_INET_HOST_OPEN_xxx, DMZ_INET_OPEN_xxx e DMZ_INET_HOST_OPEN lógica e manipulação foi alterado, e manipulação de algumas das configurações do kernel do sysctl foi ajustada. Agora é possível desabilitar a configuração/reconfiguração de algumas configurações (como encaminhamento). O intervalo de conexão UDP padrão agora é 60 segundos. Foi adicionado suporte para uma nova variável LOCAL_CONFIG_DIR. O padrão será "/ etc/arno-iptables-firewall/conf.d". Documentação foi melhorada. Diversos ajustes foram feitos para arno-fwfilter.
Tags: Stable
The LAN_INET_OPEN_xxx, LAN_INET_HOST_OPEN_xxx, DMZ_INET_OPEN_xxx, and DMZ_INET_HOST_OPEN logic and handling was changed, and handling of some of the sysctl kernel settings was tweaked. It is now possible to disable setting/resetting of some settings (like forwarding). The default UDP connection timeout is now 60 seconds. Support for a new LOCAL_CONFIG_DIR variable was added. It defaults to "/etc/arno-iptables-firewall/conf.d". Documentation was improved. Miscellaneous tweaks were made for arno-fwfilter.

2011-12-23 22:53
2.0.1

Esta versão remove DNS_FAST_FAIL e RESOLV_IPS, uma vez que eles são ambos obsoleto. Adiciona diversos ajustes.
Tags: Stable
This release removes DNS_FAST_FAIL and RESOLV_IPS, since they are both obsolete. It adds miscellaneous tweaks.

2011-10-15 00:43
2.0.1-beta1

Esta versão corrige a função kernel_ver_chk() para lidar corretamente com kernel 3, corrige variáveis que contêm REJECT_UDP com IPv6 ativado (ele deve usar "icmp6-addr-unreachable" para IPv6), analisa variáveis AIF com uma função comum e registra faltantes de campos com um aviso.
Tags: Unstable
This release fixes the kernel_ver_chk() function to properly handle kernel 3, fixes variables containing REJECT_UDP with IPv6 enabled (it should use "icmp6-addr-unreachable" for IPv6), parses AIF variables with a common function, and logs missing fields with a warning.

2011-09-16 23:41
2.0.0c

Esta versão chama insserv durante configurar, quando disponível. Isto é necessário, por exemplo, no Debian / Ubuntu sistemas que utilizam a dependência baseada inicialização. Ele corrige pulando MULTICAST, que deve ser feito no final de EXT_INPUT_CHAIN, não no início, ou os usuários não poderão criar "normal" as regras para isso. Ele atualiza plugins diversos.
Tags: Stable
This release calls insserv during configure, when available. This is required, for example, on Debian/Ubuntu systems which use dependency-based booting. It fixes MULTICAST jumping, which should be done at the end of EXT_INPUT_CHAIN, not at the beginning, or users won't be able create "normal" rules for it. It updates several plugins.

2011-03-29 17:54
2.0.0b

Kernel de seleção de apoio é realizada quando o suporte IPv6 está habilitado. Vários bash-ismos foram corrigidos. A solução foi fornecida para o erro "cinza" um Busybox quando IPV6_SUPPORT está habilitado. A PPTP VPN-plugin estava previsto o apoio local do servidor PPTP. Uma URL incorreta para a localidade pesquisa em fwfilter-arno foi corrigido. Todos os pacotes IPv6 com o encaminhamento do cabeçalho do tipo 0 são descartados quando a variável IPV6_DROP_RH_ZERO novo set. Manipulação de HOST_OPEN_ICMP, HOST_DENY_ICMP_NOLOG e HOST_DENY_ICMP variáveis ​​com os endereços IPv6 foi corrigido. Havia vários outros ajustes e correções.
Tags: Stable
Kernel support check is performed when IPv6 support is enabled. Several bash-isms were fixed. A workaround was provided for a Busybox 'ash' bug when IPV6_SUPPORT is enabled. A pptp-vpn plugin was provided for local PPTP server support. An incorrect URL for location lookup in arno-fwfilter was fixed. All IPv6 packets with Routing Header Type 0 are dropped when the new IPV6_DROP_RH_ZERO variable is set. Handling of HOST_OPEN_ICMP, HOST_DENY_ICMP_NOLOG, and HOST_DENY_ICMP variables with IPv6 addresses was fixed. There were several other tweaks and fixes.

Project Resources