Re: Limits on number of simultaneous diald daemons?
Mike Jagdis <[email protected]> Sun, 30 Mar 2003 22:52:23 +0000
| Newsgroups | org.kernel.vger.linux-diald |
|---|---|
| Message-ID | <[email protected]> |
John Hardin wrote: > All: > > We're looking at using diald on RH6.2 and RH7.3 to manage dynamic dialup > connections to multiple sites using a modem pool, and I need to know > what limits the number of diald processes that may run. > > The SLIP driver reports a max of 256 devices. When diald starts it tries > to hit tap0 through tap15 (this is before I set up modules.conf) > > What limits the number of diald daemons that may run? How many may run > with the 1.0 / 1.01pre code? Diald itself has no limits. Using SLIP will limit you to the maximum number of SLIP devices or the maximum number of pseudo terminals, whichever is smaller. The old tap device is limited to, I think, 16 interfaces (it's a subset of netlink space). The newer tun/tap device isn't limited at all (I don't think. I'd have to check the code...) but if you want to use that you probably have to use the CVS diald version. If you don't want to use the CVS code (which is actually perfectly good and better than the last released code) you may be able to get silly numbers of dialds by using dummy interfaces and diald's proxy_dev capability, but I don't think I've tried that. Mike