mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
Update release notes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8796 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b0e9a0ce22
commit
a3c49402e2
@ -1211,7 +1211,7 @@ report_capabilities() {
|
||||
report_capability "Multi-port Match" $MULTIPORT
|
||||
[ -n "$MULTIPORT" ] && report_capability "Extended Multi-port Match" $XMULTIPORT
|
||||
report_capability "Connection Tracking Match" $CONNTRACK_MATCH
|
||||
report_capability "Extended Connection Tracking Match Support" $NEW_CONNTRACK_MATCH
|
||||
[ -n "$CONNTRACK_MATCH" ] && report_capability "Extended Connection Tracking Match Support" $NEW_CONNTRACK_MATCH
|
||||
report_capability "Packet Type Match" $USEPKTTYPE
|
||||
report_capability "Policy Match" $POLICY_MATCH
|
||||
report_capability "Physdev Match" $PHYSDEV_MATCH
|
||||
|
@ -175,6 +175,13 @@ Other changes in Shorewall 4.2.1
|
||||
do port mapping (change the destination port but not the
|
||||
destination IP address), the final destination port is not open.
|
||||
|
||||
Example:
|
||||
|
||||
DNAT net loc:206.124.146.177:22 tcp 2222 - 206.124.146.177
|
||||
|
||||
That rule maps port 2222 -> 22 but without this new feature, it
|
||||
also opens port 22 directly.
|
||||
|
||||
To use this feature, you must be running Shorewall-perl and the
|
||||
output of 'shorewall show capabilities' must show:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user