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]"

Reply via email to