diff --git a/Shorewall/manpages/shorewall-mangle.xml b/Shorewall/manpages/shorewall-mangle.xml
index 491d1f893..70d54047e 100644
--- a/Shorewall/manpages/shorewall-mangle.xml
+++ b/Shorewall/manpages/shorewall-mangle.xml
@@ -329,8 +329,8 @@
place this entry in shorewall-providers(5):
- #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
-TProxy 3 - lo - tproxy
+ #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
+TProxy 1 - - lo - tproxy
and use this HADIVERT entry:
diff --git a/Shorewall6/manpages/shorewall6-mangle.xml b/Shorewall6/manpages/shorewall6-mangle.xml
index b57ce9cd7..7500d1932 100644
--- a/Shorewall6/manpages/shorewall6-mangle.xml
+++ b/Shorewall6/manpages/shorewall6-mangle.xml
@@ -330,8 +330,8 @@
place this entry in shorewall6-providers(5):
- #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
-TProxy 1 - - lo - tproxy
+ #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
+TProxy 1 - - lo - tproxy
and use this HADIVERT entry:
diff --git a/docs/MultiISP.xml b/docs/MultiISP.xml
index 3d6190a96..149c29aa9 100644
--- a/docs/MultiISP.xml
+++ b/docs/MultiISP.xml
@@ -1950,8 +1950,8 @@ ONBOOT=yes
url="manpages/shorewall-providers.html">shorewall-providers (5)
is available in the form of a PROBABILITY column in shorewall-mangle(5) (shorewall-tcrules) (5).
- This feature requires the Statistic Match
+ url="manpages4/manpages/shorewall-tcrules.html">shorewall-tcrules)
+ (5). This feature requires the Statistic Match
capability in your iptables and kernel.
This method works when there are multiple links to the same ISP
@@ -2219,7 +2219,7 @@ EOF
#
# Run LSM -- by default, it forks into the background
#
- /usr/sbin/lsm /etc/lsm/lsm.conf >> /var/log/lsm
+ /usr/sbin/lsm -c /etc/lsm/lsm.conf >> /var/log/lsm
}
eth0 has a dynamic IP address so I need to use the
@@ -2272,8 +2272,8 @@ defaults {
include /etc/lsm/shorewall.conf
- /etc/lsm/script (Shorewall 4.4.23 and
- later)#!/bin/sh
+ /etc/lsm/script (Shorewall 4.4.23 and later
+ - note that this script must be executable by root)#!/bin/sh
#
# (C) 2009 Mika Ilmaranta <ilmis@nullnet.fi>
# (C) 2009 Tom Eastep <teastep@shorewall.net>