<?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[Corrupted MAC on input]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">while pfSense is working greatly (thanks for this piece of software by the way!), I experience another problem with ssh connections. If I try to scp a file to the pfSense box, the connection is severed with the message</p>
<p dir="auto">Received disconnect from [pfSense IP]: 2: Corrupted MAC on input.</p>
<p dir="auto">This happens only if the file size is a few MBytes. I can split larger files, copy the chunks over and reassemble them, but that's a bit cumbersome :-) As the default ssh connection works I tried to pipe some data through here, but the problem also shows up. The network adapter is an Intel PRO/1000 MT Dual Port Server Adapter. Are there any known compatibility problems with this one?</p>
<p dir="auto">I would have suspected a hardware failure of the NIC, but the curious thing is that all connections passing <em>over</em> the pfSense box are working just fine. Maybe a problem with the OpenSSL version that pfSense is using? I tried different hashing options, but this did not change a thing.</p>
<p dir="auto">Maybe related to this is that the update function is not working, if I specify the URL to the package on the console. The download everytime fails with a wrong md5 checksum, which is different for each try.</p>
<p dir="auto">Any hints on this one? Help is greatly appreciated.</p>
<p dir="auto">Best regards<br />
Chris</p>
]]></description><link>https://forum.netgate.com/topic/5547/corrupted-mac-on-input</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 09:15:07 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/5547.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Aug 2007 08:04:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 18:56:23 GMT]]></title><description><![CDATA[<p dir="auto">yes, I did (using the web interface): &lt;disablechecksumoffloading&gt;yes&lt;/disablechecksumoffloading&gt;</p>
<p dir="auto">For my system it seems that the options doesn't have to be explicitly activated (as the original code does), but deactivated (what the code did not). At least this was my observation, ymmv of course :)</p>
]]></description><link>https://forum.netgate.com/post/158851</link><guid isPermaLink="true">https://forum.netgate.com/post/158851</guid><dc:creator><![CDATA[core]]></dc:creator><pubDate>Mon, 20 Aug 2007 18:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 18:02:50 GMT]]></title><description><![CDATA[<p dir="auto">Did you set $config['system']['disablechecksumoffloading'] in config.xml?</p>
<p dir="auto">Ie:</p>
<p dir="auto">&lt;system&gt;&lt;disablechecksumoffloading&gt;&lt;/disablechecksumoffloading&gt;&lt;/system&gt;</p>
]]></description><link>https://forum.netgate.com/post/158847</link><guid isPermaLink="true">https://forum.netgate.com/post/158847</guid><dc:creator><![CDATA[sullrich]]></dc:creator><pubDate>Mon, 20 Aug 2007 18:02:50 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 17:54:39 GMT]]></title><description><![CDATA[<p dir="auto">Hardware Checksum Offloading was the culprit. I had tried the option in the webinterface before, but did not check its effects. At least for my Intel card, the switch does nothing. Only a</p>
<p dir="auto"><em>ifconfig em0/1 -txcsum -rxcsum</em></p>
<p dir="auto">solves the problem (or so it seems after 30 minutes of testing). Deactivating the offloading does not seem to pose a too heavy load on the system, so I think I'll go with the Intel adapter without offloading instead of the onboard NIC.</p>
<p dir="auto">What is the recommended way for pfSense to execute this command at startup? I've modified /etc/inc/pfsense-utils.inc and included the part</p>
<p dir="auto"><em>if($config['system']['disablechecksumoffloading'])<br />
        {<br />
                mwexec("/sbin/ifconfig {$interface} -txcsum 2&gt;/dev/null");<br />
                mwexec("/sbin/ifconfig {$interface} -rxcsum 2&gt;/dev/null");<br />
                return;<br />
        }</em></p>
<p dir="auto">which does the trick for me after a restart. Probably other adapters do not activate this option automatically, but with the Intel deactivating explicitly is necessary.</p>
<p dir="auto">I hope no one takes offence at my dilettantish fix :-D</p>
]]></description><link>https://forum.netgate.com/post/158844</link><guid isPermaLink="true">https://forum.netgate.com/post/158844</guid><dc:creator><![CDATA[core]]></dc:creator><pubDate>Mon, 20 Aug 2007 17:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 12:08:28 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the pointer. I'm going to check that this evening (allthough it seems that the interrupts for the NICs are all unique), go for a RC2 update and let you know what happens.</p>
]]></description><link>https://forum.netgate.com/post/158829</link><guid isPermaLink="true">https://forum.netgate.com/post/158829</guid><dc:creator><![CDATA[core]]></dc:creator><pubDate>Mon, 20 Aug 2007 12:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 11:47:44 GMT]]></title><description><![CDATA[<p dir="auto">Shared IRQ could also cause strange things, so check that too and disable what you can in bios.</p>
<p dir="auto">http://forum.pfsense.org/index.php/topic,1623.0.html</p>
]]></description><link>https://forum.netgate.com/post/158828</link><guid isPermaLink="true">https://forum.netgate.com/post/158828</guid><dc:creator><![CDATA[Perry]]></dc:creator><pubDate>Mon, 20 Aug 2007 11:47:44 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 11:20:13 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your reply, Perry. Both machine and NIC are brand new with no new BIOS versions available yet. I'm running RC1 right now, so RC2 would be definitely worth a try.</p>
<p dir="auto">However, I moved the interfaces from the Intel NIC (on a riser card) to the onboard NIC – and everything works like a charm. Must be a hardware problem then, the Intel NIC itself is listed as supported.</p>
]]></description><link>https://forum.netgate.com/post/158827</link><guid isPermaLink="true">https://forum.netgate.com/post/158827</guid><dc:creator><![CDATA[core]]></dc:creator><pubDate>Mon, 20 Aug 2007 11:20:13 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted MAC on input on Mon, 20 Aug 2007 08:42:28 GMT]]></title><description><![CDATA[<p dir="auto">With an issue like this, the things i would do<br />
Update bios to latest and greatest<br />
Reinstall pfSense with the latest and greatest version ( 1.2rc2 atm )<br />
Then try with a default install to confirm that the problem still occur .</p>
]]></description><link>https://forum.netgate.com/post/158824</link><guid isPermaLink="true">https://forum.netgate.com/post/158824</guid><dc:creator><![CDATA[Perry]]></dc:creator><pubDate>Mon, 20 Aug 2007 08:42:28 GMT</pubDate></item></channel></rss>