forked from extern/shorewall_code
Fix action.AllowPCA Port Numbers
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1991 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a645953df5
commit
b510396f13
@ -6,6 +6,6 @@
|
|||||||
######################################################################################
|
######################################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT PORT(S) LIMIT GROUP
|
# PORT PORT(S) LIMIT GROUP
|
||||||
ACCEPT - - udp 5631
|
ACCEPT - - udp 5632
|
||||||
ACCEPT - - tcp 5632
|
ACCEPT - - tcp 5631
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
######################################################################################
|
######################################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT PORT(S) LIMIT GROUP
|
# PORT PORT(S) LIMIT GROUP
|
||||||
ACCEPT - - udp 5631
|
ACCEPT - - udp 5632
|
||||||
ACCEPT - - tcp 5632
|
ACCEPT - - tcp 5631
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -123,3 +123,5 @@ Changes in 2.0.16
|
|||||||
Changes in 2.0.17
|
Changes in 2.0.17
|
||||||
|
|
||||||
1) Fix rejNotSyn.
|
1) Fix rejNotSyn.
|
||||||
|
|
||||||
|
2) Fix port numbers in action.AllowPCA
|
||||||
|
@ -304,3 +304,6 @@ Problems corrected in 2.0.17
|
|||||||
|
|
||||||
1) Invoking the 'rejNotSyn' action results in an error at startup.
|
1) Invoking the 'rejNotSyn' action results in an error at startup.
|
||||||
|
|
||||||
|
2) The UDP and TCP port numbers in /usr/share/shorewall/action.AllowPCA
|
||||||
|
were reversed.
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
######################################################################################
|
######################################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT PORT(S) LIMIT GROUP
|
# PORT PORT(S) LIMIT GROUP
|
||||||
ACCEPT - - udp 5631
|
ACCEPT - - udp 5632
|
||||||
ACCEPT - - tcp 5632
|
ACCEPT - - tcp 5631
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -17,6 +17,8 @@ Changes in 2.2.2
|
|||||||
|
|
||||||
7) Fix logging rule generation.
|
7) Fix logging rule generation.
|
||||||
|
|
||||||
|
8) Correct port numbers in action.AllowPCA.
|
||||||
|
|
||||||
Changes in 2.2.1
|
Changes in 2.2.1
|
||||||
|
|
||||||
1) Add examples to the zones and policy files.
|
1) Add examples to the zones and policy files.
|
||||||
|
@ -14,6 +14,9 @@ Problems corrected in version 2.2.2
|
|||||||
is now considered fatal and Shorewall will be either restored from
|
is now considered fatal and Shorewall will be either restored from
|
||||||
the last save (if any) or it will be stopped.
|
the last save (if any) or it will be stopped.
|
||||||
|
|
||||||
|
4) The port numbers for UDP and TCP were previously reversed in the
|
||||||
|
/usr/share/shorewall/action.AllowPCA file.
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
New Features in version 2.2.2
|
New Features in version 2.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user