mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Docs, fix Linux SNMP example only listening on ::1 (#13882)
This commit is contained in:
@@ -383,7 +383,7 @@ Make sure the agent listens to all interfaces by adding the following
|
||||
line inside snmpd.conf:
|
||||
|
||||
```
|
||||
agentAddress udp:161,udp6:[::1]:161
|
||||
agentAddress udp:161,udp6:161
|
||||
```
|
||||
|
||||
This line simply means listen to connections across all interfaces
|
||||
|
Reference in New Issue
Block a user