phobos.autonlab.org daily insecurity output

Charlie Root auton.sysnotify at gmail.com
Thu Nov 14 01:35:30 EST 2019


Running security(8):

======
/etc/dhcpd.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_dhcpd.conf.current	Sat Nov  9 01:35:34 2019
+++ /etc/dhcpd.conf	Wed Nov 13 15:40:21 2019
@@ -38,4 +38,8 @@
                 hardware ethernet 00:25:90:0C:87:20;
                 fixed-address 192.168.3.14;
         }
+        host denver {
+                hardware ethernet 0c:c4:7a:b4:56:d2;
+                fixed-address 192.168.3.4;
+        }
 }


======
/etc/pf.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_pf.conf.current	Sat Nov  9 01:35:34 2019
+++ /etc/pf.conf	Wed Nov 13 15:46:05 2019
@@ -15,7 +15,7 @@
 
 tcp_services = "{ssh, http, https, submission, 8080, 30041}"
 tcp_services_int = "{ssh, http, https, submission, ldap, rsync\
-    111, 2049, 4000, 4001, 4002, 7000, 7001, 7002, 3690, 8080, 30041, 2222}"
+    111, 2049, 4000, 4001, 4002, 7000, 7001, 7002, 3690, 8080, 30041, 2222, 2223}"
 udp_services = "{domain, ntp}"
 udp_services_int = "{domain, ntp, snmp, syslog, 111, 2049, 25826}"
 openvpn = "{1194}"
@@ -68,5 +68,6 @@
 # Only temporary needed for Barnabas.
 pass in on egress inet proto tcp to (egress) port {ssh} rdr-to 192.168.3.13
 pass in on egress inet proto tcp to (egress) port {2222} rdr-to 192.168.3.12 port 22
+pass in on egress inet proto tcp to (egress) port {2223} rdr-to 192.168.3.4 port 22
 pass on em0 inet proto tcp from any to any port $tcp_services
 pass on em0 inet proto udp from any to any port $udp_services



More information about the Autonlab-sysinfo mailing list