From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 11:03:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A032116A4BF for ; Thu, 11 Sep 2003 11:03:16 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF5643FAF for ; Thu, 11 Sep 2003 11:03:16 -0700 (PDT) (envelope-from mremski@ix.netcom.com) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19xVmj-0004zS-00; Thu, 11 Sep 2003 11:03:13 -0700 Message-ID: <5267416.1063303393677.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Thu, 11 Sep 2003 14:03:13 -0400 (GMT-04:00) From: Mike Remski To: Peter Elsner Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: freebsd-questions@FreeBSD.ORG Subject: Re: How do I destroy tunx? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Remski List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 18:03:16 -0000 As root try: ps aux | grep -i ppp If it shows you a line for a process with PPP (look for /usr/sbin/ppp) then do a : kill PID where PID is the the process id, probably the second column of the ps aux output. "When you start to worry what other people think of you, it's time to go fishing"