<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Firewall on Netdata</title><link>https://www.netdata.cloud/tags/firewall/</link><description>Recent content in Firewall on Netdata</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 05:09:03 +0300</lastBuildDate><atom:link href="https://www.netdata.cloud/tags/firewall/index.xml" rel="self" type="application/rss+xml"/><item><title>How To Check Your Firewall Logs On Windows</title><link>https://www.netdata.cloud/academy/how-to-check-firewall-logs-on-windows/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/how-to-check-firewall-logs-on-windows/</guid><description>&lt;p&gt;Every Windows system comes equipped with a built-in firewall, a critical component of its security posture. The &lt;strong&gt;Microsoft Defender Firewall&lt;/strong&gt; (previously Windows Firewall) acts as a gatekeeper, controlling incoming and outgoing network traffic based on predefined rules. While it diligently protects your system, its default configuration doesn&amp;rsquo;t tell you much about the traffic it&amp;rsquo;s allowing or blocking.&lt;/p&gt;&#10;&lt;p&gt;This is where &lt;strong&gt;Windows Firewall logs&lt;/strong&gt; come in. These logs record detailed information about the firewall&amp;rsquo;s activity, providing invaluable insights for &lt;a href="https://www.netdata.cloud/academy/what-is-uptime-monitoring/"&gt;troubleshooting network connectivity problems&lt;/a&gt;, identifying potential security threats, and ensuring compliance. For developers, DevOps engineers, and SREs, knowing &lt;strong&gt;how to check firewall logs&lt;/strong&gt; is a fundamental skill for &lt;a href="https://www.netdata.cloud/blog/windows-monitoring-improvements/"&gt;maintaining secure and reliable Windows environments&lt;/a&gt;, whether on workstations or &lt;strong&gt;Windows Server&lt;/strong&gt; instances. This guide will walk you through enabling, locating, interpreting, and managing these essential logs.&lt;/p&gt;</description></item><item><title>License expiry silently disabling features: monitor days-to-expiry</title><link>https://www.netdata.cloud/guides/network/network-license-expiry-silent-disable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/network/network-license-expiry-silent-disable/</guid><description>&lt;p&gt;Your firewall dashboard shows green. Interfaces are up, CPU and memory are normal, traffic is flowing. But at 09:00, someone reports VPN connections failing, IPS no longer blocking threats, or URL filtering not enforcing policy. A feature license expired at midnight, and the device silently stopped performing the licensed function without raising a visible alarm.&lt;/p&gt;&#10;&lt;p&gt;The device stays up, counters keep incrementing, throughput looks normal. The license-expiry message in syslog is low severity and gets buried under routine noise. By the time someone notices, the feature has been disabled for hours.&lt;/p&gt;</description></item><item><title>NAT and session-table exhaustion: catching it before connections fail</title><link>https://www.netdata.cloud/guides/network/network-nat-session-table-exhaustion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/network/network-nat-session-table-exhaustion/</guid><description>&lt;p&gt;New connections fail while existing ones keep working. Applications report &amp;ldquo;connection refused&amp;rdquo; or timeouts. Open SSH sessions stay alive, but new SSH attempts hang. Your monitoring shows the firewall or NAT gateway is up, interfaces are healthy, and CPU is normal. The session or NAT translation table is full.&lt;/p&gt;&#10;&lt;p&gt;Session-table exhaustion is a cliff-edge failure. The table degrades gracefully until it hits its limit, then every new connection is denied. Existing flows continue because their entries are already in the table. The symptom pattern is distinctive but easy to misdiagnose as application failure, DNS issues, or upstream provider problems, because the applications are the ones reporting errors.&lt;/p&gt;</description></item><item><title>Redis cluster bus port blocked: the port+10000 firewall gotcha</title><link>https://www.netdata.cloud/guides/redis/redis-cluster-gossip-port-blocked/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/redis/redis-cluster-gossip-port-blocked/</guid><description>&lt;p&gt;&lt;code&gt;CLUSTER INFO&lt;/code&gt; reports &lt;code&gt;cluster_state:fail&lt;/code&gt;. Nodes show non-zero &lt;code&gt;cluster_slots_pfail&lt;/code&gt;. Clients receive &lt;code&gt;CLUSTERDOWN&lt;/code&gt;. Yet &lt;code&gt;redis-cli -p 6379 PING&lt;/code&gt; returns &lt;code&gt;PONG&lt;/code&gt; on every node, application connections are still accepted, and the client port shows no obvious network outage. The cluster behaves like it is partitioned, but only the bus is broken. Port 16379, or your configured client port plus 10000, is missing from a firewall rule, security group, or container port mapping. The cluster bus carries gossip, failure detection, and node discovery over this separate TCP port. When the bus is unreachable, nodes cannot synchronize the cluster map, so they mark peers as failed and withdraw slot coverage even though the data port stays healthy. Because firewall rules often cover the client port but omit the bus port, this failure mode is common after infrastructure changes, node replacements, or environment migrations.&lt;/p&gt;</description></item></channel></rss>