<?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[Issues with firewalling &amp; bridging]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have the following scenario:</p>
<p dir="auto">Router has dedicated interface (let's say OPT1) with /28 subnet.<br />
This interface to be used for DMZ, so I created a bridge (bridge0) with the interface where the /28 is as member.</p>
<p dir="auto">I did the IP configuration, added the firewall rules to go with it, got connectivity all good.</p>
<p dir="auto">In the meanwhile I noticed that there no states created at the firewall. Looks like all rules are simply being ignored.<br />
The rules are set on the bridge0 interface, which is where the IP configuration is.</p>
<p dir="auto">Tunnables are:<br />
net.link.bridge.pfil_member 1<br />
net.link.bridge.pfil_bridge 0</p>
<p dir="auto">Any suggestions appreciated. Thank you.</p>
]]></description><link>https://forum.netgate.com/topic/172417/issues-with-firewalling-bridging</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 11:38:28 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/172417.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 May 2022 15:03:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 19:34:53 GMT]]></title><description><![CDATA[<p dir="auto">Ok ... so I wasn't very happy with having the two tunnables set to one and felt like something was off, so I looked to redo the configuration.<br />
Removed all configs from all interfaces, removed the bridge0 interface, deleted the bridge, and sat thinking about it for a while.</p>
<p dir="auto">The tunnable for traffic to be filtered at the member interface makes all the sense to me.<br />
I put WAN side rules on the OPT1 interface, and a OPT1_net to any rule on the OPT1 interface. OPT1 and OPT2 are bridged so the DHCP server configured at OPT1 will send broadcasts to all members.</p>
<p dir="auto">So I did that. Configured the /28 on the OPT1 interface, enabled and configured the DHCP server. I also removed the net.link.bridge.pfil_bridge: 1 back to 0.</p>
<p dir="auto">On the firewall added a rule with OPT1 net to any on the OPT2 interface.</p>
<p dir="auto">After configuring OPT1 and DHCP Server, I created a new bridge with OPT1 and OPT2, assigned to a new interface and enabled.</p>
<p dir="auto">After that and inspecting the traffic I saw two things:</p>
<ol>
<li>a rule was needed at OPT2 to allow DHCP traffic;</li>
<li>the bridge interface was actively blocking traffic even tho the tunnable  is set to zero.</li>
</ol>
<p dir="auto">Just to make sure, I enabled the DHCP rule on OPT2 first, and waited to see if it would still be blocked on the bridge, and it was. So seems like the option for the bridge doesn't work very well or didn't here. But anyway, after allowing any to any on the bridge, everything is working.</p>
<p dir="auto">So the final config is:</p>
<pre><code>opt1 (external)---¡ -&gt; Static IP &amp; DHCP Server enabled
                  |
                  | bridge0 -&gt; firewall allow any to any
                  |
opt2 (internal)---! -&gt; Allow DHCP traffic and OPT1_net to any

or more granular if preferred. Other rules go on the OPT1 interface like normal
</code></pre>
<p dir="auto">In the end I don't know why I overcomplicated cause the final config seemed fairly simple, not sure what was missed before.</p>
]]></description><link>https://forum.netgate.com/post/1043901</link><guid isPermaLink="true">https://forum.netgate.com/post/1043901</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Thu, 26 May 2022 19:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 14:23:36 GMT]]></title><description><![CDATA[<p dir="auto">Ok so... got it working.</p>
<p dir="auto">Actual config is</p>
<pre><code>opt1 (external)---¡
                  |
                  | bridge0
                  |
opt2 (internal)---!
</code></pre>
<p dir="auto">opt1 and opt2 have ip config to none.<br />
bridge0 has ip config and dhcp server enabled</p>
<p dir="auto">I changed pfil_bridge to 1 while keeping pfil_member 1</p>
<pre><code>net.link.bridge.pfil_member: 1
net.link.bridge.pfil_bridge: 1
</code></pre>
<p dir="auto">traffic started flowing, rules for incoming traffic set at the OPT1 interface. adding rules at the OPT1 interface do control access to hosts on OPT2.<br />
Also added an any to any rule on the OPT2 interface.</p>
]]></description><link>https://forum.netgate.com/post/1043848</link><guid isPermaLink="true">https://forum.netgate.com/post/1043848</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Thu, 26 May 2022 14:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 11:16:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mytsuu">@<bdi>mytsuu</bdi></a> hi there,</p>
<p dir="auto">Well looking at your post does look at least a bit similar. You're also bridging two interfaces an internal and an external and trying to pass traffic through it.</p>
<p dir="auto">I have to say that in my example</p>
<pre><code>opt1 (external)---¡
                  |
                  | bridge0
                  |
opt2 (internal)---!
</code></pre>
<p dir="auto">putting the config on the internal (opt2) interface didn't sound that bad either.<br />
I would (in my mind) take a <code>opt2 network to any</code> rule on the firewall at the opt2 interface, and rules for incoming traffic put at <code>opt1</code> ...</p>
<p dir="auto">My problem is, I did test that already and also failed miserably.</p>
<p dir="auto">I've been killing my head trying to figure out why this isn't working. In the end feels like should be a simple task. Like let's say your ISP router that allows bridge, you enable the bridge and voila get connectivity directly to the outside when you connect to the bridged port. I've been wondering "should the bridge0 interface be unassigned?" that doesn't feel right to if an interface isn't assigned and enable how could it work?</p>
<p dir="auto">The truth is, I mean, the strong suit of pfSense is being a firewall ... so how is it so hard and user unfriendly to configure it as a firewall without routing?</p>
]]></description><link>https://forum.netgate.com/post/1043801</link><guid isPermaLink="true">https://forum.netgate.com/post/1043801</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Thu, 26 May 2022 11:16:47 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 04:55:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a>,<br />
Sharing my experience configuring BRIDGE on the last release.<br />
<a href="https://forum.netgate.com/topic/171229/2-6-0-release-bridge-interface-transparent-firewall-issue">2-6-0-release bridge interface transparent-firewall issue</a><br />
I cannot simulate this issue in the previous version.</p>
]]></description><link>https://forum.netgate.com/post/1043769</link><guid isPermaLink="true">https://forum.netgate.com/post/1043769</guid><dc:creator><![CDATA[mytsuu]]></dc:creator><pubDate>Thu, 26 May 2022 04:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 02:47:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> Ok so I've been hours around this...</p>
<p dir="auto">So, resuming ...<br />
<code>bridge0</code> = <code>opt1</code> + <code>opt2</code><br />
opt1 is external<br />
opt2 is internal<br />
tests doing Diagnostics &gt; Ping - destination <code>1.0.0.1</code></p>
<p dir="auto">objective: transparent firewall</p>
<p dir="auto">I tried 3 scenarios:</p>
<h5><a class="anchor-offset" name="configured-ip-on-the-code-opt1-code-interface"></a>configured IP on the <code>opt1</code> interface</h5>
<p dir="auto">could reach target from the <code>opt2</code>interface only.<br />
so with the IP config on the external member, I could reach outside from the inside member. selecting bridge as the source interface also failed.<br />
...</p>
<h5><a class="anchor-offset" name="configured-ip-on-the-code-opt2-code-interface"></a>configured IP on the <code>opt2</code> interface</h5>
<p dir="auto">the same as before except now the IP config was in the internal interface.<br />
can reach test target from <code>opt1</code> - the external interface no ip config,<br />
not from the bridge interface or the <code>opt2</code> where the IP config was this time.<br />
...</p>
<h5><a class="anchor-offset" name="configured-ip-on-the-code-bridge0-code-interface"></a>configured IP on the <code>bridge0</code> interface</h5>
<p dir="auto">can reach test target from <code>opt1</code> and <code>opt2</code> interfaces but not from bridge.<br />
I'm thinking sure, my machines are in <code>opt2</code> internal and the outside is <code>opt1</code> so let's go. (never mind this was the first config anyway)</p>
<p dir="auto">clients on <code>opt2</code> get ip's from dhcp ... mtu value ... provided by pfsense<br />
<code>ip route show</code> shows the default gateway as the correct gateway for the subnet ...</p>
<p dir="auto">pinging from client returns:<br />
<code>From 192.0.20.1 icmp_seq=... Destination Host Unreachable</code><br />
<code>From 192.0.20.1 icmp_seq=... Destination Host Unreachable</code><br />
<code>From 192.0.20.1 icmp_seq=... Destination Host Unreachable</code></p>
<p dir="auto">Testing from client to bridge IP address on the pfsense interface: success</p>
<p dir="auto">Firewall logs ... nothing. I am unable to find anything useful on the firewall logs. got an email server unreachable bc of this &gt;:( driving me nuts.</p>
<p dir="auto">edit ... never mind, I think in the meanwhile I lost the ability to ping the firewall from the client. I'm clueless.</p>
]]></description><link>https://forum.netgate.com/post/1043761</link><guid isPermaLink="true">https://forum.netgate.com/post/1043761</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Thu, 26 May 2022 02:47:14 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 19:13:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> no that would be correct.</p>
<p dir="auto">So I would set an IP first on the device in the /28 on your lan side of pfsense.  Can you ping the /28 gateway this is upstream?</p>
<p dir="auto">If I find some time after real work, I have a 3100 laying about here, that I have been meaning to upgrade anyway to 22.01, was going to just wait til 22.05 came out.  But I could then lab exactly what your doing..</p>
<p dir="auto">Might take me a bit.. Still got a couple of hours of work, etc. Wife isn't here - so don't have anything else to do ;)  other than continue binging the flash hehehe</p>
]]></description><link>https://forum.netgate.com/post/1043720</link><guid isPermaLink="true">https://forum.netgate.com/post/1043720</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 19:13:59 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 18:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> Ok thank you for the feedback.<br />
So what happens here is ... I'm looking to have DHCP enabled with this subnet. So only clients allowed on the DHCP server get IP, and I create a static assignment for each host that will have access.<br />
In order to configure the DHCP server I must have an interface with an IP. So what I have now is:</p>
<p dir="auto">/28 subnet ISP side &lt;-&gt; OPT1 pfsense bridge0 OPT2 &lt;-&gt; /28 inside</p>
<p dir="auto">I have OPT1 and OPT2 with IP config set to none, and bridge0 with the IP config &amp; DHCP enabled. Am I looking at this wrong?</p>
<p dir="auto">EDIT: for the life of me I can't get connectivity with this configuration on the OPT2 vm's ...<br />
I've added firewall rules to all interfaces involved ... bridge and members ... allow traffic any to any ...<br />
I've moved the IP configuration from the bridge to the OPT2 member ... nothing.</p>
]]></description><link>https://forum.netgate.com/post/1043708</link><guid isPermaLink="true">https://forum.netgate.com/post/1043708</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 18:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 17:30:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> there is no need to set any IP on pfsense on the bridge. I would just be transparent bridge.  Only reason you would set an IP on pfsense on the bridge, is you were going need to access it for something.</p>
<p dir="auto">As just a transparent firewall there really wouldn't be a reason to..  if you wanted to say put .2 out of the /28 on pfsense so you could route some downstream clients to other pfsense networks - ok.  Then your devices on the downstream of the /28 bridge could have a route to use this IP to get to other networks via pfsense.  But you you stated the gateway would be upstream on the /28</p>
<p dir="auto">But if you just want to firewall on the bridge, pfsense doesn't need an IP on the bridge.  In transparent mode pfsense really has nothing to do with the traffic, its not natting, its not routing - it just inspects the traffic if allowed or not..</p>
<p dir="auto">But you would create firewall rules on the "bridge" interface..</p>
]]></description><link>https://forum.netgate.com/post/1043705</link><guid isPermaLink="true">https://forum.netgate.com/post/1043705</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 17:30:51 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 17:16:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> Just one last question ... The IP configuration should be performed on the OPT2 interface or the bridge? I was assuming the bridge but our first test with this config all traffic was being blocked including the traffic from the firewall itself. I did add a rule DMZ net to any allow, but no luck.</p>
]]></description><link>https://forum.netgate.com/post/1043702</link><guid isPermaLink="true">https://forum.netgate.com/post/1043702</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 17:16:19 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 16:20:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a>  exactly... you end up with this</p>
<p dir="auto">/28 network --- opt1 pfsense opt2 -- devices in /28</p>
<p dir="auto">Where you have bridged opt1 and opt2, you can then filter on this bridge to only allow specific ports, etc.</p>
]]></description><link>https://forum.netgate.com/post/1043690</link><guid isPermaLink="true">https://forum.netgate.com/post/1043690</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 16:20:51 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 16:16:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a></p>
<p dir="auto">Ok so ... that's making sense... you mean</p>
<p dir="auto">I must add a new interface let's say OPT2 ... the public subnet is delivered at OPT1 ... I bridge the OPT2 and OPT1 into bridge0, and connect the OPT2 to the clients. Cause if they're all connected to the switch/L2 of OPT1 it will go directly out ... right. That's it right? Cheers!</p>
]]></description><link>https://forum.netgate.com/post/1043688</link><guid isPermaLink="true">https://forum.netgate.com/post/1043688</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 16:16:15 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 16:12:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> said in <a href="/post/1043680">Issues with firewalling &amp; bridging</a>:</p>
<blockquote>
<p dir="auto">My upstream gateway IS one of the IP's on that subnet.</p>
</blockquote>
<p dir="auto">The you would create a bridge sure, this is a transparent firewall.  The bridge would have to contain both the interface that pfsense uses to talk upstream to this /28, and the interface on pfsense where your downstream devices connected that are also in this /28</p>
]]></description><link>https://forum.netgate.com/post/1043686</link><guid isPermaLink="true">https://forum.netgate.com/post/1043686</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 16:12:48 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:53:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> thank you for your reply.</p>
<p dir="auto">Ok, so, my goal is to "route" the subnet? Doesn't feel like it:</p>
<ol>
<li>Already have a WAN connection on its own interface;</li>
<li>the IP subnet is delivered on an independent interface and is not routed through the WAN IP;</li>
</ol>
<p dir="auto">I had already read that article you provided, but it seems to me that article assumes the second subnet (192.0.2.128/29 in the provided example) is routed through WAN. But that is not the case here.</p>
<p dir="auto">I have a cable from a switch and the /28 is delivered through that connection. My upstream gateway IS one of the IP's on that subnet.</p>
]]></description><link>https://forum.netgate.com/post/1043680</link><guid isPermaLink="true">https://forum.netgate.com/post/1043680</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 15:53:42 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:46:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> so your goal is to just route this public IP /28?</p>
<p dir="auto"><a href="https://docs.netgate.com/pfsense/en/latest/recipes/route-public-ip-addresses.html#routing-public-ip-addresses" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.netgate.com/pfsense/en/latest/recipes/route-public-ip-addresses.html#routing-public-ip-addresses</a></p>
<p dir="auto">To "bridge" you would need at least 2 interfaces.. And the networks would have to be the same on both sides of the bridge.</p>
]]></description><link>https://forum.netgate.com/post/1043676</link><guid isPermaLink="true">https://forum.netgate.com/post/1043676</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 15:46:15 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:42:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jarhead">@<bdi>jarhead</bdi></a> :)</p>
]]></description><link>https://forum.netgate.com/post/1043675</link><guid isPermaLink="true">https://forum.netgate.com/post/1043675</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 15:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:41:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> Good Luck!</p>
]]></description><link>https://forum.netgate.com/post/1043674</link><guid isPermaLink="true">https://forum.netgate.com/post/1043674</guid><dc:creator><![CDATA[Jarhead]]></dc:creator><pubDate>Wed, 25 May 2022 15:41:07 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Thu, 26 May 2022 11:51:11 GMT]]></title><description><![CDATA[<p dir="auto">redacted by author</p>
]]></description><link>https://forum.netgate.com/post/1043673</link><guid isPermaLink="true">https://forum.netgate.com/post/1043673</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Thu, 26 May 2022 11:51:11 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:32:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> So you don't want a DMZ, you want your WAN subnet extended to OPT1?</p>
]]></description><link>https://forum.netgate.com/post/1043670</link><guid isPermaLink="true">https://forum.netgate.com/post/1043670</guid><dc:creator><![CDATA[Jarhead]]></dc:creator><pubDate>Wed, 25 May 2022 15:32:13 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:30:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jarhead">@<bdi>jarhead</bdi></a> that's a great question. I had done that already, and the pfSense wasn't filtering any traffic.</p>
<p dir="auto">I found this at the docs:</p>
<pre><code>Internal/External Bridges

An Internal/External type bridge, also known as a “transparent firewall”, is used to insert a firewall
between two segments without altering the other devices. 
 =&gt; Most commonly this is used to bridge a WAN to an internal network
so that the WAN subnet may be used “inside” the firewall &lt;=,
or internally between local segments as an in-line filter. Another common use is for devices behind the firewall 
to obtain IP addresses via DHCP from an upstream server on the WAN.

In a transparent firewall configuration the firewall does not receive the traffic directly or act as a 
gateway, it merely inspects the traffic as it passes through the firewall.

Note - Devices on the internal side of this bridge must continue to use the upstream gateway as their 
own gateway. Do not set any IP address on the firewall as a gateway for devices on a 
transparent bridge.

NAT is not possible with this style of bridge because NAT requires the traffic to be addressed to the 
firewall’s MAC address directly in order to take effect. Since the firewall is not the gateway, this 
does not happen. As such, rules to capture traffic such as those used by a transparent proxy
do not function.
</code></pre>
<p dir="auto">From: https://docs.netgate.com/pfsense/en/latest/bridges/index.html</p>
<p dir="auto">Hence adding the bridge.</p>
<p dir="auto">I tried to highlight this part: "Most commonly this is used to bridge a WAN to an internal network so that the WAN subnet may be used “inside” the firewall"</p>
<p dir="auto">Which is what I was looking to achieve, and putting the DHCP directly on OPT1 did not filter any traffic.</p>
]]></description><link>https://forum.netgate.com/post/1043666</link><guid isPermaLink="true">https://forum.netgate.com/post/1043666</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 15:30:53 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:25:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> What are you bridging it with??<br />
Why not just setup a dhcp server on OPT1?</p>
]]></description><link>https://forum.netgate.com/post/1043665</link><guid isPermaLink="true">https://forum.netgate.com/post/1043665</guid><dc:creator><![CDATA[Jarhead]]></dc:creator><pubDate>Wed, 25 May 2022 15:25:32 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:24:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> I got the idea it was required in order to have the firewall inspecting the traffic (transparent firewall).</p>
<p dir="auto">Saying this because before I had the same config on the interface directly, without any bridge, and pfSense was not firewalling anything.</p>
<p dir="auto">So, let me try this again in a simpler manner....</p>
<p dir="auto">I have a dedicated interface with a /28 subnet.<br />
I want clients to get an IP from that /28 and have traffic being filtered by pfSense.</p>
<p dir="auto">What's the approach? Thank you.</p>
]]></description><link>https://forum.netgate.com/post/1043664</link><guid isPermaLink="true">https://forum.netgate.com/post/1043664</guid><dc:creator><![CDATA[maverickws]]></dc:creator><pubDate>Wed, 25 May 2022 15:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with firewalling &amp; bridging on Wed, 25 May 2022 15:17:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maverickws">@<bdi>maverickws</bdi></a> said in <a href="/post/1043661">Issues with firewalling &amp; bridging</a>:</p>
<blockquote>
<p dir="auto">so I created a bridge (bridge0) with the interface where the /28 is as member.</p>
</blockquote>
<p dir="auto">Huh?  Why would you think you need a bridge with 1 interface?</p>
]]></description><link>https://forum.netgate.com/post/1043663</link><guid isPermaLink="true">https://forum.netgate.com/post/1043663</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 May 2022 15:17:10 GMT</pubDate></item></channel></rss>