Hi
Check with below option: Edit /etc/default/snmpd and change: SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1' to SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -p /var/run/snmpd.pid ' I don't know why removing the smux stuff works, but it's necessary. Removing the localhost IP address will allow snmpd to bind automatically to all interfaces. If you don't remove 127.0.0.1, you'll only be able to talk to snmpd from the local machine. Br, APT -----Original Message----- From: Cardoza, Eric [mailto:[EMAIL PROTECTED] Sent: 2008-11-24 07:40 To: [email protected] Subject: snmp query remote system Hello SNMP Experts. I installed net-snmp on three RHEL5 servers, and set up user authentication for snmpv3 with the same username and passcode on each server. I am able to query mibs locally on each of the servers; but neither server responds queries from remote servers. All systems are on the same subnet. Is there something I need to do to get snmp to respond to queries from other servers? My objective is to use a single management station to monitor all servers in the network. Thank you and best regards, Eric Cardoza ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
