From owner-freebsd-java@FreeBSD.ORG Tue Dec 14 17:10:33 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F41AE1065673 for ; Tue, 14 Dec 2010 17:10:32 +0000 (UTC) (envelope-from msabroff@sbcglobal.net) Received: from nm19-vm0.bullet.mail.ac4.yahoo.com (nm19-vm0.bullet.mail.ac4.yahoo.com [98.139.53.212]) by mx1.freebsd.org (Postfix) with SMTP id 8F8A88FC1C for ; Tue, 14 Dec 2010 17:10:32 +0000 (UTC) Received: from [98.139.52.194] by nm19.bullet.mail.ac4.yahoo.com with NNFMP; 14 Dec 2010 16:56:45 -0000 Received: from [98.139.52.145] by tm7.bullet.mail.ac4.yahoo.com with NNFMP; 14 Dec 2010 16:56:45 -0000 Received: from [127.0.0.1] by omp1028.mail.ac4.yahoo.com with NNFMP; 14 Dec 2010 16:56:45 -0000 X-Yahoo-Newman-Id: 583661.74643.bm@omp1028.mail.ac4.yahoo.com Received: (qmail 39743 invoked from network); 14 Dec 2010 16:56:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:Reply-To:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=ka7A7khht+QBVQTYL3WxaMZU9OwrnbMoMrH2Tu6cb2J5ajJoq4qkMnsfFqTbsb/uBMupO1jP1p7HuzmGkU3ifPKk8V3EoYNdwGZuxbgFeweKTI1kbu1Dq+r5hevOxvyFgSnUaOomuNbUX4+7pNszwq+AW7DyHee0bU7YB2fVdAE= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1292345805; bh=yWmugIkRlbblbTQyxzHpoWA6maa7FiLvPl8SR0w86g8=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:Reply-To:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=F1ZaFZ30ytzRJJVuUc5nBEgobhLzpdko393DqjJhItHwkZ8jEKeDChz5WXaqOEGnIYvcm6SBcIsk2ZRMp6RYrfO4zVPeJzq3lJzJGvInmEAeSiUwDRN1BMpGEe7ErsaulCF20Jv6y4BeAhQoJUiFauSY5xAGX1FyAcEbGKma9rI= Received: from bitmaster.sbcglobal.net (msabroff@76.201.155.35 with plain) by smtp104.sbc.mail.ac4.yahoo.com with SMTP; 14 Dec 2010 08:56:45 -0800 PST X-Yahoo-SMTP: qxPS84eswBDXQMciBWqnFk3B71TAaHjplCRZBBgYUAV9_JU- X-YMail-OSG: qG4zpD0VM1mW5iCjTum8YNvfiOpQCGbAKwKsK_LoP0npDsi NYx4Dl7sBh5UlbAdm8NA9V.h9euIOSrk2WYbrp5BBgSWnV_YcezPM8XP3beF EL71IuuRoA0XF9eLvgCT9v8s5Be6R0AT5yWbPUQcoLiWh.PJyJ1BlzFTryxO hfQIOkXLTPTSV2EEJJPxcHXvapP9rPkZOiVe0ahR0.l8nmno3tgl12bOB3bN 75kv2uH8dEH4l3jSkq8NJjje4Nh8AwdBX1PajnO3oP9f06GfbLsTDqRlUa0q EdeIj4HlZKGjgMvx6LMECHWU4gmsEQjJc9s8HAxE5rKJu4bGugEwdlvcMvgi ZrDalKsGUyXiSA9dd7KCp.J12Ho9HTMlohhahvVqfwJRm.w-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D07A1CC.4080406@sbcglobal.net> Date: Tue, 14 Dec 2010 10:56:44 -0600 From: Mike Sabroff User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: /usr/ports/net/pptpclient X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msabroff@sbcglobal.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 17:10:33 -0000 I hope this is the correct place to ask about this port. I am trying to get a VPN connection to the office and after googleing, it looked like this would be a good choice for FreeBSD. I am running 7.3-RELEASE FreeBSD. I had no problem building or installing, in fact it was fast and sweet! I followed some documentation I found on the setup and modifying the /etc/resolve.conf file and all went fine until I ran the script to invoke pptp and when it ran I got an error message stating basically that /usr/bin/ip was an unknown command. ip is a linux command but doesn't seem to be part of a default freebsd system. My question is....What if any is the equivalent of ip on freebsd or which port would I install to get ip or it's equivalent? -- Mike Sabroff msabroff@sbcglobal.net 608-877-0676 - Home 608-516-1801 - Cell -- Mike Sabroff msabroff@sbcglobal.net 608-877-0676 - Home 608-516-1801 - Cell