>>>>> On Wed, 9 Sep 2009 10:06:33 -0700, Lew Glendenning >>>>> <[email protected]> said:
LG> I have enabled udp6 transport in the configuration, and the LG> resulting snmpd indeed handles requests via the ipv6 address. LG> The socket/bind calls that handle udp6: apparently use in6addr_any, LG> so I would expect that snmpd would also handle an ipv4 request, but LG> the debug output says that those requests never reach snmp. Basically, the command line arguments (or the equivalent snmpd.conf argument) has a default of udp:161. If you want something else, or in your case multiple something elses, you need to change the default to include everything you want. Thus you need to run with "udp6:161 udp:161". -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
