On 9/9/06, Douglas Santos <[EMAIL PROTECTED]> wrote: > Ja existe documentacao em portugues: > http://www.openbsd.org/faq/pf/pt/tagging.html > > > Segue treicho abaixo: > > Tagging Ethernet Frames > > Tagging can be performed at the Ethernet level if the machine doing > > the tagging/filtering is also acting as a bridge(4). By creating > > bridge(4) filter rules that use the tag keyword, PF can be made to > > filter based on the source/destination MAC address. Bridge(4) rules > > are created using the brconfig(8) command. Example: > > > > # brconfig bridge0 rule pass in on fxp0 src 0:de:ad:be:ef:0 \ > > tag USER1 > > > > And then in pf.conf: > > > > pass in on fxp0 tagged USER1 > > Vale lembrar que o pf nao faz filtro por mac, quem captura os end. mac e' > o brconfig e voce _precisa_ ter uma bridge configurada, o que nao se ve na > maioria dos casos. >
ha a necessidade deste tag ser feito via FreeBSD ? matheus -- We will call you cygnus, The God of balance you shall be ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

