I have trueUnix 64 machine here and i am trying to activate the snmpd one it.
I have no problem configuring it and restarting it.
Code: Select all
community public 0.0.0.0 write
Code: Select all
# /sbin/init.d/snmpd start
chmod g+w /var/esnmp...
umask 02...
# ps xa|grep snmpd
18755 ?? S 0:00.07 /usr/sbin/snmpd
8774 ttyp2 S + 0:00.01 grep snmpd
Itryd netstating and its not in the list, but its in the services list. if i do
netstat -a, then i would have it one the list. as so:
Code: Select all
udp 0 0 *.snmp *.*
Regards.