RES: [FUGSPBR] NAT......

Arthur Milhomens freebsd em cnt.org.br
Seg Set 2 09:56:04 BRT 2002


Para carregar o NATd em 02(duas) placas, vc precisa alterar a porta de uma
delas.

Exemplo:

/sbin/natd -m -s -n fxp1 -p 8668
/sbin/natd -m -s -n fxp2 -p 8669


# Habilita do NATd para a Interface fx1 - 192.168.0.1
ipfw add 1 divert 8668 all from any to any via fx1 out
ipfw add 2 divert 8668 all from any to 192.168.0.1 via fx1 in
ipfw add 3 permit all from 192.168.0.1 to any via fx1 out

# Habilita do NATd para a Interface fx2 - 192.168.1.1
ipfw add 4 divert 8669 all from any to any via fx2 out
ipfw add 5 divert 8669 all from any to 192.168.1.1 via fx2 in
ipfw add 6 permit all from 192.168.1.1 to any via fx2 out

________________________________________________
Para sair da lista visite o URL abaixo:
http://www2.fugspbr.org/mailman/listinfo/fugspbr



Mais detalhes sobre a lista de discussão freebsd