From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 19:25:09 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAD0A1065670 for ; Mon, 19 Jan 2009 19:25:09 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id CC9228FC13 for ; Mon, 19 Jan 2009 19:25:09 +0000 (UTC) (envelope-from randy@psg.com) Received: from 50.216.138.210.bn.2iij.net ([210.138.216.50] helo=rmac.psg.com) by ran.psg.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LOzkC-000Ifz-Ju; Mon, 19 Jan 2009 19:25:08 +0000 Message-ID: <4974D393.8050907@psg.com> Date: Tue, 20 Jan 2009 04:25:07 +0900 From: Randy Bush User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081204 Thunderbird/3.0b1 MIME-Version: 1.0 To: "Li, Qing" References: <4973F9AE.8080209@psg.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: arp_proxy: ignoring request X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 19:25:10 -0000 > I will look into it. I may ask you for additional information offline. > >> Jan 18 00:08:10 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.10 via vr2, expecting bridge0 >> Jan 18 00:12:22 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.30 via wlan0, expecting bridge0 >> Jan 18 00:14:10 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.10 via vr2, expecting bridge0 >> Jan 18 00:19:26 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.10 via vr2, expecting bridge0 >> Jan 18 00:19:39 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.28 via vr3, expecting bridge0 >> Jan 18 00:20:10 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.10 via vr2, expecting bridge0 >> Jan 18 00:23:13 soek0 kernel: arp_proxy: ignoring request from >> 192.168.0.10 via vr2, expecting bridge0 i got rid of >> arpproxy_all=YES and did manual arp proxying for pptp setup. thanks to Luiz Otavio O Souza for the clue bat. randy