pffirewall

  1. B

    PF PF not allowing IPv6 traffic

    Hello, I'm new to FreeBSD and loving it. The only thing I'm really struggling with is getting a good pf.conf. Here's my attempt. Sadly I can't get it to allow IPv6 traffic. Can anyone help me with what I'm doing wrong? vtnet0 = "vtnet0" set skip on { lo0 lo1 } # basic hardening scrub in all...
  2. abbec

    PF Help understanding the PF statistics

    I have a rule pass out quick which presumably allows all outgoing traffic. However when I look at the output of pfctl -si I get this: Interface Stats for em0 IPv4 IPv6 Bytes In 140634 4896420 Bytes Out...
  3. C

    PF PF divert-to Loop Problem

    Hi, I used ipfw before My ipfw rule was like this : ipfw -q add 11 divert 4444 udp from any to any dst-port 53 in via igb1 I move on pf now My pf rule was like this : pass in quick on igb1 proto udp from any to port { 53 } divert-to 127.0.0.1 port 4444 My Code : #include <stdio.h> #include...
Back
Top