deimos.autonlab.org daily insecurity output
Charlie Root
auton.sysnotify at gmail.com
Thu Jul 11 01:30:23 EDT 2024
Running security(8):
======
/etc/pf.conf diffs (-OLD +NEW)
======
--- /var/backups/etc_pf.conf.current Fri Oct 21 01:35:55 2022
+++ /etc/pf.conf Wed Jul 10 17:53:35 2024
@@ -22,8 +22,9 @@
udp_services = "{domain, ntp}"
udp_services_int = "{domain, ntp, snmp, syslog, 111, 2049, 25826}"
openvpn = "{1194}"
+tcp_kerberos = "{kerberos}"
+udp_kerberos = "{kerberos}"
-
# options
set block-policy return
set limit states 100000
@@ -64,6 +65,8 @@
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
+pass inet proto tcp from {$auton_lan} to any port $tcp_kerberos
+pass inet proto udp from {$auton_lan} to any port $udp_kerberos
# Expose sftp server to the World
======
/etc/rc.conf.local diffs (-OLD +NEW)
======
--- /var/backups/etc_rc.conf.local.current Sun Nov 22 01:36:06 2020
+++ /etc/rc.conf.local Wed Jul 10 18:23:49 2024
@@ -1,5 +1,5 @@
ldapd_flags=
-pkg_scripts=sshguard collectd smartd
+pkg_scripts=sshguard collectd smartd kdc kadmind
sensorsd_flags=
snmpd_flags=
syslogd_flags="-h"
More information about the Autonlab-sysinfo
mailing list