Browse Source

Whoops, wrong IP space.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 8 years ago
parent
commit
0d8088d8ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      snmpd/snmpd.conf

+ 1 - 1
snmpd/snmpd.conf

@@ -10,7 +10,7 @@ agentAddress  udp6:[::1]:161
 
 # Listen for connections on Loopback-IPs
 {%- for ipv4 in grains['ipv4'] %}
-  {%- if ipv4.startswith ('131.234.255.') %}
+  {%- if ipv4.startswith ('10.132.255.') %}
 agentAddress  udp:{{ ipv4 }}:161
   {%- endif %}
 {%- endfor %}