[system-administrators-guide] A host address requires /32

stephenw stephenw at fedoraproject.org
Mon Dec 8 22:54:59 UTC 2014


commit cffe7cad6d73796aa8b51b18ed7459608cb27334
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Mon Dec 8 08:20:45 2014 +0100

    A host address requires /32
    
    thank you Sanjiv Marathe for reporting that

 en-US/Configuring_NTP_Using_ntpd.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Configuring_NTP_Using_ntpd.xml b/en-US/Configuring_NTP_Using_ntpd.xml
index be44744..0346f79 100644
--- a/en-US/Configuring_NTP_Using_ntpd.xml
+++ b/en-US/Configuring_NTP_Using_ntpd.xml
@@ -252,7 +252,7 @@ restrict ::1</screen>
       <para>
         Hosts on the local network are not permitted because of the "restrict default" line above. To change this, for example to allow hosts from the <systemitem class="ipaddress">192.0.2.0/24</systemitem> network to query the time and statistics but nothing more, a line in the following format is required:
         <screen>restrict 192.0.2.0 mask 255.255.255.0 nomodify notrap nopeer</screen>
-        To allow unrestricted access from a specific host, for example <systemitem class="ipaddress">192.0.2.250/24</systemitem>, a line in the following format is required:
+        To allow unrestricted access from a specific host, for example <systemitem class="ipaddress">192.0.2.250/32</systemitem>, a line in the following format is required:
         <screen>restrict 192.0.2.250</screen>
         A mask of <systemitem class="ipaddress">255.255.255.255</systemitem> is applied if none is specified.
       </para>


More information about the docs-commits mailing list