From owner-freebsd-net@FreeBSD.ORG Sat Feb 13 03:05:25 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E361065692 for ; Sat, 13 Feb 2010 03:05:25 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yw0-f181.google.com (mail-yw0-f181.google.com [209.85.211.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1D38FC0C for ; Sat, 13 Feb 2010 03:05:24 +0000 (UTC) Received: by ywh11 with SMTP id 11so4380239ywh.9 for ; Fri, 12 Feb 2010 19:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=8vxDq17dTC3OP1kkKEpXydETaAXYC/d3ob4aTyxaEXI=; b=SP4bdVS+RaXo5pNlXBXxYxItn9MoiDDfgUgKUcWvSWAz/xWf+5Z6IsErOTTm7NeAwH 9tNVzCEP18ChZUqFcrkNnCxI82i3Lvj6ZCwmW6VbEViVZFazeWOSdmU1bufy9D06jauZ U+wyEIgOyv8iMFVED2vGeJP6QuJ7rkvH7sbeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=getWRGVXFfL0ylc+cckoMMYDiSI5J0ey/xl9fPbx7qzBmIPJmofL0QJe9XJostyX31 5W5st9vLCDGtDXQoWhxjvsJo2JF0qw2L3P/jb+ixQTeRPC9Xzm0geO7fpXZNV7uyDHaa 0+JI9w15olVglPTCuxmbClLlnxNxBYXW2arDc= Received: by 10.150.251.5 with SMTP id y5mr3632895ybh.48.1266028930688; Fri, 12 Feb 2010 18:42:10 -0800 (PST) Received: from ?192.168.0.86? ([189.35.249.167]) by mx.google.com with ESMTPS id 20sm1629787ywh.32.2010.02.12.18.42.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Feb 2010 18:42:09 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Luiz Otavio O Souza In-Reply-To: <201002130230.TAA19403@lariat.net> Date: Sat, 13 Feb 2010 00:42:06 -0200 Content-Transfer-Encoding: quoted-printable Message-Id: <8192E832-3DD0-4D0A-9FAD-6A70CE59FD26@gmail.com> References: <201002130230.TAA19403@lariat.net> To: Brett Glass X-Mailer: Apple Mail (2.1077) Cc: "Li, Qing" , net@freebsd.org Subject: Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 03:05:25 -0000 Brett, Change the "-S" to "-s" in the following line: if (ExecCmdNosh(LG_IFACE2, b->name, "%s -S %s %x:%x:%x:%x:%x:%x pub", PATH_ARP, = u_addrtoa(&iface->peer_addr,hisaddr,sizeof(hisaddr)), The "-S" tries to remove the entry first, but it fails because it = doesn't exist. Luiz On Feb 13, 2010, at 12:30 AM, Brett Glass wrote: > P.S. -- It occurs to me that perhaps adding the word "only" at the end = of the command string used by mpd 5.3 might help. Should I try this? >=20