| Building the Network You Need with OpenBSD's PF: EuroBSDCon, St. Julian's, September 26th 2013 | ||
|---|---|---|
| Prev | Next | |
Pre-4.7:
rdr on $int_if proto tcp from $int_if:network to $ext_if \
port $webports -> $webserver
rdr on $int_if proto tcp from $int_if:network to $ext_if \
port $email -> $emailserver
no nat on $int_if proto tcp from $int_if to $int_if:network
nat on $int_if proto tcp from $int_if:network to $webserver \
port $webports -> $int_if
nat on $int_if proto tcp from $int_if:network to $emailserver \
port $email -> $int_if