snmp only answering on localhost - but daemon is listening on all ports (no iptables rules either)

2012-11-02 Thread Chris Bartram
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

Small bug in net-snmp-5.7.1/snmplib/mib.c

2012-11-02 Thread Edgar
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) {

Small bug in net-snmp-5.7.1/snmplib/mib.c

2012-11-02 Thread Edgar
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) {