| Building the Network You Need with OpenBSD's PF: EuroBSDCon, St. Julian's, September 26th 2013 | ||
|---|---|---|
| Prev | Next | |
Let users authenticate
pass quick on $int_if inet proto { tcp, udp } to $int_if port sshOther rules could just as easily go in authpf.rules
pass quick inet proto { tcp, udp } from <authpf_users> to \
any port $udp_services
pass inet proto tcp from <authpf_users> to any port $client_out