From owner-freebsd-questions Tue Nov 14 15: 4:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 10EAB37B479 for ; Tue, 14 Nov 2000 15:04:35 -0800 (PST) Received: (from nicks@localhost) by giroc.albury.net.au (8.11.1/8.11.1) id eAEN4Km14543; Wed, 15 Nov 2000 10:04:20 +1100 (EST) Date: Wed, 15 Nov 2000 10:04:20 +1100 From: Nick Slager To: tonyvee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with SNMP & Squid 2.3 Message-ID: <20001115100420.B3444@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tonyvee@tonyvee.org on Mon, Nov 13, 2000 at 07:53:53PM -0700 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake tonyvee (tonyvee@tonyvee.org): > Can someone please provide some examples of a squid.conf that allows SNMP > connections to Squid version 2.3.STABLE4. I'm trying to create a graph > using MRTG. > acl snmpusers src 1.2.3.4/255.255.255.255 acl snmp snmp_community Your_Community_String snmp_access allow snmp snmpusers snmp_access deny all Don't forget to configure squid with --enable-snmp. BTW: This is all pretty clear from the Squid SNMP FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ-18.html. It's always a good idea to check the docs first :-) Regards, Nick -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message