diff --git a/roles/pf/files/pf.conf.gw_home b/roles/pf/files/pf.conf.gw_home index 3af990f..ccead9b 100644 --- a/roles/pf/files/pf.conf.gw_home +++ b/roles/pf/files/pf.conf.gw_home @@ -54,8 +54,9 @@ block in quick from any to self # allow communication from internal to world pass in quick on $int_if from $int_net to !$int_net -# allow myself to communicate outside +# allow myself to communicate outside (both routes) pass out quick on $ext_if from self to any +pass out quick on $int_if from self to any # allow traffic from outside pass out quick on $int_if from any to $int_net