<?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[Packet normalization]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm installing a transparent firewall with PFsense. The firewall will be located between two routers with trunking. I have used OPT1 and OPT2 interfaces so I don't want any IP assigned to transparent interfaces.</p>
<p dir="auto">This is my topology:</p>
<p dir="auto">Router1(external)–--[Opt1---(Vlan0--firewall bridge--Vlan1)---Opt2)----Router2(internal)</p>
<p dir="auto">The firewall is working almost perfectly. Only fails with file transfers with SFTP an mail attachments. I think that could be a problem with MSS (Maximum Segment Size). The solution in Linux is to put this rule:</p>
<p dir="auto">iptables -I FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1456</p>
<p dir="auto">I think that in BSD the rule is something like:</p>
<p dir="auto">scrub in on fxp0 all fragment reassemble min-ttl 15 max-mss 1400<br />
scrub in on fxp0 all no-df<br />
scrub    on fxp0 all reassemble tcp</p>
<p dir="auto">But I don't know how to put this rule in order to execute it at init an to keep it when the firewall rules change.</p>
<p dir="auto">Anybody knows how to do it?</p>
<p dir="auto">Quimi</p>
]]></description><link>https://forum.netgate.com/topic/8999/packet-normalization</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 01:26:36 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/8999.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 May 2008 09:01:56 GMT</pubDate><ttl>60</ttl></channel></rss>