xref: /openbsd-src/regress/sbin/pfctl/pf13.in (revision 43df509762e1d9d6e8e63c7f0598e73f4f03e7af)
1pass in quick on enc0 from any to any
2pass in quick on enc0 inet from any to any
3pass in quick on enc0 inet6 from any to any
4
5pass out quick on tun1000000 inet from any to any route-to (tun1000001:peer)
6pass out quick on tun1000000 from any to 192.168.1.1 route-to (tun1000001:peer)
7pass out quick on tun1000000 from any to fec0::1 route-to (tun1000001:peer)
8
9pass in on tun1000000 proto tcp from any to any port = 21 dup-to 192.168.1.1
10pass in on tun1000000 proto tcp from any to any port = 21 dup-to fec0::1
11
12pass in quick on tun1000000 from 192.168.1.1/32 to 10.1.1.1/32 route-to (tun1000001:peer)
13pass in quick on tun1000000 from fec0::1/64 to fec1::2/128 route-to (tun1000001:peer)
14
15pass in on tun1000000 proto tcp from any to any port = 21 reply-to 192.168.1.1
16pass in on tun1000000 proto tcp from any to any port = 21 reply-to fec0::1
17
18pass in quick on tun1000000 from 192.168.1.1/32 to 10.1.1.1/32 reply-to (tun1000001:peer)
19pass in quick on tun1000000 from fec0::1/64 to fec1::2/128 reply-to (tun1000001:peer)
20
21pass in quick on tun1000000 from 192.168.1.1/32 to 10.1.1.1/32 dup-to 192.168.1.100
22pass in quick on tun1000000 from fec0::1/64 to fec1::2/128 dup-to fec1::2
23