diff --git a/docs/Shorewall-Lite.xml b/docs/Shorewall-Lite.xml
index 19dd980ef..5e4e10b52 100644
--- a/docs/Shorewall-Lite.xml
+++ b/docs/Shorewall-Lite.xml
@@ -248,10 +248,10 @@
cd <export directory>
-/sbin/shorewall load firewall
+/sbin/shorewall remote-start firewallThe load
+ url="starting_and_stopping_shorewall.htm#Load">remote-start
command compiles a firewall script from the configuration files
in the current working directory (using shorewall
compile -e), copies that file to the remote system via
@@ -260,7 +260,8 @@
Example (firewall's DNS name is 'gateway'):
- /sbin/shorewall load gateway
+ /sbin/shorewall remote-start
+ gatewayAlthough scp and ssh are used by default, you can use
other utilities by setting RSH_COMMAND and RCP_COMMAND in
/etc/shorewall/shorewall.conf.
@@ -283,15 +284,15 @@
then:cd <export directory>
-/sbin/shorewall reload firewall
+/sbin/shorewall remote-reload firewallThe reload
+ url="manpages/shorewall.html">remote-reload
command compiles a firewall script from the configuration files in
the current working directory (using shorewall compile
-e), copies that file to the remote system via scp and
- restarts Shorewall Lite on the remote system via ssh. The reload command also supports the '-c'
+ reloads Shorewall Lite on the remote system via ssh. The remote-reload command also supports the '-c'
option.
@@ -491,17 +492,18 @@
cd <export directory>
-/sbin/shorewall load <firewall system>
+/sbin/shorewall remote-start <firewall system>Example (firewall's DNS name is 'gateway'):
- /sbin/shorewall load gateway
+ /sbin/shorewall remote-start
+ gateway
- The first time that you issue a load
- command, Shorewall will use ssh to run
- /usr/share/shorewall-lite/shorecap on the
+ The first time that you issue a
+ remote-start command, Shorewall will use ssh to
+ run /usr/share/shorewall-lite/shorecap on the
remote firewall to create a capabilities file in the firewall's
administrative direction. See below.
@@ -521,7 +523,7 @@
then:cd <export directory>
-/sbin/shorewall reload firewall
+/sbin/shorewall remote-reload firewallThe reload
@@ -542,8 +544,8 @@
scp capabilities <admin system>:<this system's config dir>Or simply use the -c option the next time that you use the
- reload command (e.g., shorewall reload
- -c gateway).
+ remote-reload command (e.g., shorewall
+ remote-reload -c gateway).