diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 5c8a34a42..62c8d1086 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -1847,7 +1847,7 @@ setup_nat() { run_and_save_command qt ip addr del $external dev $iface fi - if [ "x$allints" = "xYes" -o "$xallints" = "xyes" ]; then + if [ "x$allints" = "xYes" -o "x$allints" = "xyes" ]; then addnatrule nat_in -d $external -j DNAT --to-destination $internal addnatrule nat_out -s $internal -j SNAT --to-source $external diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 1921e616f..f1d4e7878 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -12,6 +12,11 @@ Problems Corrected since 2.0.1 2) A meaningless warning message out of the proxyarp file processing has been eliminated. +Problems Corrected since 2.0.2 Beta 1 + +1) The ALL INTERFACES column in the /etc/shorewall/nat file may now + once again be entered as "yes". + ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1: