On Thu, 11 Nov 2004 02:52:59 -0800 (PST) Mohammed wrote: MS> I am using net-snmp v5.2 rc3 on a solaris box with a MS> number of IP addresses. Using a basic configuration MS> the daemon listen on port 161 on all address as MS> expected. MS> MS> However, when the daemon start it sends a coldstart MS> trap to the trapsink defined but the source IP address MS> is set to localhost and not the IP address of the MS> host.
The agent doesn't set the ip address for packets. It is left up to the host OS. There is a snmpd.conf directive, agentaddress, than can be used to specify th ip to use for sending packets. I'm not sure it is supported on all platforms, but you can give it a shot. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
