From owner-freebsd-questions Sat Aug 28 9:21:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 45E26155C5 for ; Sat, 28 Aug 1999 09:21:01 -0700 (PDT) (envelope-from kenwills@yahoo.com) Received: from 1cust234.tnt1.madison.wi.da.uu.net (HELO spanky.yaberk.int) (63.20.241.234) by smtp.mail.yahoo.com with SMTP; 28 Aug 1999 09:22:52 -0700 Date: Sat, 28 Aug 1999 11:11:31 -0500 (CDT) From: Ken Wills Reply-To: kenwills@yahoo.com To: become Cc: freebsd-questions@freebsd.org Subject: Re: another ppp question In-Reply-To: <37C792AF.C7D59A06@splusnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 28 Aug 1999, become wrote: > To whom it may concern > I am currently using user ppp and also use the free bsd box (as a > gateway) to connect my 3 other (win98) boxs to the internet > I want to set up kernel ppp and was wondering should i use server ppp or > client ppp > i currently use the syntax (ppp -alias splus) and then dial splus at the > ppp prompt > when i use kernel ppp will i have to run (!bg) background commands? at > the ppp prompt > or will ppp be running in the background and i will be at a regular > prompt? > cause it is a pain in the butt to always type !bg before a command > > Thank you for all you help!! > Matthew > become@splusnet.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Just use your current configuration, with a shell script in /usr/local/etc/rc.d/ make sure you begin the script like: #!/bin/sh ppp -auto -alias splus make the script executable (chmod +x). The system will execute it everytime it's booted. Ken _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message