iNico wrote: > Hi all, > i've a problem with zenoss and snmp.conf of a remote host.. > on the host if i try a > Code: > nmpwalk -v 1 localhost -c public > > > > > all it's ok, but when i try > Code: > nmpwalk -v 1 10.10.30.200 -c public > > > from the zenoss host > > i've an error: > > Code: > Timeout: No Response from 10.10.30.200 > > > > > I've configured my snmp.conf file as reported in zenoss admin guide.. > > The host is an ubuntu linux and no firewalls are present, apparmor disabled. > > How can i check ? > Thank you so much
If you are using netsnmp you need the make sure the snmpd daemon is listening on the correct network interface. The default install listens on localhost 127.0.0.1 edit /etc/default/snmpd -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32742#32742 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
