forked from extern/shorewall_code
Update release documents regarding Cygwin installation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7938 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d7eea7788a
commit
468a26c9a2
@ -16,6 +16,8 @@ Changes in 4.1.3
|
||||
|
||||
8) Classify marked traffic using tc filter rules.
|
||||
|
||||
9) Allow installation on Cygwin.
|
||||
|
||||
Changes in 4.1.2
|
||||
|
||||
1) Enhanced Operational Logging
|
||||
|
@ -47,6 +47,20 @@ Other changes in Shorewall 4.1.3.
|
||||
traffic by MARK value. Previously, Shorewall used the CLASSIFY
|
||||
target in the POSTROUTING chain if it was available.
|
||||
|
||||
5) The Shorewall-common installer (install.sh) now works on Windows
|
||||
under Cygwin.
|
||||
|
||||
To install Shorewall-perl under Cygwin:
|
||||
|
||||
$ tar -xf shorewall-perl-4.1.3.tar.bz2
|
||||
$ tar -xf shorewall-common-4.1.3.tar.bz2
|
||||
$ cd shorewall-perl-4.1.3
|
||||
$ ./install.sh
|
||||
$ cd ../shorewall-common-4.1.3
|
||||
$ USER=<your user id> GROUP=None ./install.sh
|
||||
|
||||
The 'shorewall' program is installed in /bin/ (a.k.a, /usr/bin/).
|
||||
|
||||
Migration Issues.
|
||||
|
||||
1) Previously, when HIGH_ROUTE_MARKS=Yes, Shorewall allowed non-zero
|
||||
|
Loading…
Reference in New Issue
Block a user