fix outside connectivity when default route goes through internal network
This commit is contained in:
parent
6c5f344318
commit
eecf34b517
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ block in quick from any to self
|
||||||
# allow communication from internal to world
|
# allow communication from internal to world
|
||||||
pass in quick on $int_if from $int_net to !$int_net
|
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 $ext_if from self to any
|
||||||
|
pass out quick on $int_if from self to any
|
||||||
|
|
||||||
# allow traffic from outside
|
# allow traffic from outside
|
||||||
pass out quick on $int_if from any to $int_net
|
pass out quick on $int_if from any to $int_net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue