소스 검색

Whoops, wrong IP space.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 8 년 전
부모
커밋
0d8088d8ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}