deimos.autonlab.org daily insecurity output
Charlie Root
auton.sysnotify at gmail.com
Wed Aug 17 01:35:56 EDT 2022
Running security(8):
======
/etc/pf.conf diffs (-OLD +NEW)
======
--- /var/backups/etc_pf.conf.current Fri Aug 12 01:35:57 2022
+++ /etc/pf.conf Tue Aug 16 16:10:47 2022
@@ -9,6 +9,7 @@
git="192.168.6.127"
# upload="192.168.6.202"
upload="192.168.6.10"
+ourea="192.168.6.8"
broken = "{127.0.0.0/8, 240.0.0.0/4, 0.0.0.0/8, 169.254.0.0/16, \
198.51.100.0/24, 203.0.113.0/24, 255.255.255.255/32}"
@@ -74,3 +75,7 @@
pass in on egress inet proto tcp to (egress) port {80} rdr-to $monit port 8080
pass in on egress inet proto tcp to (egress) port {8080} rdr-to $monit
pass on $int_if proto tcp from any to any port {8080}
+
+# Expose rsync
+pass in on egress inet proto tcp to (egress) port {rsync} rdr-to $ourea
+pass on $int_if proto tcp from any to any port {rsync}
More information about the Autonlab-sysinfo
mailing list