mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Update INSTALL for Slack users
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1738 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9137482238
commit
10ce66aee8
@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment.
|
||||
|
||||
http://www.shorewall.net/shorewall_quickstart_guide.htm
|
||||
|
||||
o Type "./install.sh".
|
||||
o Slackware users type:
|
||||
|
||||
DEST=/etc/rc.d INIT=rc.firewall ./install.sh
|
||||
|
||||
All other users type:
|
||||
|
||||
./install.sh
|
||||
|
||||
o Start the firewall by typing "shorewall start"
|
||||
o If the install script was unable to configure Shoreline Firewall to
|
||||
start automatically at boot, you will have to used your
|
||||
|
@ -71,3 +71,9 @@ Changes in 2.0.10
|
||||
column of /etc/shorewall/masq.
|
||||
|
||||
5) Add key /proc settings to "shorewall status" output.
|
||||
|
||||
Changes in 2.0.11
|
||||
|
||||
1) Fix typo in rfc1918.
|
||||
|
||||
2) Add note for Slackware users to INSTALL.
|
||||
|
@ -172,6 +172,11 @@ Example from a two-interface firewall:
|
||||
/proc/sys/net/ipv4/conf/lo/arp_filter = 0
|
||||
/proc/sys/net/ipv4/conf/lo/rp_filter = 0
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Problems corrected in 2.0.11
|
||||
|
||||
1) The INSTALL file now include special instructions for Slackware
|
||||
users.
|
||||
|
||||
|
||||
|
||||
|
@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment.
|
||||
|
||||
http://www.shorewall.net/shorewall_quickstart_guide.htm
|
||||
|
||||
o Type "./install.sh".
|
||||
o Slackware users type:
|
||||
|
||||
DEST=/etc/rc.d INIT=rc.firewall ./install.sh
|
||||
|
||||
All other users type:
|
||||
|
||||
./install.sh
|
||||
|
||||
o Start the firewall by typing "shorewall start"
|
||||
o If the install script was unable to configure Shoreline Firewall to
|
||||
start automatically at boot, you will have to used your
|
||||
|
@ -124,3 +124,5 @@ Changes since 2.0.3
|
||||
59) Allow list in the SUBNET column of the rfc1918 file.
|
||||
|
||||
60) Restore missing '#' in the rfc1918 file.
|
||||
|
||||
61) Add note for Slackware users to INSTALL.
|
||||
|
@ -112,7 +112,10 @@ Problems corrected since 2.2.0 Beta 1.
|
||||
|
||||
Problems corrected since 2.2.0 Beta 2.
|
||||
|
||||
1) Missing '#' in the rfc1918 file.
|
||||
1) Missing '#' in the rfc1918 file.
|
||||
|
||||
2) The INSTALL file now include special instructions for Slackware
|
||||
users.
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||
|
Loading…
Reference in New Issue
Block a user