pf: Fix changed ip addresses
This commit is contained in:
parent
d11b2a17e3
commit
fff2153a8a
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@ antispoof for lo0
|
||||||
antispoof for vio0
|
antispoof for vio0
|
||||||
antispoof for vio1
|
antispoof for vio1
|
||||||
|
|
||||||
# admin connection (internal, fsol and arc office)
|
# admin connection (internal, arcsec office, dmz, lan)
|
||||||
pass in quick on $int_if proto tcp from $int_net to self port ssh
|
pass in quick on $int_if proto tcp from $int_net to self port ssh
|
||||||
pass in quick on $ext_if proto tcp from 37.35.86.64/29 to self port ssh
|
pass in quick on $ext_if proto tcp from 37.35.86.64/29 to self port ssh
|
||||||
pass in quick on $ext_if proto tcp from 37.16.96.144/28 to self port ssh
|
pass in quick on $ext_if proto tcp from 37.16.96.144/28 to self port ssh
|
||||||
pass in quick on $ext_if proto tcp from 89.27.104.10/32 to self port ssh
|
pass in quick on $ext_if proto tcp from 212.149.228.253/32 to self port ssh
|
||||||
|
|
||||||
# node_exporter from internal network
|
# node_exporter from internal network
|
||||||
pass in quick on $int_if proto tcp from $int_net to self port 9100
|
pass in quick on $int_if proto tcp from $int_net to self port 9100
|
||||||
|
|
Loading…
Add table
Reference in a new issue