diff --git a/install_snmp.sh b/install_snmp.sh index 4e9e552..6fa48bf 100644 --- a/install_snmp.sh +++ b/install_snmp.sh @@ -4,7 +4,7 @@ COMMUNITY="PathCore" LOCATION="Server Room" CONTACT="sysadmin@pathcore.internal" -ALLOWED_IP="10.10.0.36/32" # CHANGE THIS for security +ALLOWED_IP="0.0.0.0/0" # CHANGE THIS for security # ================== set -e