Results 1 to 2 of 2
hey there..
I've a suselinux distro in the lab at work..
the security team was warning me about the "public" community string issue that my machine is screaming to the ...
- 09-20-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
snmp "public" community string
hey there..
I've a suselinux distro in the lab at work..
the security team was warning me about the "public" community string issue that my machine is screaming to the web..
I'm don't know what service is sending this community string..
any help?
cheers.
- 09-20-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,845
I don't know the specific SUSE daemon name, but try looking in /etc/init.d/ for *snmp* services. For example, on my Fedora box, the SNMP daemon is at /etc/init.d/snmpd, so knowing that, I could:
Disable auto-start at boot time with chkconfig, e.g.:
Manually shut it down with:Code:chkconfig snmpd off
Code:/etc/init.d/snmpd stop


Reply With Quote