From owner-freebsd-net@FreeBSD.ORG Tue Jun 26 14:55:29 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA17216A421 for ; Tue, 26 Jun 2007 14:55:29 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 7D84613C45E for ; Tue, 26 Jun 2007 14:55:28 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id AAA17449; Wed, 27 Jun 2007 00:30:11 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 27 Jun 2007 00:30:10 +1000 (EST) From: Ian Smith To: Artyom Viklenko In-Reply-To: <20070626162827.X42212@alf.aws-net.org.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-net@freebsd.org, Jim Stapleton Subject: Re: ppp/peers/* files 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: Tue, 26 Jun 2007 14:55:29 -0000 On Tue, 26 Jun 2007, Artyom Viklenko wrote: > On Tue, 26 Jun 2007, Jim Stapleton wrote: > > > What man/handbook pages/sections should I look at to get a clue. I'm > > so far from having one, I don't even know the direction... > > see handbook section about networking. > > simply speaking enter > > route add ip-of-vpn-server ip-of-your-lan-gateway > > > > then start MPD and check is all ok. > if yes, you can add this route to /etc/rc.conf using > static_routes variable. Maybe browsing from file:///usr/local/share/doc/mpd4/mpd.html especially '5.5: PPTP device type commands' might help also? Cheers, Ian