{section: Notes}
 
-*:In places where Condor is expecting an IP address and a port (e.g. "192.168.0.1:9618"), IPv6 addresses are wrapped in [square brackets] (e.g. "[fe80::862b:2bff:fe98:65f2]:9618").
+*:Unless otherwise specified, when Condor is expecting an IP address (e.g. "192.168.0.1", you must put IPv6 addresses in [square brackets] (e.g. "[fe80::862b:2bff:fe98:65f2]").  If there is a port, it is placed outside of the brackets (e.g. "[fe80::862b:2bff:fe98:65f2]:9618").
 *:When using NO_DNS, IPv6 addresses are turned into hostnames by taking the IPv6 address, changing colons to dashes, and appending DEFAULT_DOMAIN_NAME.  So 2607:f388:1086:0:21b:24ff:fedf:b520 becomes 2607-f388-1086-0-21b-24ff-fedf-b520.example.com (assuming DEFAULT_DOMAIN_NAME=example.com)
 
 {section: Enabling IPv6}
@@ -28,10 +28,13 @@
 ENABLE_IPV6 = TRUE
 
 # This should be the IPv6 interface for this computer.
+# Do not put [square brackets] around this address.
 NETWORK_INTERFACE = 2607:f388:1086:0:21b:24ff:fedf:b520
 
 # This is the NO_DNS style name for the central manager
 COLLECTOR_HOST = 2607-f388-1086-0-21e-68ff-fe0f-6462.example.com
+# Also acceptable would be
+#COLLECTOR_HOST =[2607:f388:1086:0:21e:68ff:fe0f:6462]
 
 # This is example security configuration for a pool of three hosts.
 ALL_NODES_IN_POOL= 2607-f388-1086-0-21b-24ff-fedf-b520.example.com,2607-f388-1086-0-21e-68ff-fe0f-6462.example.com,2607-f388-1086-0-21e-68ff-fe1e-f9e.example.com