From owner-freebsd-stable@FreeBSD.ORG Tue Jan 20 15:25:37 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D7B10656DC for ; Tue, 20 Jan 2009 15:25:37 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 1E4218FC21 for ; Tue, 20 Jan 2009 15:25:37 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 88042 invoked by uid 89); 20 Jan 2009 15:39:31 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 20 Jan 2009 15:39:31 -0000 Message-ID: <4975ECE2.9030104@ibctech.ca> Date: Tue, 20 Jan 2009 10:25:22 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Wendell Martins Borges References: <5F259223-D531-4E25-9814-C0C90250707D@ramenzoni.com.br> <20090120134733.GB22114@hugo10.ka.punkt.de> <4975D712.2080101@ibctech.ca> <4975D8F9.9000700@ibctech.ca> <77290DC5-426C-4B5E-B718-94E1DCDC0B57@ramenzoni.com.br> <4975EC21.2040101@ibctech.ca> In-Reply-To: <4975EC21.2040101@ibctech.ca> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: aliases not working in em0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 15:25:38 -0000 Steve Bertrand wrote: > Wendell Martins Borges wrote: > >>> # tcpdump -n -i em0 host 192.168.112.181 >> ping for another host: >> >> stewie# tcpdump -n -i em0 host 192.168.112.181 >> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode >> listening on em0, link-type EN10MB (Ethernet), capture size 96 bytes >> 13:11:21.530635 IP 192.168.112.8 > 192.168.112.181: ICMP echo request, >> id 11852, seq 0, length 64 >> 13:11:22.530803 IP 192.168.112.8 > 192.168.112.181: ICMP echo request, >> id 11852, seq 1, length 64 > > So, the box can be found on the network, but it is not returning traffic > properly. > > What does # arp -a have to say, on both boxes? Also, it may help to run tcpdump without the 'host' parameter on em0 while the pinging is occurring to see if you can find out whether the ICMP replies are being sent out as the primary IP. Steve