<?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[Network interface mismatch when using lagg int.]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I created a lagg interface in config.xml.<br />
I'm able to assign the lan interface to lagg0.</p>
<p dir="auto">After a restart i get a network interface mismatch and i have to set the interfaces again. The lagg interface is not there.<br />
After setting the interfaces again, pfsense boots further and im able to change the lan interface to use the lagg interface.</p>
<p dir="auto">How do i solve this? Where should i create the lagg interface so i dont get a network interface mismatch while booting?</p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.netgate.com/topic/8742/network-interface-mismatch-when-using-lagg-int</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 03:54:08 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/8742.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 May 2008 11:55:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Network interface mismatch when using lagg int. on Tue, 06 May 2008 14:10:08 GMT]]></title><description><![CDATA[<p dir="auto">LAGG isn't supported under pfSense 1.2, regardless of the version of the underlying FreeBSD.  If you try to make this work, you are on your own.</p>
]]></description><link>https://forum.netgate.com/post/173053</link><guid isPermaLink="true">https://forum.netgate.com/post/173053</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 06 May 2008 14:10:08 GMT</pubDate></item><item><title><![CDATA[Reply to Network interface mismatch when using lagg int. on Mon, 05 May 2008 13:44:40 GMT]]></title><description><![CDATA[<p dir="auto">I'm using pfsense 1.2 based on freebsd 6.3.</p>
<p dir="auto">EDIT:<br />
This is how i fixed it.</p>
<p dir="auto">/etc/rc.bootup<br />
Original:<br />
while(is_interface_mismatch() == true) {<br />
echo "\nNetwork interface mismatch – Running interface assignment option.\n";<br />
set_networking_interfaces_ports();<br />
}<br />
New:<br />
if(is_interface_mismatch() == true) {<br />
echo "\nNetwork interface mismatch -- NOT Running interface assignment option.\n";<br />
}</p>
<p dir="auto">/conf/config.xml<br />
&lt;earlyshellcmd&gt;ifconfig lagg0 create&lt;/earlyshellcmd&gt;<br />
&lt;earlyshellcmd&gt;ifconfig lagg0 up laggproto lacp laggport em2 laggport em3&lt;/earlyshellcmd&gt;</p>
<p dir="auto">Curious if there is a better way.</p>
]]></description><link>https://forum.netgate.com/post/172962</link><guid isPermaLink="true">https://forum.netgate.com/post/172962</guid><dc:creator><![CDATA[Abacabb]]></dc:creator><pubDate>Mon, 05 May 2008 13:44:40 GMT</pubDate></item><item><title><![CDATA[Reply to Network interface mismatch when using lagg int. on Mon, 05 May 2008 12:33:25 GMT]]></title><description><![CDATA[<p dir="auto">link aggregation is not supported, maybe in 1.2.1 as it's based on freebsd 6.3</p>
]]></description><link>https://forum.netgate.com/post/172960</link><guid isPermaLink="true">https://forum.netgate.com/post/172960</guid><dc:creator><![CDATA[Perry]]></dc:creator><pubDate>Mon, 05 May 2008 12:33:25 GMT</pubDate></item></channel></rss>