Хотелось бы иметь возможность, выставить бродкаст флаг во всех отправляемых дхцп пакетах принудительно.
Аналог опции always-broadcast в isc-dhcp.
- Клиент (Windows XP) отправляет запрос без броадкаст флага, через релей агент (Cisco)
- Сервер отвечает без броадкаст флага, через релей агент клиенту.
- На клиента прилетает offer юникастом, и как следствие игнорируется.
P.S
Код:
To work around some clients that cannot accept IP unicast datagrams
before the TCP/IP software is configured as discussed in the previous
paragraph, DHCP uses the 'flags' field [21]. The leftmost bit is
defined as the BROADCAST (B) flag. The semantics of this flag are
discussed in section 4.1 of this document. The remaining bits of the
flags field are reserved for future use. They MUST be set to zero by
clients and ignored by servers and relay agents. Figure 2 gives the
format of the 'flags' field
http://tools.ietf.org/html/rfc2131#page-8