29 Sep
2009
29 Sep
'09
9:15 a.m.
Pavel Malev wrote:
After authorization Freeradius send reply to Default Gateway(!), not to clinet: [tcpdump] 02:28:25.766341 00:30:4f:21:b4:73 > 00:30:48:35:31:32, ethertype IPv4 (0x0800), length 342: 192.168.2.252.67 > 255.255.255.255.68: BOOTP/DHCP, Reply, length: 300
Hmm... I thought that FreeBSD supported the SO_BROADCAST socket option, where packets sent to 255.255.255.255 were sent as link layer broadcasts, too. You might also try 2.1.7. It does some DHCP operations a little better than 2.1.7. Or, maybe the code has to set the broadcast flag before binding to an IP address... Alan DeKok.