Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2008 13:49:19 -0400
From:      "matt donovan" <kitchetech@gmail.com>
To:        Mel <fbsd.questions@rachie.is-a-geek.net>
Cc:        imax36581 <imannapelon@yahoo.com>, freebsd-questions@freebsd.org
Subject:   Re: configure NAT with demand dial interface?
Message-ID:  <28283d910809181049q303920f0k4bb83b3648da9b06@mail.gmail.com>
In-Reply-To: <200809181916.39743.fbsd.questions@rachie.is-a-geek.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 18, 2008 at 1:16 PM, Mel <fbsd.questions@rachie.is-a-geek.net>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 <dayprofile>; /etc/rc.d/ppp start
> <nightprofile>
> 0 7 * * * /etc/rc.d/ppp stop <nightprofile>; /etc/rc.d/ppp start
> <dayprofile>
>
> --
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28283d910809181049q303920f0k4bb83b3648da9b06>