Download List

Projeto Descrição

Fair NAT is a script for configuring NAT on
dedicated Linux routers. It's designed to be
highly customizable and therefore well documented.
A configuration file lets you specify which
clients on your LAN should be allowed to use the
router, which ports are to be forwarded to which
client, and much more. It uses the kernel's
Traffic Shaping capabilities to share bandwidth in
a fair manner among users. Some kernel patches are
recommended for better performance. Experimental
support for peer-to-peer traffic detection is
available.

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.

2008-01-10 15:47
0.1

Esta é uma implementação simplificada do tráfego NAT Feira elaboração de script, concebidos para routers OpenWRT, que possuem recursos limitados. Embora o conceito básico continua o mesmo, ele não tem nenhum dos sinos e assobios que o original script Feira oferece NAT. Ela não tem um arquivo de configuração, em vez de ter de adaptar o script em si para ajustá-la às suas necessidades. Para tornar isso ainda um pouco confortáveis, cada usuário tem uma rotina em que eles podem criar e moldar as regras de filtragem.
Tags: OpenWRT, Initial freshmeat announcement
This is a simplified implementation of the Fair NAT traffic shaping script, designed for OpenWRT routers which have only limited resources. While the basic concept is still the same, it does not have any of the bells and whistles that the original Fair NAT script offers. It does not have a configuration file, instead you have to adapt the script itself to make it fit your needs. To make this still somewhat comfortable, every user has a subroutine in which they may create shaping and filtering rules.

2005-08-21 11:36
0.80

Apoio Firewall Experimental foi adicionado. Características selecionáveis permitem partes do script para ser desativada. A capacidade ipp2p recente é suportada para corresponder UDP também.
Tags: Major feature enhancements
Experimental Firewall support was added.
Selectable features allow parts of the script to
be disabled. The recent IPP2P ability is supported
to match UDP as well.

2005-04-19 19:57
0.79

Esta versão adiciona suporte para unidades de taxa (por exemplo, 2mbit, 100kbit, e 4096bps são todas válidas). A unidade padrão é kilobits por compatibilidade retroativa. Você pode especificar um download custom / taxa limite de upload por usuário. No entanto, ele não deve ser inferior à taxa garantida.
Tags: Minor feature enhancements
This release adds support for rate units (e.g. 2mbit, 100kbit, and 4096bps are now all valid). The default unit is kilobit for backward compatibility. You can specify a custom download/upload ceiling rate per user. However, it must not be lower than the guaranteed rate.

2004-11-15 23:41
0.78

O endereço IP não foi detectada quando se usa uma versão localizada do ifconfig. O TTL_SET opção de configuração foi adicionado, e substitui o anteriormente codificados configuração TTL.
Tags: Minor bugfixes
The IP address wasn't detected when using a localized version of ifconfig. The configuration option TTL_SET has been added, and replaces the previously hard-coded TTL setting.

2004-10-22 21:58
0.77

Agora é possível especificar o upload máximo e as taxas de download diferente da largura de banda total disponível. Isso é útil, por exemplo, se você não quer qualquer único usuário para obter mais de 300 kbit / s em uma 500kbit / s linha. Manual de taxas específicas não são ainda possíveis.
Tags: Minor feature enhancements
It's now possible to specify maximum upload and download rates other than the total available bandwidth. This is useful, for example, if you don't want any single user to get more than 300kbit/s on a 500kbit/s line. User-specific rates are still not possible.

Project Resources