From owner-freebsd-questions Mon Feb 13 07:46:03 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA05345 for questions-outgoing; Mon, 13 Feb 1995 07:46:03 -0800 Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id HAA05339 for ; Mon, 13 Feb 1995 07:46:02 -0800 Received: from starkhome.UUCP (root@localhost) by sbstark.cs.sunysb.edu (8.6.9/8.6.9) with UUCP id KAA16786 for questions@freebsd.org; Mon, 13 Feb 1995 10:43:10 -0500 Received: by starkhome.cs.sunysb.edu (8.6.9/1.34) id GAA16284; Mon, 13 Feb 1995 06:23:09 -0500 Date: Mon, 13 Feb 1995 06:23:09 -0500 From: starkhome!gene@sbstark.cs.sunysb.edu (Gene Stark) Message-Id: <199502131123.GAA16284@starkhome.cs.sunysb.edu> To: Pics OnLine Root Cc: questions@FreeBSD.org In-reply-to: Pics OnLine Root's message of Sun, 12 Feb 1995 16:23:17 -0500 (EST) Subject: does /etc/ppp/ip-up work in 2.0r Sender: questions-owner@FreeBSD.org Precedence: bulk >I have successfully got pppd to act as a server for me ppp client, >but cannt seem to get pppd to call /etc/ppp/ip-up after the link >is established. Does this work in 2.0R? Can anyone tell me why >this would not execute. I have an ip-up script that is working. The only suggestion I can make after looking at your stuff is that you might want to put: #!/bin/sh as the first line of your script. Other than that, I'm not sure. - Gene Stark