diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml
index 5708eff2b..bd73253cd 100644
--- a/docs/configuration_file_basics.xml
+++ b/docs/configuration_file_basics.xml
@@ -819,6 +819,16 @@ DNAT { source=net dest=loc:10.0.0.1 proto=tcp dport=80 mark=88 }In the Shorewall documentation and manpages, we have tried to make
it clear which type of address is accepted in each specific case.
+ Because Shorewall uses a colon (":") as a separator in many
+ contexts, IPv6 addresses are best written using the standard convention in
+ which the address itself is enclosed in square brackets:
+
+
+ [ 2001:227:e857:1::1]
+
+ [2001:227:e857:1:0:0:0:0:1]/64
+
+
For more information about addressing, see the Setup Guide.