<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Listening for WAN outages - possible?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I occasionally have annoying outages, short for the most part in my WAN connection. My ISP has no idea what it can be and didn't seem to care much, so... Would it be possible in the pfSense to set up some kind of logging of incoming traffic/link? I'm guessing it's a problem in their end somewhere, but naturally need to know more of the cause somehow. I'm mostly noting it when streaming music, not streaming movies, so perhaps caused within that service, but have lately seen it here at the forum as well, briefly losing connection, but reestablished almost immediately. Any ideas are greatly appreciated. (I know I could setup a Wireshark or similar, but if there is a lighter solution, that's what I'd like to try first)</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.netgate.com/topic/169297/listening-for-wan-outages-possible</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 06:24:33 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/169297.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jan 2022 19:00:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listening for WAN outages - possible? on Tue, 25 Jan 2022 20:57:10 GMT]]></title><description><![CDATA[<p dir="auto">@ryan29 said in <a href="/post/1021654">Listening for WAN outages - possible?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/furom">@<bdi>furom</bdi></a> Something I find useful in your situation is to ping multiple IPs.  It can help you get an idea of where the problem is.  I usually do something like this from a workstation on the LAN:</p>
<ul>
<li>LAN GW - This can help discover issues with on-site cabling and equipment.  This is the pfSense LAN IP.</li>
<li>WAN IP - This can help discover issues with the firewall (ex: maxed out CPU).</li>
<li>WAN GW - This can help discover issues with the ISP.</li>
<li>ISP DNS - This can help discover issues with the ISP.</li>
<li>1.1.1.1 - This can help discover issues with the ISP or the Internet in general.</li>
</ul>
<p dir="auto">If you have several days of stats from all of those, you can look at outages and see where the issue starts to occur (local vs ISP vs Internet).</p>
</blockquote>
<p dir="auto">This was interesting, thank you! I like that it's simple, yet gives a broader view, Will give it a try. :)</p>
]]></description><link>https://forum.netgate.com/post/1021812</link><guid isPermaLink="true">https://forum.netgate.com/post/1021812</guid><dc:creator><![CDATA[furom]]></dc:creator><pubDate>Tue, 25 Jan 2022 20:57:10 GMT</pubDate></item><item><title><![CDATA[Reply to Listening for WAN outages - possible? on Mon, 24 Jan 2022 23:28:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/furom">@<bdi>furom</bdi></a> Something I find useful in your situation is to ping multiple IPs.  It can help you get an idea of where the problem is.  I usually do something like this from a workstation on the LAN:</p>
<ul>
<li>LAN GW - This can help discover issues with on-site cabling and equipment.  This is the pfSense LAN IP.</li>
<li>WAN IP - This can help discover issues with the firewall (ex: maxed out CPU).</li>
<li>WAN GW - This can help discover issues with the ISP.</li>
<li>ISP DNS - This can help discover issues with the ISP.</li>
<li>1.1.1.1 - This can help discover issues with the ISP or the Internet in general.</li>
</ul>
<p dir="auto">If you have several days of stats from all of those, you can look at outages and see where the issue starts to occur (local vs ISP vs Internet).</p>
]]></description><link>https://forum.netgate.com/post/1021654</link><guid isPermaLink="true">https://forum.netgate.com/post/1021654</guid><dc:creator><![CDATA[ryan87]]></dc:creator><pubDate>Mon, 24 Jan 2022 23:28:22 GMT</pubDate></item><item><title><![CDATA[Reply to Listening for WAN outages - possible? on Sun, 23 Jan 2022 08:25:30 GMT]]></title><description><![CDATA[<p dir="auto">Thank you guys!</p>
<p dir="auto">I will check out monitoring as mentioned, haven't had time to do as much as I'd want yet, but will in time. And thanks for the script, also an great way of doing it :) This will get me started to hopefully find the occurrence, and when done, perhaps my ISP can start look for the cause.</p>
]]></description><link>https://forum.netgate.com/post/1021401</link><guid isPermaLink="true">https://forum.netgate.com/post/1021401</guid><dc:creator><![CDATA[furom]]></dc:creator><pubDate>Sun, 23 Jan 2022 08:25:30 GMT</pubDate></item><item><title><![CDATA[Reply to Listening for WAN outages - possible? on Sun, 23 Jan 2022 00:52:30 GMT]]></title><description><![CDATA[<p dir="auto">If you are actually seeing WAN disconnects that will be logged in the system and gateway logs.</p>
<p dir="auto">The gateway monitoring uses the WAN gateway IP by default and that will show packet loss or latency spikes. The first thing I would do is check the graphs in Status &gt; Monitoring.</p>
<p dir="auto">Steve</p>
]]></description><link>https://forum.netgate.com/post/1021372</link><guid isPermaLink="true">https://forum.netgate.com/post/1021372</guid><dc:creator><![CDATA[stephenw10]]></dc:creator><pubDate>Sun, 23 Jan 2022 00:52:30 GMT</pubDate></item><item><title><![CDATA[Reply to Listening for WAN outages - possible? on Sat, 22 Jan 2022 21:33:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/furom">@<bdi>furom</bdi></a></p>
<p dir="auto">What I did when I had a similar problem is I wrote a shell script which pinged my ISP's router at regular intervals and recorded the failures.</p>
<p dir="auto">Here's my script:<br />
#! /bin/sh<br />
while [ 1 ]<br />
do<br />
ping &lt;destination&gt; -4 -c 1 || date &gt;&gt; ~/log;sleep 50<br />
done</p>
<p dir="auto">Replace &lt;destination&gt; with the test address.  This was used on Linux, but should be the same on FreeBSD.</p>
]]></description><link>https://forum.netgate.com/post/1021344</link><guid isPermaLink="true">https://forum.netgate.com/post/1021344</guid><dc:creator><![CDATA[JKnott]]></dc:creator><pubDate>Sat, 22 Jan 2022 21:33:51 GMT</pubDate></item></channel></rss>