11

Or, more generally, is it required to specify the broadcast address that a client should use when a DHCP server is assigning an address?

Jed Daniels
  • 7,282
  • 2
  • 34
  • 42

1 Answers1

10

No.

Clients default to using the highest address in the subnet if a broadcast address is not specified.

Remember to keep that address out of the dhcp pool.

84104
  • 12,905
  • 6
  • 45
  • 76