<?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[Bridgeing: 2nd bridge does not pass traffic]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I'm having a bit a hard time here getting two bridge interfaces running. Requirement is simple: accesspoint serving two SSIDs, each connected to an appropriate VLAN. Switchport provides untagged traffic for wlan1, and .1q tagged traffic for wlan2. There are already dhcp-servers and gateways available on these segments, so the pfsense does only L2 connectivity by extending these networks into the air.</p>
<pre><code>
Bridge0:	vr0_untag,  vr1_untag,  ath0_wlan1 (hostap)
Bridge1:	vr0_144,  vr1_144,  ath0_wlan2 (hostap)

</code></pre>
<p dir="auto">While setting this up was no problem, I'm having quite a tough time using the 2nd bridge. From my understanding and experience you can usually set IP addresses to both, the physical-member as well as to the bridge interface, so I should be able to dhcp-up all four interfaces: both Ethernet and both bridges, not?</p>
<p dir="auto">What works for me is:</p>
<pre><code>
vr0_untag 	DHCPC -&gt; fine, gets an IP from DHCP on vlan0
vr0_144 	 DHCPC -&gt; fine, gets an IP from DHCP on vlan144
bridge0		DHCPC -&gt; fine, gets an IP from DHCP on vlan0
bridge1		DHCPC -&gt; fail, never gets an address

</code></pre>
<p dir="auto">the problem with bridge1 is also reproducible when clients are connected to these bridges:<br />
wlan clients connected to ath0_wlan1 are getting onto the vlan0 network, all good<br />
wlan clients connected to ath0_wlan2 are getting dhcp'd, but cannot communicate otherwise</p>
<p dir="auto">this is very strange: I can see the DHCP-chitchat through bridge1, but see nothing further. Whatever the clients are doing after getting the ip: it's just not visible! Even arp-whohas won't get though, I cannot arp-resolve the ip of the dhcp server, just blanc.</p>
<p dir="auto">I made sure that there are enough IPs on the servers, doublechecked the switch (though vlan144 is fine otherwise vr0_144 would not get an ip neither), even made the same config to the 2nd Ethernet interface (vr0): exactely the same: native works just fine, vlan'd port does barely supply an IP that’s it. For analysis I've been through all combinations net.link.pfil_*, and also disabled all packet filtering, nothing.</p>
<p dir="auto">Difference from bridge0 to bridge1 is only that the later has a vlan-tagged member … but I've seen this working before.</p>
<p dir="auto">As I'm running out of ideas I was wondering if there's something I missed? Just having a 2nd bridge interface should not be a problem, not?  I've searched a lot in this forum but found only one bridge confirmed to work ...</p>
<p dir="auto">Cheers<br />
Alix hardware with 2.1-rel</p>
]]></description><link>https://forum.netgate.com/topic/66537/bridgeing-2nd-bridge-does-not-pass-traffic</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 21:03:29 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/66537.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Mar 2014 10:37:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bridgeing: 2nd bridge does not pass traffic on Mon, 10 Mar 2014 11:53:37 GMT]]></title><description><![CDATA[<p dir="auto">and thats it: do not mix untagged and tagged interfaces with bridges.<br />
final hint came through this discussion: https://forum.pfsense.org/index.php?topic=31539.0</p>
<p dir="auto">sorry for bothering</p>
]]></description><link>https://forum.netgate.com/post/448028</link><guid isPermaLink="true">https://forum.netgate.com/post/448028</guid><dc:creator><![CDATA[maldex]]></dc:creator><pubDate>Mon, 10 Mar 2014 11:53:37 GMT</pubDate></item><item><title><![CDATA[Reply to Bridgeing: 2nd bridge does not pass traffic on Mon, 10 Mar 2014 11:36:44 GMT]]></title><description><![CDATA[<p dir="auto">i exchanged the bridges numbering with the same result: only the untagged-bridge works, the tagged does not, i cannot get an IP onto the bridge interface with vlan member.</p>
<p dir="auto">though if there is no bridge that includes the untagged vr0, the bridge with vr0_144 works fine.</p>
<p dir="auto">so what does not work is: bridge a vlan-member if it's untagged parent is part of another bridge … grrr...</p>
]]></description><link>https://forum.netgate.com/post/448024</link><guid isPermaLink="true">https://forum.netgate.com/post/448024</guid><dc:creator><![CDATA[maldex]]></dc:creator><pubDate>Mon, 10 Mar 2014 11:36:44 GMT</pubDate></item></channel></rss>