Seattle Firewall

Errata


Version 3.0

 


Version 3.1

 


Version 3.2

The above two problems are also corrected in Version 3.2.2.

if [ -z "`echo $dmznet" | grep '/'`" ]; then

should be:

if [ -z "`echo "$dmznet" | grep '/'`" ]; then

Be sure to backup Seattle Firewall to your boot floppy (Step 10) after you make this change.

Note that this problem doesn't occur on Coyote systems since those systems have ifconfig rather than ip.

run_ipmasqadm portfw -a -P tcp -L $myip 1723 -R "$pptpserver" 1723

should be:

run_ipmasqadm -a -P tcp -L $myip 1723 -R "$pptpserver" 1723

In other words, remove the word "portfw".


Last updated 11/4/2000 - Tom Eastep