From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 15:55:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF0121065675 for ; Sat, 30 Aug 2008 15:55:12 +0000 (UTC) (envelope-from casteld73@yahoo.com) Received: from web65407.mail.ac4.yahoo.com (web65407.mail.ac4.yahoo.com [76.13.9.27]) by mx1.freebsd.org (Postfix) with SMTP id 5F5918FC17 for ; Sat, 30 Aug 2008 15:55:12 +0000 (UTC) (envelope-from casteld73@yahoo.com) Received: (qmail 714 invoked by uid 60001); 30 Aug 2008 15:55:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=N9RTybFhdsXrdFoBfAnSvbrV9lo7LzW9IOMQAKTMu54Pg+7ALoRVWD7depL5zoyHMqA27agyVxV9M4/WzqSQFDUAuwgNRtj9uIGfdNriX5sMnIdN74o4C1wtfYHtbf04SGoYy76M1lVn3VEhCNN94jOUOLYLcfEW4ipzzFBnGxE=; X-YMail-OSG: BRbzLCsVM1l6V7mnZlPWUjNm6hpnUEQoj7a0FrEBER.GsVki7tdfWOiYu1g9Ll8FPWpGICKdl2GAevnBvBzSHS_fa2AbORVqY_JowZx645FUdTnBRRX.enHcRhLhvHhKbgr3MUqhc3Ni4Xud7Ka2eF1E Received: from [74.47.239.95] by web65407.mail.ac4.yahoo.com via HTTP; Sat, 30 Aug 2008 08:55:09 PDT Date: Sat, 30 Aug 2008 08:55:09 -0700 (PDT) From: d c To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <758349.507.qm@web65407.mail.ac4.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PPTP (VPN) FREEBSD 7-p3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 15:55:12 -0000 I have used /usr/ports/net/pptpclient/ as long as I remember. I just setup a new 7.0 Desktop and installed the port. When I run pptp x.x.x.x I get: /bin/ip: not found /bin/ip: not found Loading /lib/libalias_cuseeme.so Loading /lib/libalias_ftp.so Loading /lib/libalias_irc.so Loading /lib/libalias_nbt.so Loading /lib/libalias_pptp.so Loading /lib/libalias_skinny.so Loading /lib/libalias_smedia.so I searched for /bin/ip and could not find it nor could I find "ip" anywhere in the file system. man ip brings up info but it looks like it is not a bin but a structure used in c??? not too sure about that. Has anyone ran across this? Is there an alternate instead of ip? Perhaps I can hack it into the source. TIA