Date: Thu, 18 Sep 2008 18:07:50 -0700 (PDT) From: imax36581 <imannapelon@yahoo.com> To: freebsd-questions@freebsd.org Subject: Re: configure NAT with demand dial interface? Message-ID: <19564595.post@talk.nabble.com> In-Reply-To: <28283d910809181049q303920f0k4bb83b3648da9b06@mail.gmail.com> 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> <28283d910809181049q303920f0k4bb83b3648da9b06@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
matt donovan-4 wrote: > > 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 > _______________________________________________ > 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" > > thanks my friends... useful information.... also i must do it with pppoe connection and not ppp,it seems that both are the same,if not please inform me. 10x again . -- View this message in context: http://www.nabble.com/configure-NAT-with-demand-dial-interface--tp19554068p19564595.html Sent from the freebsd-questions mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19564595.post>