From owner-freebsd-net@FreeBSD.ORG Sat Feb 11 19:41:55 2012 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 E698B106566B for ; Sat, 11 Feb 2012 19:41:55 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B80B28FC13 for ; Sat, 11 Feb 2012 19:41:54 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so6850256obc.13 for ; Sat, 11 Feb 2012 11:41:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.29.228 with SMTP id n4mr2110387oeh.32.1328987925559; Sat, 11 Feb 2012 11:18:45 -0800 (PST) Received: by 10.60.25.99 with HTTP; Sat, 11 Feb 2012 11:18:45 -0800 (PST) Date: Sat, 11 Feb 2012 11:18:45 -0800 Message-ID: From: Michael Sierchio To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: MPD5 L2TP question 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, 11 Feb 2012 19:41:56 -0000 [if there's a more appropriate place to pose this, please direct me] I'm trying to use mpd5 to build an L2TP server. It generally works as expected, except I cannot figure out how to push the route to an attached network to the PPP client. If I manually add a route on the client (to the ppp0 interface), things work as expected. This won't work for deploying this to users, though. I should point out that for OS X users of the L2TP client, we generally discourage routing all traffic over the tunnel - if we told them to put the L2TP pseudo-interface above the Ethernet interface, this would probably work. However, I'd like to push a route to my local net. A sample config would be most welcome. Thanks. - M