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:
teastep 2004-11-04 18:18:20 +00:00
parent 9137482238
commit 10ce66aee8
6 changed files with 33 additions and 3 deletions

View File

@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment.
http://www.shorewall.net/shorewall_quickstart_guide.htm 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 Start the firewall by typing "shorewall start"
o If the install script was unable to configure Shoreline Firewall to o If the install script was unable to configure Shoreline Firewall to
start automatically at boot, you will have to used your start automatically at boot, you will have to used your

View File

@ -71,3 +71,9 @@ Changes in 2.0.10
column of /etc/shorewall/masq. column of /etc/shorewall/masq.
5) Add key /proc settings to "shorewall status" output. 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.

View File

@ -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/arp_filter = 0
/proc/sys/net/ipv4/conf/lo/rp_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.

View File

@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment.
http://www.shorewall.net/shorewall_quickstart_guide.htm 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 Start the firewall by typing "shorewall start"
o If the install script was unable to configure Shoreline Firewall to o If the install script was unable to configure Shoreline Firewall to
start automatically at boot, you will have to used your start automatically at boot, you will have to used your

View File

@ -124,3 +124,5 @@ Changes since 2.0.3
59) Allow list in the SUBNET column of the rfc1918 file. 59) Allow list in the SUBNET column of the rfc1918 file.
60) Restore missing '#' in the rfc1918 file. 60) Restore missing '#' in the rfc1918 file.
61) Add note for Slackware users to INSTALL.

View File

@ -112,7 +112,10 @@ Problems corrected since 2.2.0 Beta 1.
Problems corrected since 2.2.0 Beta 2. 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: Issues when migrating from Shorewall 2.0 to Shorewall 2.1: