- Open snmp requests to world
- snmpd.conf
- rocommunity public 0.0.0.0/0
- #agentAddress udp:127.0.0.1:161
- comment this line out if it exists so snmpd listens to the world
- Make sure snmpd is listening on all interfaces
- lsof -nP -i
- snmpd ......stuff in here........ UDP *:161
- Test from another server
- snmpwalk -cpublic -v1 <IP address serving snmp request>
Friday, 1 February 2013
Open snmp requests to world
Subscribe to:
Post Comments (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.