areas.autonlab.org daily insecurity output

Charlie Root auton.sysnotify at gmail.com
Sat Aug 24 01:34:53 EDT 2019


Running security(8):

======
/etc/pf.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_pf.conf.current	Fri May 31 01:34:53 2019
+++ /etc/pf.conf	Fri Aug 23 17:55:32 2019
@@ -4,8 +4,7 @@
 vpn_if="tun0"
 auton_lan = "{192.168.6.0/24}"
 auton_vpn = "{10.8.0.0/24, 10.9.0.0/24}"
-monit="192.168.6.27"
-upload="192.168.6.202"
+lop2="192.168.6.13"
 foxconn = "192.168.6.9"
 
 broken = "{127.0.0.0/8, 240.0.0.0/4, 0.0.0.0/8, 169.254.0.0/16, \
@@ -67,3 +66,7 @@
 # Foxconn data collection
 pass in on egress inet proto tcp from 128.2.176.157 to (egress) port {873} rdr-to $foxconn
 pass on $int_if proto tcp from any to any port {873}
+
+# Expose lop2 shell gateway 
+pass in on egress inet proto tcp to (egress) port {ssh} rdr-to $lop2
+pass on $int_if proto tcp from any to any port {ssh}



More information about the Autonlab-sysinfo mailing list