logging

  1. A

    isc-dhcpd logging

    Hey everyone, I faced an issue with dhcpd logging. Configured logging: gw# less /usr/local/etc/dhcpd.conf | grep log log-facility local7; gw# less /etc/rc.conf | grep dhcpd dhcpd_enable="YES" dhcpd_ifaces="em3" gw# cat /etc/syslog.conf | grep dhcpd !dhcpd *.*...
  2. J

    PF I can't log the blocked packets

    I'm trying to set up a pf firewall. I'd like to log all the dropped packets. Here's my pf.conf so far: tcp_internet_out="{53, 80, 443, 123}" udp_internet_out="{53}" block log all pass in quick on lo0 pass out quick on lo0 pass in quick on re0 inet proto tcp from any to (re0) port 22 pass out...
Back
Top