phobos.autonlab.org daily insecurity output

Charlie Root auton.sysnotify at gmail.com
Mon Oct 12 01:36:16 EDT 2020


Running security(8):

======
/etc/pf.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_pf.conf.current	Sat Sep 19 01:35:52 2020
+++ /etc/pf.conf	Sun Oct 11 17:26:58 2020
@@ -4,9 +4,9 @@
 vpn_if="tun0"
 auton_lan = "{192.168.6.0/24}"
 auton_vpn = "{10.8.0.0/24, 10.9.0.0/24}"
+lop2="192.168.6.13"
 monit="192.168.6.27"
 upload="192.168.6.202"
-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, \
                198.51.100.0/24, 203.0.113.0/24, 255.255.255.255/32}"
@@ -61,3 +61,7 @@
 
 pass inet proto tcp from {$auton_lan, $auton_vpn} to any port $tcp_services_int
 pass inet proto udp from {$auton_lan, $auton_vpn} to any port $udp_services_int
+
+# 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}


======
/etc/rc.conf.local diffs (-OLD  +NEW)
======
--- /var/backups/etc_rc.conf.local.current	Thu Oct  3 01:36:13 2019
+++ /etc/rc.conf.local	Sun Oct 11 15:28:37 2020
@@ -1,9 +1,9 @@
+
+# Temporary needed for Barnabas
+dhcpd_flags="em0"
 openvpn_flags=--config /etc/openvpn/server.conf
-pkg_scripts=sshguard monit collectd smartd openvpn
+pkg_scripts=sshguard collectd smartd openvpn
 sensorsd_flags=
 snmpd_flags=
 syslogd_flags="-h"
 unbound_flags=
-
-# Temporary needed for Barnabas
-dhcpd_flags="em0"



More information about the Autonlab-sysinfo mailing list