diff --git a/src/etc/inc/filter.inc b/src/etc/inc/filter.inc
index b72ab4f42..8dc3bd400 100644
--- a/src/etc/inc/filter.inc
+++ b/src/etc/inc/filter.inc
@@ -1669,7 +1669,6 @@ function filter_nat_rules_generate(&$FilterIflist)
}
if (isset($config['nat']['rule'])) {
- /* start reflection redirects on port 19000 of localhost */
$natrules .= "# NAT Inbound Redirects\n";
foreach ($config['nat']['rule'] as $rule) {
update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr']));
diff --git a/src/opnsense/firmware-message b/src/opnsense/firmware-message
index 81840327c..d150345d6 100644
--- a/src/opnsense/firmware-message
+++ b/src/opnsense/firmware-message
@@ -12,8 +12,14 @@ problem.
to be installed in order to still make use of them. Your configurations
will persist, but may have to be adapted to adhere to the requirements of
the MPD5 server daemon. The most important change is that your listening
-address needs to be a known address, preferrably using a Virtual IP from
+address needs to be a known address, preferably using a Virtual IP from
the firewall settings.
+
The PPTP server redirection mode has been removed. It can be emulated
+by the two following NAT port forward rules: From incoming WAN interface,
+redirect all traffic to PPTP server IP target for protocol GRE. From
+incoming WAN interface redirect all traffic to PPTP server IP target for
+protocol TCP, port 1723. Note that due to the design of GRE, only one
+server can be reached by incoming clients at any given time.
The Maximum MSS option for VPN Networks moved to Firewall:
Settings: Normalization, which can now be specified per interface and
network.
@@ -22,6 +28,9 @@ network.
scrub option under Firewall: Settings: Normalization
The NAT+proxy reflection option was removed and will
automatically switch to the more flexible firewall-based NAT.
+Due to lack of support in FreeBSD itself, the floating rules actions
+can no longer use match. The custom kernel patch that previously
+enabled selection of this behaviour has been removed.
The Disable Negate rule on policy routing rules option is no
longer available as automatic VPN skip rules for policy-based routing have
been removed. If you want to skip your VPN, please add an explicit rule.