[EMAIL PROTECTED] said:
} I have +/- 200 small networks (+/- 7 clients / network) to connect to
} internet. These networks use private IP (172.27.X.X serie) and I ll
} use masquerading to give Interney access.

} Virtually, I must support at least  200 * 7 = 1400 connexions at the
} same time.

Why do you say that??

You are assuming they all make one connection at a time, all the time?

Masq has a limit on the number of simultaneous connections - normally 4096 
per protocol (TCP, UDP & ICMP) - this can be modified within limits by 
editing linux/include/net/ip_masq.h (however the max you could do would be 
32K).

} How many connexions a linux can handle at the same time with an up to
} date hardware (Pentium and 128 MB Ram) ? is somebody already done this
} kind of job and share its experiment ? 

Connections are not the limitation.  Nor is RAM.  Your limit is the 
bandwidth available.  I guess a moderate spec PC would be OK to 2Mbit 
connectivity (maybe less if it was doing PPP as well).  Above that you are 
probably hitting other limitations than sheer processing power - IO 
throughput for example.

        Nigel.
-- 
[ [EMAIL PROTECTED]   -  Systems Software Engineer ]
[ Tel : +44 113 207 6112                   Fax : +44 113 234 6065 ]
[ *** Note new telephone number - old one will no longer work *** ] 
[      Real life is but a pale imitation of a Dilbert strip       ]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to