Re: PF and tun1

From: Morgan_Wesström <freebsd-database_at_pp.dyndns.biz>
Date: Tue, 28 Dec 2021 20:36:21 UTC
On 2021-12-28 20:49, Alex Thomas wrote:
> After every change I did a pfctl -f /etc/pf.conf.
> 

Then you need to start with the basics. Add the "log" directive to every rule 
and start monitoring your pflog device to see what rule is blocking the traffic 
you want to send over the tunnel.

# tcpdump -i pflog0 -nve

Paste an example of the blocked traffic here as well as the output of

# pfctl -vvsr

/Morgan