From: Christopher Fowler <cfowler@outpostsentinel.com>
To: linux-ppp@vger.kernel.org
Subject: Re: Can we run a PPP server & client simultaneously???
Date: Mon, 23 Jul 2007 12:35:07 +0000 [thread overview]
Message-ID: <1185194107.32759.7.camel@shuttle.linxdev.com> (raw)
In-Reply-To: <11741524.post@talk.nabble.com>
On Mon, 2007-07-23 at 08:28 -0400, James Carlson wrote:
> I think that process may have race conditions, given that if-up is
> triggered after the interface is marked 'UP', and nothing in the
> system actually waits for that script to complete. For that reason, I
> wouldn't suggest that as a design for a new feature in the pppd code
> base.
>
> Otherwise, though, it seems like a somewhat reasonable solution for a
> pppd user.
CORRECT! I do not suggest this as a design for future pppd based code.
It really needs not to be. It is a design based on what we have and
what we needed to do to make it work. I'm always looking for
improvements.
Also I do have changes to pppd 2.4.2 that anyone can have. We changed
that version to allow us to specify multiple ttys on the command line.
This allowed us to support outbound pooling with pppd.
/usr/sbin/pppd ttyR0,ttyR1,ttyR2,... 57600 ....
Works like that. When the pppd process needs to call a remote it will
look for lock files and use the first available tty. This feature I
would suggest as something that should be added since it is useful in a
a demand implementation. Inbound pooling is handled by a single DID and
hunt group on those lines.
If the multiple tty feature is something you guys might like to add just
let me know and I'll tarball our source and make it available. It is
considered a derivative work of pppd since we modified the source.
next prev parent reply other threads:[~2007-07-23 12:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-23 10:52 Can we run a PPP server & client simultaneously??? LeeD
2007-07-23 11:59 ` James Carlson
2007-07-23 12:08 ` Christopher Fowler
2007-07-23 12:28 ` James Carlson
2007-07-23 12:35 ` Christopher Fowler [this message]
2007-07-23 16:23 ` Bill Unruh
2007-07-24 8:07 ` Lee Davies
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1185194107.32759.7.camel@shuttle.linxdev.com \
--to=cfowler@outpostsentinel.com \
--cc=linux-ppp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).