From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 14:02:01 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 E8D1E106566C for ; Sat, 30 Aug 2008 14:02:01 +0000 (UTC) (envelope-from casteld73@yahoo.com) Received: from web65402.mail.ac4.yahoo.com (web65402.mail.ac4.yahoo.com [76.13.9.22]) by mx1.freebsd.org (Postfix) with SMTP id 8D7128FC20 for ; Sat, 30 Aug 2008 14:02:01 +0000 (UTC) (envelope-from casteld73@yahoo.com) Received: (qmail 12364 invoked by uid 60001); 30 Aug 2008 13:35:19 -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=4lj/uwt5JFoIQ0YcoYrR/Nz5ikAa7TVpGWean6O1ICwCo67Om1eZbRk4/LLO3DZgPBolKu8aFsOMP+bJHL9LYCMT0u/yfoJk8NubuhkDQHI/Kbc7A68E+MFH11Pd+mjBgTbgh2WXtdb0sbkPefdRx562Ihp7Ig9fvoD1FKhLNzM=; X-YMail-OSG: Wi1kZPgVM1kut.4oyxUeAF93.Ps_HD0cLI7OpGpoitvlaZTppQi9q1E6B4H2tC655Wr2X72JCUFDliXF4w62rQjdiFCDGdyL.1AkerNnCXAhFDwUQByvtc2uq2Nh5.6U6Mvjwedqwn2n53YNTP1_w8M9 Received: from [74.47.239.95] by web65402.mail.ac4.yahoo.com via HTTP; Sat, 30 Aug 2008 06:35:19 PDT Date: Sat, 30 Aug 2008 06:35:19 -0700 (PDT) From: d c To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <716140.12279.qm@web65402.mail.ac4.yahoo.com> X-Mailman-Approved-At: Sun, 31 Aug 2008 13:32:51 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PPTP Freebsd REL 7 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 14:02:02 -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