18 Jun
2008
18 Jun
'08
9:24 a.m.
EvilEzh wrote:
Thanks, relay ip is ok now. Another problem. I couldn't receive it packet anyway. I launched standart dhcpd server on linux and everything worked fine. After analyzing packets i discover that replay messages to relay is sent back to port 67 not 68. So, it need to be fixed. :)
Hmm... the reply just swaps the ports from the request. i.e.: X:68 -> Y:67 discover X:68 <- Y:67 offer What does debug mode say? It should print src/dst ip/port. Alan DeKok.