Synergy
11-16-2001, 12:25 AM
I wondering.....
A server with 1 NIC card can only have 254 IP based accounts right?
A server with 1 NIC card can only have 254 IP based accounts right?
![]() | View Full Version : 255 IPS per NIC? Synergy 11-16-2001, 12:25 AM I wondering..... A server with 1 NIC card can only have 254 IP based accounts right? JTY 11-16-2001, 01:45 AM That sounds correct. remarkable 11-16-2001, 02:15 AM That is not correct. You can put many more. It depends on the OS and Kernel. JTY 11-16-2001, 10:20 AM I believe he was referring to Linux. And, everyone I've talked to says you can't have more than 254. remarkable 11-16-2001, 10:31 AM You can make slight changes to the kernel to allow for more. I've seen as many as 1000 IP's run on Linux and 2000 run on FreeBSD and even saw someone test 4000 on Solaris. Synergy 11-16-2001, 12:45 PM i never even thought of running 1000 sites per server ;) JTY 11-16-2001, 06:47 PM Hmm, I've never heard of anyone doing that... I might have to look that up. T_E_O 11-16-2001, 08:22 PM [root@VC2]:~# ifconfig faith0|wc -l 508 [root@VC2]:~# Well, it seems like freebsd doesn't have any trouble with it at all. |