#22468: snmpd doesn't work on both ipv4 and ipv6
----------------------+-----------------------------------
 Reporter:  brian@…   |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  packages  |    Version:  Barrier Breaker 14.07
 Keywords:            |
----------------------+-----------------------------------
 I have {{{snmpd}}} (5.4.4-1) configured to respond on both ipv4 and ipv6:

 {{{
 config agent
         option agentaddress UDP:161,UDP6:161

 config com2sec public
         option secname ro
         option source default
         option community public

 config com2sec private
         option secname rw
         option source localhost
         option community private

 config com2sec6 public
         option secname ro
         option source default
         option community public

 config com2sec6 private
         option secname rw
         option source localhost
         option community private
 ...
 }}}

 and the {{{snmpd}}} binary is correctly listening on both ipv4 and ipv6:

 {{{
 # netstat -apn | grep snmp
 udp        0      0 0.0.0.0:161             0.0.0.0:*
 28890/snmpd
 udp        0      0 :::161                  :::*
 28890/snmpd
 }}}

 Yet queries to the ipv4 address are going completely unanswered -- ignored
 entirely and queries to the ipv6 address are working just fine.

--
Ticket URL: <https://dev.openwrt.org/ticket/22468>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to