From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 17:49:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7ECF1065677 for ; Thu, 18 Sep 2008 17:49:21 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 6943B8FC0A for ; Thu, 18 Sep 2008 17:49:21 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so1557ana.13 for ; Thu, 18 Sep 2008 10:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=v7HHmVG21zO9P1ZBNnIoTxxKXzyFddbO9KLoJBo4WJM=; b=dm4Nyp9DAuGeREpF8TaPbcbX0xc+OAf/d0ThG+zmiQtiO6Ue90NthJTCmOD6LKM6NK 9/QMLGtrZu4DozriMcReMKauggjuKX8c3ynpdAcNEdRHWAFk2LE+WmaR8Pr/NPx/2aS2 +aQJyc9WGLBjfC8Bar+aMNNC6Yecnb6jyFBy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=PPIDJ9pkMqTMiOmsFKKNPDqoBj6Qk0cJPwUcv+oDeahgvx4eVLXJ+7zsVOk966x+B8 BYdREogR76OKeugmfk11EbXoUqL6/CGBrgay0lECBTtLUTriEm81NE34Q17SUPsGKgO6 1Kj/nLCqXmeTuNZZuWuKN9zvqiqS8S+r9jTww= Received: by 10.142.207.8 with SMTP id e8mr1271907wfg.241.1221760159941; Thu, 18 Sep 2008 10:49:19 -0700 (PDT) Received: by 10.142.231.14 with HTTP; Thu, 18 Sep 2008 10:49:19 -0700 (PDT) Message-ID: <28283d910809181049q303920f0k4bb83b3648da9b06@mail.gmail.com> Date: Thu, 18 Sep 2008 13:49:19 -0400 From: "matt donovan" To: Mel In-Reply-To: <200809181916.39743.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 References: <19554068.post@talk.nabble.com> <44k5d9bis5.fsf@be-well.ilk.org> <19556717.post@talk.nabble.com> <200809181916.39743.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: imax36581 , freebsd-questions@freebsd.org Subject: Re: configure NAT with demand dial interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 17:49:21 -0000 On Thu, Sep 18, 2008 at 1:16 PM, Mel wrote: > On Thursday 18 September 2008 18:23:30 imax36581 wrote: > > > thanks Lowell Gilbert,it will be useful for me soon.... > > but another question.... > > on that page i cant find anything that can help me to scheduling > > connections.... > > for example i have two account (pppoe),i want to use second account > during > > 3 util 7 am and use the first account in other times > > do you have another article that help me do this? > > thanks in advance :) > > Properly setup ppp profiles, using /etc/defaults/rc.conf (search for ppp) > as a > guide. Also read up on rc.conf(5), very useful info. > > Then use 2 crontabs at the appropreate times, as simple as: > 0 3 * * * /etc/rc.d/ppp stop ; /etc/rc.d/ppp start > > 0 7 * * * /etc/rc.d/ppp stop ; /etc/rc.d/ppp start > > > -- > Mel > > Problem with today's modular software: they start with the modules > and never get to the software part. > _______________________________________________ > 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" > This might come in handy for you http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.htmlsince the others already said the good stuff