tagging

  1. I

    IPFW Packet tag leaks from connection setup packet (SYN) to connection refusal packet (RST)

    I'm experimenting with ipfw packet tagging (tag/untag/tagged keywords) and keep getting unexpected results in seemingly trivial cases. The configuration for this experiment is: # ipfw show 00100 0 0 allow ip from any to any via lo0 00200 0 0 count tag 3 in recv igb0 dst-ip 192.168.33.1 not...
  2. Buck

    Other Bayes classifier with learning ability a la spamassassin's?

    Hi folks. Looking for a bayes classifier that would work on pieces of small text that either exists as a port (feeding text to it via CLI) or a PHP solution. The idea is that I pipe a piece of text to it, then manually assign some pre-set tags (like e.g. 'junk', 'helpful', 'question') in the...
  3. F

    PF Packet tagging with route-to in pf.conf

    nat log (to pflog0) on if0 from 192.168.0.1 tag TAG_PASS tagged TAG_EX -> (if0) label "test" nat log (to pflog0) on if0 from 192.168.0.1 tag TAG_PASS tagged TAG_EX -> (if0) label "test" nat log (to pflog0) on if0 from 192.168.0.1 tag TAG_PASS tagged TAG_EX -> (if0) label "test" no nat from...
Back
Top