Simples cristina.. libera a porta 123 udp

REDE="sua rede"
MASK="sua mascara"
CAIS="200.144.121.33"

${IPFW} add pass udp from ${REDE}:${MASK} to ${CAIS} 123 keep-state
${IPFW} add pass udp from ${CAIS} 123 to ${REDE}:${MASK} keep-state




2008/10/21 Márcio Luciano Donada <[EMAIL PROTECTED]>:
> Cristina Fernandes Silva escreveu:
>> falando nisso.. qual é regra IPFW que libero para essa atualização
>> estou executando e esta ocorrendo a messagem
>>
>
> man ipfw
>
> RULE FORMAT
>     The format of ipfw rules is the following:
>
>           [rule_number] [set set_number] [prob match_probability] action
>           [log [logamount number]] [altq queue] [{tag | untag} number] body
>
>     where the body of the rule specifies which information is used for fil-
>     tering packets, among the following:
>
>
> Assim você pode habilitar o log e descobrir o que liberar.
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>



-- 
Marcio Antunes
Powered by FreeBSD
==================================
* Windows: "Where do you want to go tomorrow?"
* Linux: "Where do you want to go today?"
* FreeBSD: "Are you, guys, comming or what?"
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

Responder a