Re: How many hosts can utilize one NAT server?

2004-06-23 Thread Steve Bertrand

Minnesota Slinky said:
 I was wondering how many hosts can a single NAT server server?  I
 couldn't find it on the net, although I know it's there somewhere.

It really depends on a couple of things...

First, the horsepower of the box. If you want 1-10 users, an old pentium
90 will do just fine (from my experience), however with hundreds of users,
that just won't do.

Second, it depends on what IP addressing scheme you have used. For
instance, if you use 192.168.250.0/24, then that leaves you room for 253
clients. (.0 designates the network, .255 denotes the broadcast addr and 1
more IP is needed for the gateway itself).

If you use 172.16.0.0/16, then you have room for ~65,000 clients. I don't
know if FBSD and natd can scale that high (perhaps due to hardware
limitations), but that's the theory.

I've used a FBSD firewall against several thousands of users, however it
was not running natd, just IPFW. It's a P2, 1.7Ghz with 1024M of memory.

Hope this is what you are looking for.

Steve


 Eric F Crist
 President
 AdTech Integrated Systems, Inc
 (612) 998-3588


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How many hosts can utilize one NAT server?

2004-06-23 Thread Chris Keladis
On Tue, 22 Jun 2004 17:38:44 -0500, Minnesota Slinky 

[EMAIL PROTECTED] wrote:
 
 I was wondering how many hosts can a single NAT server server?  I
 couldn't find it on the net, although I know it's there somewhere.

This would depend on the type of NAT being done, ie 1:1 static or PAT
(aka overloading).

If the latter, you can only support (around) 65,535 sessions or the
size of a 16bit port number.




Regards,

Chris.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]