From fff2153a8a738545416b3ff778d5640370f70f45 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 1 Dec 2024 17:10:57 +0000 Subject: [PATCH] pf: Fix changed ip addresses --- roles/pf/files/pf.conf.gw_home | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pf/files/pf.conf.gw_home b/roles/pf/files/pf.conf.gw_home index 8fe7df5..077b457 100644 --- a/roles/pf/files/pf.conf.gw_home +++ b/roles/pf/files/pf.conf.gw_home @@ -39,11 +39,11 @@ antispoof for lo0 antispoof for vio0 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 $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 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 pass in quick on $int_if proto tcp from $int_net to self port 9100