Recently, I created some Docker images to configure a container with open VPN support and iptables.
So far, everything is working fine, but since I have some problems with the firewall, I added some more iptables rules to register dropped packets in / var / log / messages. However, I realized that even if something is discarded, the log file cannot be found in / var / log.
So my question is this: how is the Alpine Linux log (system) handled and how can I specifically check the iptables log?
UPDATE
As Larks pointed out, default logging is disabled in the kernel to prevent DDOS attacks when loading logs.
To access the work, I installed ulogd and followed the instructions here .
source
share