diff --git a/resmon.conf.sample b/resmon.conf.sample
index fbe13f019e5ff3e9f44664c5865eb828209cf590..e4c6119f2b621b1310739faa0df88c01a869b70b 100755
--- a/resmon.conf.sample
+++ b/resmon.conf.sample
@@ -8,10 +8,10 @@ TIMEOUT 10;
 # address exactly, or an 'ipaddr/n' where ipaddr is the IP address and n is
 # the number of one bits in the netmask.  the first match gives the result, if
 # nothing matches IP is allowed.
-HOSTS ALLOW 10.80.116.112, 127.0.0.1;
-HOSTS DENY 10.80.117.128/25;
-HOSTS ALLOW 10.80.116.0/23;
-HOSTS DENY 0.0.0.0/0;
+#HOSTS ALLOW 10.80.116.112, 127.0.0.1;
+#HOSTS DENY 10.80.117.128/25;
+#HOSTS ALLOW 10.80.116.0/23;
+#HOSTS DENY 0.0.0.0/0;
 
 # Resmon health check. Shows the hostname, svn revision and
 # any problems with modules or the configuration file.