From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emilio Casbas Subject: Re: squid iptables snmp Date: Fri, 22 Oct 2004 15:37:27 +0200 Sender: netfilter-bounces@lists.netfilter.org Message-ID: <41790D17.2020602@unav.es> References: <1098440013.4380.40.camel@linux.d2visp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1098440013.4380.40.camel@linux.d2visp.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "Joel n.solanki" Cc: netfilter Joel n.solanki wrote: >Dear all, > >I dont know wheather this problem is related to squid or iptables >netfilter. >But let me specify my problem. I tried my lots but i cant solve this >problem. > > >Mrtg server Squid + Netfilter box Mikrotik Router > >When I try to create mrtg for mikrotik router which is behind Squid + >netfilter box, it gives me this error. > >--------------------------------------------------------------------------- >-base: Get Device Info on public@202.202.202.202: >SNMP Error: >no response received >SNMPv1_Session (remote host: "202.202.202.202" [202.202.202.202].161) > community: "public" > request ID: 1723286139 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/bin/../lib/mrtg2/SNMP_util.pm line 450 >SNMPGET Problem for sysDescr sysContact sysName sysLocation sysObjectID >on public@202.202.202.202: > at /usr/bin/cfgmaker line 657 >--base: Vendor Id: >--base: Populating confcache >--------------------------------------------------------------------------- > > Are you configured the snmp_access acl in squid.conf? some like; acl snmp-public snmp_community public acl snmp-user src host_ip snmp_access allow snmp-public localhost snmp_access allow snmp-public snmp-user snmp_access deny all Thanks Emilio C.