On Tue November 9 2004 8:02 pm, [EMAIL PROTECTED] wrote: > It seems that my problem with the Kenati OS port of > Net-SNMP is that the daemon produced for Kenati is > not opening the UDP port (161). The Net-SNMP version > supplied with Kenati is 5.0.8, the daemon is running > on the target, I can walk the daemon on the target > from the target but, I cannot walk the daemon on the > target from outside of the target
First, what command line are you using to start the agent? Second, have you run with debug on? Adding the -d flag will dump received packets (along with the ip address the packet was received on). That will tell you if the packet was received, and whether or not a response was sent. Also, how are you querying on the target? What host name are you using? If it is 'localhost', try explicity using the IP address of the target instead. If localhost works but the IP doesn't, then try explicity specifying the ip address to bind to at startup (see snmpd man page). > In the log file /var/log/snmpd.log we have the message > Error: Could not write to stats file > This message seems to occur only twice, both within > the file esc_util_funcs.c > once for function WriteTCStats() > and once for function writeIptablesRulesList() Neither that file nor those functions are part of net-snmp. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
