DHCP Server MT for 1000 users ?

hi all,

I have setup mikrotik router os 3.20 on Dell Server running at 1130MHz Dual processor.

My requirement is to run a DHCP server for the users of 1000. Is it a good idea ? If yes, can I use
10.0.0.0/22 for the DHCP service ?

Please correct me if I am wrong with such huge number of customer serving with DHCP.

Recomend me what is the good number of users for DHCP Server on MT ?

Regards,
Litu

just DHCP?
unlimited? =)

1000 users is a pretty big broadcast domain. There will be a lot of broadcast traffic and a bad ethernet card can take the entire network down.

It is usually better practice to break up the address block into smaller networks and route. You can do this logically by department, room, floor, or building. VLANs can be handy for this. Then use a DHCP server for each network.

Tom

Hi,

roc-noc you are right, you should divide users in segments, may be segments of 200 would be enough, again it depends on your needs

  1. Divide the lot of users in multiple VLANs …my be 100/VLAN
  2. Get an L-3 Switch to configure inter VLAN routing.
  3. Define DHCP Relay on the L3 to direct DHCP broadcasts to the DHCP server (your Mikrotik)

This will definitely work without a hitch if a good NIC is installed in your mikrotik.

I know a network of 5000 users using a single PC running W2k3 as DHCP server. This works without issues. Mikrotik binaries are faster than windows ones. a Mikrotik DHCP should rock in this case.

thanks a lot.

i have setup the network with /24 subnet and its just working fine.

regards,
litu