snmpwalk against localhost works; same snmpwalk using hostname or IP address
(from local shell) times out.
Have snmptrapd running on the same host and it accepts traps from all hosts on
the network.
No iptables rules. Per below the daemon appears to be listening on all ports.
Very barebones
Hello list,
when playing around with bitstrings, I found a small bug in
net-snmp-5.7.1/snmplib/mib.c
in function sprint_realloc_bitstring:
-8<--
for (; enums; enums = enums->next) {
if (enums->value == (len * 8) + bit) {
LS,
when playing around with bitstrings, I found a small bug in
net-snmp-5.7.1/snmplib/mib.c
in sprint_realloc_bitstring:
8<---
for (; enums; enums = enums->next) {
if (enums->value == (len * 8) + bit) {