[FUG-BR] route-to

Jose Luiz jluiz em kotch.com.br
Segunda Dezembro 17 20:29:57 BRST 2007


Boa noite!

Sei que isto já foi amplamente discutido, inclusive já funcionou em meu
servidor porém abandonei a ideia vários meses atrás, agora estou tentando
fazer funcionar mas não roda de forma alguma, perdi a cópia do script :-((

#  tabelas
table <link1>  persist file "/etc/pf-config/link1"
table <link2>  persist file "/etc/pf-config/link2"


#  faz nat em ambas as interfaces
   nat on $ext_if1 from $lan_net to any -> ($ext_if1)
   nat on $ext_if2 from $lan_net to any -> ($ext_if2)


#  regras gerais "pass out" para as interfaces externas
   pass out on $ext_if1 proto tcp from any to any flags S/SA modulate state
   pass out on $ext_if1 proto { udp, icmp } from any to any keep state

   pass out on $ext_if2 proto tcp from any to any flags S/SA modulate state
   pass out on $ext_if2 proto { udp, icmp } from any to any keep state


#  roteia pacotes de qualquer IP na $ext_if1 para $ext_gw1 e o mesmo para
$ext_if2 e $ext_gw2
   pass out on $ext_if1 route-to ($ext_if2 $ext_gw2) from <link1> to any
   pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from <link2> to any

Por favor alguem poderia dar-me uma luz.

Obrigado.

José Luiz




Mais detalhes sobre a lista de discussão freebsd