Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
42ae8081
Commit
42ae8081
authored
Jul 20, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firmware: tweak / extend message after another code audit
parent
2e8ebcb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
filter.inc
src/etc/inc/filter.inc
+0
-1
firmware-message
src/opnsense/firmware-message
+10
-1
No files found.
src/etc/inc/filter.inc
View file @
42ae8081
...
@@ -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'
]));
...
...
src/opnsense/firmware-message
View file @
42ae8081
...
@@ -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, prefer
r
ably 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment