Commit 42ae8081 authored by Franco Fichtner's avatar Franco Fichtner

firmware: tweak / extend message after another code audit

parent 2e8ebcb5
...@@ -1669,7 +1669,6 @@ function filter_nat_rules_generate(&$FilterIflist) ...@@ -1669,7 +1669,6 @@ function filter_nat_rules_generate(&$FilterIflist)
} }
if (isset($config['nat']['rule'])) { if (isset($config['nat']['rule'])) {
/* start reflection redirects on port 19000 of localhost */
$natrules .= "# NAT Inbound Redirects\n"; $natrules .= "# NAT Inbound Redirects\n";
foreach ($config['nat']['rule'] as $rule) { foreach ($config['nat']['rule'] as $rule) {
update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr'])); update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr']));
......
...@@ -12,8 +12,14 @@ problem.</li> ...@@ -12,8 +12,14 @@ problem.</li>
to be installed in order to still make use of them. Your configurations 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 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 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.</li> the firewall settings.</li>
<li>The PPTP server redirection mode has been removed. It can be emulated
by the two following NAT port forward rules: <em>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.</em> Note that due to the design of GRE, only one
server can be reached by incoming clients at any given time.</li>
<li>The <em>Maximum MSS</em> option for VPN Networks moved to <em>Firewall: <li>The <em>Maximum MSS</em> option for VPN Networks moved to <em>Firewall:
Settings: Normalization</em>, which can now be specified per interface and Settings: Normalization</em>, which can now be specified per interface and
network.</li> network.</li>
...@@ -22,6 +28,9 @@ network.</li> ...@@ -22,6 +28,9 @@ network.</li>
scrub</em> option under <em>Firewall: Settings: Normalization</em> scrub</em> option under <em>Firewall: Settings: Normalization</em>
<li>The <em>NAT+proxy</em> reflection option was removed and will <li>The <em>NAT+proxy</em> reflection option was removed and will
automatically switch to the more flexible firewall-based NAT.</li> automatically switch to the more flexible firewall-based NAT.</li>
<li>Due to lack of support in FreeBSD itself, the floating rules actions
can no longer use <em>match</em>. The custom kernel patch that previously
enabled selection of this behaviour has been removed.</li>
<li>The <em>Disable Negate rule on policy routing rules</em> option is no <li>The <em>Disable Negate rule on policy routing rules</em> option is no
longer available as automatic VPN skip rules for policy-based routing have 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.</li> been removed. If you want to skip your VPN, please add an explicit rule.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment