Página 1 de 1

rc.masquerade BUG

MensagemEnviado: Ter Set 02, 2008 7:14 pm
por bobbb
Not sure if this was reported. version 2.31.10

Near line 63 there is this:
Código: Selecionar todos
[ ! -z $LOCAL4_IPADDR ] && masquerade $LOCAL4_IPADDR $LOCAL2_NETMASK
and It should be:
Código: Selecionar todos
[ ! -z $LOCAL4_IPADDR ] && masquerade $LOCAL4_IPADDR $LOCAL4_NETMASK