diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index dbf00de..7cd5ea8 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -365,6 +365,9 @@    - =pass out on $vpn_if= Pass packets out on the VPN tunnel      interface. +  If you want to configure a more complex NAT, the PF FAQ has an +  [[https://www.openbsd.org/faq/pf/nat.html][excellent section]] covering different setups. +    After writing new PF rules, we can check our file for syntax errors    before loading it using the =pfctl= command. | 
