From owner-freebsd-net@FreeBSD.ORG Sun Mar 28 00:42:29 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FACA106564A for ; Sun, 28 Mar 2010 00:42:29 +0000 (UTC) (envelope-from alexpalias-bsdnet@yahoo.com) Received: from web56406.mail.re3.yahoo.com (web56406.mail.re3.yahoo.com [216.252.111.85]) by mx1.freebsd.org (Postfix) with SMTP id CA6B98FC08 for ; Sun, 28 Mar 2010 00:42:28 +0000 (UTC) Received: (qmail 34315 invoked by uid 60001); 28 Mar 2010 00:42:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1269736948; bh=8YwO/kP6KMi0Y/eGswd6dwXNDsohRwsn3CziPMTAxas=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=AagY+MFTqpM/Ge/zFAjJdvTG4IpUsxUcFk9YJ6XMZ9iIwpo8/YCMlvHYT+ieRjKLIPd85aOasLvrP9FaRx04Y7UW8tBoe4Jf1FuzzocdJ8P0tSA50FtRPDYDP4F+CyT5aXzYKdOBqUHeCtxZEDc155FzOKJRMPnPOBKjKnwzibw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=rZdQtJCclCTr7wSYCxA4AVPWQeVjAZtGG/QUXArke3hx0KwOB+zhE+z6QIsInCosixBzX9StqF7nm98q0bcDgkBuLqjIlQuYvKXwVQ7W0P8qn66Rgjd67tKJ5uke6UFUU5Li33lCaVkzw26cst/imdzrQKz44w5pxK5puyaryck=; Message-ID: <124901.34135.qm@web56406.mail.re3.yahoo.com> X-YMail-OSG: dQKy8DgVM1lVfas.3Oju1x6At4YwerYbGEaPYv6Oa8nuLf_ ctzEPEGifPUMllBA_3hpO4oMtz1VQ1vGR7dJq1jddBIfBrUwUDHw_gLaRwiX fGn1WD8W0VhmLlLwWGZCAXNNSmCD_0lo4Liij8vMvnT7JM69rblWj1UCNZ77 gD0VmxnLVpPCFuwXl_DCoQzIAcYmCqoUEN41hGKZ7EQ0rog8av4GUSTMWg5n HHmEg0yeCyHfwGoBHUiTfWeRT_c5EOFSd9lg6a8Xxipz68fzXJ.go.amW_59 b.9RiiUtOTu_ZXicKr.nxBy2W3Fyfq3pksZ.4r8_ibyBXHtxzQsPbng-- Received: from [10.11.100.2] by web56406.mail.re3.yahoo.com via HTTP; Sat, 27 Mar 2010 17:42:27 PDT X-Mailer: YahooMailClassic/10.0.8 YahooMailWebService/0.8.100.260964 Date: Sat, 27 Mar 2010 17:42:27 -0700 (PDT) From: alexpalias-bsdnet@yahoo.com To: Hartmut Brandt , Vasily Samoylov In-Reply-To: <4BAC7F0A.1070905@vas.org.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-net@freebsd.org, Shteryana Shopova , Harti Brandt , Ivan Voras Subject: Re: Poor situation with snmp support in FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexpalias-bsdnet@yahoo.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 00:42:29 -0000 One thing that is not working as expected in bsnmpd (or maybe I'm not expecting the right thing) is replying to queries on multihomed hosts. That is, if one machine has 2 network interfaces, one with IP address 192.168.1.1, mask 255.255.255.0 and another 10.10.10.10 (same mask), if a host on the 192.168 segment tries to query this host on its 10.10.10.10 IP address, it will receive a reply from 192.168.1.1 - which will be ignored, since it's not the host we tried to query. Is this the normal behaviour? Thank you Alex Popa