<?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[WAN down momentarily = Reboot to recover]]></title><description><![CDATA[<p dir="auto">Have found a lot of people reporting what are likely related issues, with no resolution proposed yet…</p>
<p dir="auto">While setting up new 2.1 pfSense install on a re-purposed IBM ThinkCentre, there was some plugging and unplugging of cables, and afterwards there was no connectivity to the internet.  The dashboard showed 100% CPU utilization and the WAN link state was alternating up, down, up, down, constantly.  After trying a number of things to recover, I rebooted the machine, and it came back up with a working WAN, all was well.  A little later I unplugged the WAN cable again temporarily, and the same thing happened, and the only solution was to reboot.  Here is what may be helpful information for others experiencing similar issues:</p>
<p dir="auto">-If WAN is DHCP and cable is momentarily unplugged (ISP device reboot), CPU utilization goes to 100%, WAN adaptor link state cycles up/down constantly, and all Internet connectivity is lost.  Rebooting the machine via Diagnostics or Terminal is the only fix.<br />
-If WAN is Static and cable is momentarily unplugged (ISP device reboot), CPU utilization goes to 100%, WAN adaptor link state cycles up/down constantly, and all Internet connectivity is lost.  Rebooting the machine via Diagnostics or Terminal is the only fix.</p>
<p dir="auto">I switched WAN from the onboard Intel NIC to a new Realtek Gigabit PCI card and repeated the above steps, with the same result.  The only packages currently installed are Unbound, Squid v3 and SquidGuard.</p>
<p dir="auto">The ISP is pretty reliable, unlike some of the reports from others having similar issues, but since the only solution is to reboot the machine, this seems to have the potential of being a big issue for anyone running critical services in-house.  Any suggestions?</p>
<p dir="auto">Similar posts:<br />
http://forum.pfsense.org/index.php/topic,53221.0.html<br />
http://forum.pfsense.org/index.php/topic,58819.0.html<br />
http://forum.pfsense.org/index.php/topic,59906.0.html</p>
]]></description><link>https://forum.netgate.com/topic/54455/wan-down-momentarily-reboot-to-recover</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 06:01:24 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/54455.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Mar 2013 04:43:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Sat, 23 Mar 2013 03:44:54 GMT]]></title><description><![CDATA[<p dir="auto">Yes, the log and packet capture were with WAN set to static IP.  And, I also noticed some inconsistency in the order of log events…</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wallabybob">@<bdi>wallabybob</bdi></a>:</p>
<blockquote>
<p dir="auto">Perhaps the carrier signal from the modem is "flapping". Perhaps these messages are coming from independent processes that don't know what the other is doing.</p>
</blockquote>
<p dir="auto">Actually, when first setting up the system and experiencing this issue the WAN was connected to an AP in bridge mode, and was only connected directly to the ISP modem later in the setup/troubleshooting process.  So, while it is possible that the modem <em>and</em> the AP are contributing to this behavior, it's not likely.</p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.netgate.com/post/386057</link><guid isPermaLink="true">https://forum.netgate.com/post/386057</guid><dc:creator><![CDATA[niner]]></dc:creator><pubDate>Sat, 23 Mar 2013 03:44:54 GMT</pubDate></item><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Sat, 23 Mar 2013 02:33:23 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the capture and the log extract.  I presume these were with the WAN interface configured with static IP (no sign of DHCP in the packet capture) BUT I notice /etc/rc.linkup appears to write those DEVD messages on interfaces which don't have static IPs.</p>
<p dir="auto">It would be more informative to have a packet capture covering the time span of the log extract but there are a number of things that seem strange to me:</p>
<blockquote>
<p dir="auto">Mar 22 23:45:21 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:45:21 pfsense check_reload_status: Linkup starting fxp0</p>
<p dir="auto">Mar 22 23:45:40 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:45:40 pfsense check_reload_status: Linkup starting fxp0</p>
</blockquote>
<p dir="auto">Perhaps check_reload_status is setting the interface down in order to reset things before attempting to restart the link, and the consequent kernel report is sneeking past the check_reload_status announcement to the kernel log. Otherwise it is hard to explain why check_reload_status is starting the interface immediately after the kernel reports it down.</p>
<blockquote>
<p dir="auto">Mar 22 23:45:37 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:45:37 pfsense php: : DEVD Ethernet detached event for wan</p>
</blockquote>
<p dir="auto">Perhaps the carrier signal from the modem is "flapping". Perhaps these messages are coming from independent processes that don't know what the other is doing.</p>
<p dir="auto">I wonder why</p>
<blockquote>
<p dir="auto">Mar 22 23:45:55 pfsense php: : DEVD Ethernet attached event for wan</p>
</blockquote>
<p dir="auto">is immediately followed by</p>
<blockquote>
<p dir="auto">Mar  22 23:45:56 pfsense php: : HOTPLUG: Configuring interface wan</p>
</blockquote>
<p dir="auto">but the attached event at Mar 22 23:45:18  isn't immediately followed by a</p>
<blockquote>
<p dir="auto">HOTPLUG: Configuring interface wan</p>
</blockquote>
<p dir="auto">I wonder why the</p>
<blockquote>
<p dir="auto">Mar 22 23:45:38 pfsense php: : HOTPLUG: Configuring interface wan</p>
</blockquote>
<p dir="auto">wasn't cancelled by the immediately preceding</p>
<blockquote>
<p dir="auto">Mar 22 23:45:37 pfsense php: : DEVD Ethernet detached event for wan</p>
</blockquote>
<p dir="auto">I haven't had a detailed look through the code reporting the messages that provoked my curiosity so its quite possible some or all them mean something a bit different to what I think they mean.</p>
]]></description><link>https://forum.netgate.com/post/386055</link><guid isPermaLink="true">https://forum.netgate.com/post/386055</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Sat, 23 Mar 2013 02:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Fri, 22 Mar 2013 16:56:10 GMT]]></title><description><![CDATA[<p dir="auto">As requested, more info below.  After a reboot the log settled down and there was no activity until I logged into the Gui, so there is nothing interesting to show before the WAN interface goes down.  Here is what happens when it does go down:</p>
<blockquote>
<p dir="auto">Mar 22 23:44:28 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:44:28 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:44:31 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:44:45 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:44:46 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:44:46 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:44:46 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:44:48 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:44:48 pfsense check_reload_status: Updating all dyndns<br />
Mar 22 23:44:48 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:44:51 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:44:56 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:45:07 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:45:18 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:45:20 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:45:21 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:45:21 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:45:24 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:45:24 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:45:36 pfsense check_reload_status: Updating all dyndns<br />
Mar 22 23:45:36 pfsense check_reload_status: Restarting ipsec tunnels<br />
Mar 22 23:45:36 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:45:36 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:45:37 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:45:37 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:45:38 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:45:40 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:45:40 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:45:42 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:45:42 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:45:52 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:45:55 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:45:56 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:45:58 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:45:58 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:00 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:46:00 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:05 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:46:05 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:46:05 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:46:08 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:46:08 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:10 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:10 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:46:11 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:46:15 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:46:15 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:46:16 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:46:16 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:18 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:46:18 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:46:19 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:46:26 pfsense check_reload_status: Updating all dyndns<br />
Mar 22 23:46:26 pfsense check_reload_status: Restarting ipsec tunnels<br />
Mar 22 23:46:26 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:46:27 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:46:47 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:46:51 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:46:54 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:46:57 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:47:06 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:47:06 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:47:07 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:47:08 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:47:11 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:47:11 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:47:13 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:47:13 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:47:15 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:47:36 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:47:42 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:47:43 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:47:46 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:47:46 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:47:48 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:47:48 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:47:51 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:47:54 pfsense kernel: arpresolve: can't allocate llinfo for 192.168.1.1<br />
Mar 22 23:48:00 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:48:01 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:48:10 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:48:10 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:48:11 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:11 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:48:11 pfsense check_reload_status: Updating all dyndns<br />
Mar 22 23:48:11 pfsense check_reload_status: Restarting ipsec tunnels<br />
Mar 22 23:48:11 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:48:11 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:48:13 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:13 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:48:14 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:48:23 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:48:23 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:48:23 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:23 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:48:25 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:25 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:48:26 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:48:28 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:48:28 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:48:28 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:28 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:48:30 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:30 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:48:36 pfsense check_reload_status: Updating all dyndns<br />
Mar 22 23:48:36 pfsense check_reload_status: Restarting ipsec tunnels<br />
Mar 22 23:48:36 pfsense check_reload_status: Restarting OpenVPN tunnels/interfaces<br />
Mar 22 23:48:37 pfsense check_reload_status: Reloading filter<br />
Mar 22 23:48:45 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:48:48 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:48:49 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:48:51 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:48:51 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:48:54 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:48:54 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:49:03 pfsense php: : DEVD Ethernet detached event for wan<br />
Mar 22 23:49:09 pfsense php: : DEVD Ethernet attached event for wan<br />
Mar 22 23:49:10 pfsense php: : HOTPLUG: Configuring interface wan<br />
Mar 22 23:49:11 pfsense check_reload_status: Linkup starting fxp0<br />
Mar 22 23:49:11 pfsense kernel: fxp0: link state changed to DOWN<br />
Mar 22 23:49:14 pfsense kernel: fxp0: link state changed to UP<br />
Mar 22 23:49:14 pfsense check_reload_status: Linkup starting fxp0</p>
</blockquote>
<p dir="auto">And it continues to repeat the same…  As for a packet capture, this is what happens after the link comes back up:</p>
<blockquote>
<p dir="auto">23:49:49.425824 ARP, Request who-has 192.168.1.111 tell 192.168.1.111, length 28<br />
23:49:49.631470 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:50.631473 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:51.666721 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:56.579716 ARP, Request who-has 192.168.1.111 tell 192.168.1.111, length 28<br />
23:49:56.667402 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:57.667407 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:58.667458 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:59.667414 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:49:59.667733 ARP, Reply 192.168.1.1 is-at 00:27:22:d9:e7:02, length 46<br />
23:49:59.667763 IP 192.168.1.111 &gt; 192.168.1.1: ICMP echo request, id 8516, seq 7969, length 44<br />
23:49:59.667987 IP 192.168.1.1 &gt; 192.168.1.111: ICMP echo reply, id 8516, seq 7969, length 44<br />
23:50:01.808773 ARP, Request who-has 192.168.1.111 tell 192.168.1.111, length 28<br />
23:50:02.667430 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:50:03.667436 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:50:04.667435 ARP, Request who-has 192.168.1.1 tell 192.168.1.111, length 28<br />
23:50:04.667601 ARP, Reply 192.168.1.1 is-at 00:27:22:d9:e7:02, length 46<br />
23:50:04.667626 IP 192.168.1.111 &gt; 192.168.1.1: ICMP echo request, id 8516, seq 9249, length 44<br />
23:50:04.667856 IP 192.168.1.1 &gt; 192.168.1.111: ICMP echo reply, id 8516, seq 9249, length 44</p>
</blockquote>
<p dir="auto">And it too continues to repeat the same…  (192.168.1.1 is ISP, 192.168.1.111 is WAN)</p>
<p dir="auto">Hope this, along with the process screen shot sent earlier, helps to clarify the situation.  Thanks again.</p>
]]></description><link>https://forum.netgate.com/post/385972</link><guid isPermaLink="true">https://forum.netgate.com/post/385972</guid><dc:creator><![CDATA[niner]]></dc:creator><pubDate>Fri, 22 Mar 2013 16:56:10 GMT</pubDate></item><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Fri, 22 Mar 2013 10:55:24 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the additional information.</p>
<p dir="auto">It would probably also be helpful to have the extract of the system log from a few lines BEFORE the WAN interface is reported down for  maybe the next few minutes. You will probably need to display the whole log file by pfSense shell command```<br />
clog /var/log/system.log</p>
<pre><code class="language--">
A packet capture on the WAN interface would also be interesting to see - is anybody trying to start a conversation?</code></pre>
]]></description><link>https://forum.netgate.com/post/385903</link><guid isPermaLink="true">https://forum.netgate.com/post/385903</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Fri, 22 Mar 2013 10:55:24 GMT</pubDate></item><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Fri, 22 Mar 2013 08:39:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wallabybob">@<bdi>wallabybob</bdi></a>:</p>
<blockquote>
<p dir="auto">Some more details would probably be helpful…Which pfSense build?</p>
</blockquote>
<p dir="auto">I am currently using 2.1-BETA1 (i386)<br />
built on Tue Mar 19 05:51:13 EDT 2013</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wallabybob">@<bdi>wallabybob</bdi></a>:</p>
<blockquote>
<p dir="auto">While the dashboard shows 100% CPU utilization, what does the pfSense shell command```<br />
top -S -H</p>
<pre><code class="language-show"></code></pre>
</blockquote>
<p dir="auto">Both DHCP and Static configurations yield basically the same results.  The stats fluctuate, as seen in the following 2 screenshots, but check_reload_status (40%-70%) is almost always at the top of the list, along with syslogd (5%-25%), php (5%-75%) and unbound (5%-10%) :</p>
<p dir="auto">Screenshot1:<br />
<img src="http://pf-top1.png" alt="" class=" img-fluid img-markdown" /><br />
Screenshot2:<br />
<img src="http://pf-top2.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wallabybob">@<bdi>wallabybob</bdi></a>:</p>
<blockquote>
<p dir="auto">What type of Intel NIC?</p>
</blockquote>
<p dir="auto">Onboard: Intel 82801BA (D865) Pro/100 VE Ethernet<br />
PCI: RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wallabybob">@<bdi>wallabybob</bdi></a>:</p>
<blockquote>
<p dir="auto">I'm running pfSense build 2.1-BETA1 (i386)<br />
built on Sat Feb 23 16:39:07 EST 2013. Its WAN interface is vr0 and it uses DHCP. I disconnected the WAN link from the switch for a few minutes and plugged it back into the switch and there was no sign of the sort of meltdown you described in that I could connect to the GUI over the WAN link and the dashboard showed an uptime of over 25 days: the WAN recovered without a reboot.</p>
</blockquote>
<p dir="auto">My WAN interface is normally fxp0 and Static (or re0 and DHCP, if I am testing and using the Gigabit NIC) and the dashboard and LAN access remain available during the loss of WAN, so I can initiate a reboot locally…but if I were not onsite it would be another matter.</p>
<p dir="auto">If there is other information I can provide, or if there are suggestions for further troubleshooting, please let me know.  Thanks.</p>
<p dir="auto"><img src="/public/_imported_attachments_/1/pf-top1.png" alt="pf-top1.png" class=" img-fluid img-markdown" /><br />
<img src="/public/_imported_attachments_/1/pf-top1.png_thumb" alt="pf-top1.png_thumb" class=" img-fluid img-markdown" /><br />
<img src="/public/_imported_attachments_/1/pf-top2.png" alt="pf-top2.png" class=" img-fluid img-markdown" /><br />
<img src="/public/_imported_attachments_/1/pf-top2.png_thumb" alt="pf-top2.png_thumb" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.netgate.com/post/385887</link><guid isPermaLink="true">https://forum.netgate.com/post/385887</guid><dc:creator><![CDATA[niner]]></dc:creator><pubDate>Fri, 22 Mar 2013 08:39:08 GMT</pubDate></item><item><title><![CDATA[Reply to WAN down momentarily = Reboot to recover on Fri, 22 Mar 2013 05:51:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/niner">@<bdi>niner</bdi></a>:</p>
<blockquote>
<p dir="auto">Any suggestions?</p>
</blockquote>
<p dir="auto">Some more details would probably be helpful.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/niner">@<bdi>niner</bdi></a>:</p>
<blockquote>
<p dir="auto">While setting up new 2.1 pfSense install on a re-purposed IBM ThinkCentre,</p>
</blockquote>
<p dir="auto">Which pfSense build?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/niner">@<bdi>niner</bdi></a>:</p>
<blockquote>
<p dir="auto">-If WAN is DHCP and cable is momentarily unplugged (ISP device reboot), CPU utilization goes to 100%, WAN adaptor link state cycles up/down constantly, and all Internet connectivity is lost.  Rebooting the machine via Diagnostics or Terminal is the only fix.</p>
</blockquote>
<p dir="auto">While the dashboard shows 100% CPU utilization, what does the pfSense shell command```<br />
top -S -H</p>
<pre><code class="language-show">
@niner:

&gt; -If WAN is Static and cable is momentarily unplugged (ISP device reboot), CPU utilization goes to 100%, WAN adaptor link state cycles up/down constantly, and all Internet connectivity is lost.  Rebooting the machine via Diagnostics or Terminal is the only fix.

While the dashboard shows 100% CPU utilization, what does the pfSense shell command```
top -S -H 
```show as the top 3 or 4 CPU consumers and what proportion are they consuming?

@niner:

&gt; I switched WAN from the onboard Intel NIC to a new Realtek Gigabit PCI card and repeated the above steps,

What type of Intel NIC?

I'm running pfSense build

&gt; 2.1-BETA1 (i386)
&gt; built on Sat Feb 23 16:39:07 EST 2013

. Its WAN interface is vr0 and it uses DHCP. I disconnected the WAN link from the switch for a few minutes and plugged it back into the switch and there was no sign of the sort of meltdown you described in that I could connect to the GUI over the WAN link and the dashboard showed an uptime of over 25 days: the WAN recovered without a reboot.</code></pre>
]]></description><link>https://forum.netgate.com/post/385875</link><guid isPermaLink="true">https://forum.netgate.com/post/385875</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Fri, 22 Mar 2013 05:51:23 GMT</pubDate></item></channel></rss>