From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 13:16:40 2005 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 57B9116A4CE for ; Wed, 16 Mar 2005 13:16:40 +0000 (GMT) Received: from bayc1-pasmtp02.bayc1.hotmail.com (bayc1-pasmtp02.bayc1.hotmail.com [65.54.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0158D43D46 for ; Wed, 16 Mar 2005 13:16:38 +0000 (GMT) (envelope-from mwgreene@sympatico.ca) Message-ID: X-Originating-IP: [67.70.39.192] X-Originating-Email: [mwgreene@sympatico.ca] Received: from pepstep ([67.70.39.192]) by bayc1-pasmtp02.bayc1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Wed, 16 Mar 2005 05:16:33 -0800 From: "Marco Greene" To: "FreeBSD List" Date: Wed, 16 Mar 2005 08:17:44 -0500 Message-ID: <000001c52a2a$8ae4f160$24c8a8c0@snowy.meadow> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Importance: Normal X-OriginalArrivalTime: 16 Mar 2005 13:16:33.0916 (UTC) FILETIME=[6018D3C0:01C52A2A] Subject: PPPoE ip-up/ip-down X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:16:40 -0000 Hi all, I have found a few postings regarding the /etc/ppp/ip-up and ip-down = scripts and the fact that they do not work. I am experiencing the same thing = and I have tried all of the hints that I found in those threads but with = little success. I would really like to use these scripts. Are there any = hints? -I have set the permissions to 555 -#!/bin/sh is the first line in the script Are there any other things that I may have missed? Note: pppoe is setup as per the handbook with a few modifications as = found on one of the links given by the handbook. Thanks, Marco