atlas.int.autonlab.org daily insecurity output

Charlie Root auton.sysnotify at gmail.com
Thu Dec 12 01:35:21 EST 2019


Running security(8):

======
/etc/dhcpd.conf diffs (-OLD  +NEW)
======
--- /dev/null	Thu Dec 12 01:35:17 2019
+++ /etc/dhcpd.conf	Wed Dec 11 16:32:35 2019
@@ -0,0 +1,26 @@
+#       $OpenBSD: dhcpd.conf,v 1.6 2016/03/24 22:36:39 root Exp $
+#
+# DHCP server options.
+# See dhcpd.conf(5) and dhcpd(8) for more information.
+#
+
+# Network:              192.168.1.0/255.255.255.0
+# Domain name:          ipmi.autonlab.org
+# Name servers:         192.168.1.1
+# Default router:       192.168.1.1
+# Addresses:            192.168.1.2 - 192.168.1.254
+#
+option  domain-name "ipmi.autonlab.org";
+option  domain-name-servers 8.8.8.8, 208.67.222.222;
+
+subnet 192.168.1.0 netmask 255.255.255.0 {
+        option routers 192.168.1.1;
+
+        range 192.168.1.2 192.168.1.254;
+
+        host gaia {
+                hardware ethernet 00:25:90:cf:4c:c5;
+                fixed-address 192.168.1.5;
+        }
+}
+


======
/etc/hostname.em0 new SHA-256 checksum
======
NEW: eaa2466fce58a17139d9a4acdcc2b1133a097fd54392e541b3a5c3b537de11ae

======
/etc/pf.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_pf.conf.current	Wed Oct 30 01:34:53 2019
+++ /etc/pf.conf	Wed Dec 11 18:03:49 2019
@@ -55,5 +55,5 @@
 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
 
-# Needed for IPMI to deimos
+# Needed for IPMI server
 pass on em0 inet proto udp from any to any port 623


======
/etc/rc.conf.local diffs (-OLD  +NEW)
======
--- /var/backups/etc_rc.conf.local.current	Tue Mar 21 01:34:29 2017
+++ /etc/rc.conf.local	Wed Dec 11 16:36:43 2019
@@ -4,3 +4,6 @@
 sensorsd_flags=
 snmpd_flags=
 ldapd_flags=
+
+# IPMI server not fully static due to the legacy reasons
+dhcpd_flags="em0"



More information about the Autonlab-sysinfo mailing list