From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 14:18:22 2004 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 B62A616A4CE for ; Sun, 14 Mar 2004 14:18:22 -0800 (PST) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407F443D1F for ; Sun, 14 Mar 2004 14:18:22 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta13.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040314221804.DBAK2142.mta13.adelphia.net@barbish>; Sun, 14 Mar 2004 17:18:04 -0500 From: "JJB" To: "Chris Knipe" , "FreeBSD Questions" Date: Sun, 14 Mar 2004 17:18:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040314215207.4C1A843D45@mx1.FreeBSD.org> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: PPP Question - should be easy... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 22:18:22 -0000 Killall ppp followed by ppp -ddial xxxxxxx Where xxxxxxx is the section header name in the ppp.conf you want to exec. User ppp always reads the default: section name, just add other section names containing your different values. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chris Knipe Sent: Sunday, March 14, 2004 4:52 PM To: FreeBSD Questions Subject: PPP Question - should be easy... Hi all, I was just wondering, I run ppp from rc.conf with -ddial, and it is working brilliantly. However, I need to change ppp configurations quite frequently, is there a quick way to tell ppp to reload the configuration without killing it? I am specifically looking to change values in the label that is run from rc.conf with -ddial... I'm hoping in some way that I can send ppp a -HUP and it will use the new values when the ppp process reconnects automatically in -ddial mode. Thanks for your time, and I look forward to some possible answers. Regards, Chris. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"