From owner-freebsd-net@FreeBSD.ORG Wed Feb 3 01:34:12 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 5E5F41065698 for ; Wed, 3 Feb 2010 01:34:12 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id D33718FC12 for ; Wed, 3 Feb 2010 01:34:11 +0000 (UTC) Received: from anne-o1dpaayth1.lariat.net (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id SAA28719 for ; Tue, 2 Feb 2010 18:34:08 -0700 (MST) Message-Id: <201002030134.SAA28719@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 02 Feb 2010 18:34:02 -0700 To: net@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: 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: Wed, 03 Feb 2010 01:34:12 -0000 Everyone: I've been trying to deploy some new VPN servers (with tunneling both in and out) running either mpd 5.3 or PoPToP on FreeBSD 8.0. Alas, I have been having a terrible time doing it. I'm getting error messages relating to routing, and connections which are supposed to have proxy ARP aren't getting it. On mpd 5.3, I'm seeing error messages such as Feb 2 16:45:22 9milegate kernel: ifa_add_loopback_route: insertion failed and Feb 2 16:46:02 9milegate kernel: lla_rt_output: RTM_ADD publish (proxy only) is invalid I thought that the problem might be mpd, and so switched to userland PPP with PoPToP -- a combination that has worked for me before. But I saw similar messages: Feb 2 18:22:35 testgate ppp[1184]: tun2: testuser pptpnocrypto connected as 172.18.4.26 Feb 2 18:22:39 testgate ppp[1187]: tun3: Warning: iface add: ioctl(SIOCAIFADDR, 172.18.0.1 -> 172.18.4.8 9): File exists Feb 2 18:22:39 testgate kernel: ifa_add_loopback_route: insertion failed Feb 2 18:22:39 testgate kernel: ifa_del_loopback_route: deletion failed Ideas? --Brett Glass P.S. -- Please copy me directly on all responses, as I am not currently subscribed to the list.