i thought it was correct to deassign and assign when a lease expires…
so there is a problem…
everything was fine for 5 month since a few days ago. now when my router’s address is deassigned and assigned, i lose connection (every 5-10minutes) messenger closes, winbox disconnects, etc.
i tried with another router and i have the same problem
Does the IP address change when the DHCP client renews?
If the IP Changes, then it releases the lease and request a new one (which causes the IP to be dropped on the client, all connections are then closed, and the system requests a new IP)…
Perhaps post the entire DHCP config, let’s see what is going on… /ip dhcp-server export I believe if memory servs me right…
I had the same problem.
I when to the clients site and noticed the client had a home router.
It was connected and configured correctly and it would never accept an IP address.
I had the client replace the router and everything is now OK.
The IP doesn’t change, the DHCP Server does broadcast… What client is this where the issue is?
The only thing I can recommend, is that the Client is haywire. The client essentially is not receiving the reply from the DHCP Server, falls back to the config it had originally (before the lease expired), and requests a new one. This goes on untill the client eventually receives a message it accepts.
Can you check whether the broadcast reply (ACK) actually arrives at the client? Packet dump on the client will be your only choice here… either the broadcast is being dropped / going missing on the wire somewhere, or the client bluntly just does not accept it (which I can’t think will be the case, as you said it did work previously).
Just as a test (I realise this is not a solution)…
Can you open the firewall so that no packets are dropped. You’ll have to do this on a MAC and IP Layer… (so it will be a allow any from any via interface). Also considering it seems like a bridged interface, I’ll also look for things possibly being dropped on the bridges…
Perhaps something is dropping the broadcasts (or related) packets coming in / going out of the router… Looking at the debug log you pasted, it looks allot to me like the clients is not receiving the ACK Broadcast from the DHCP Server…
Ive got the same problem. But when i disable all firewall rules the problem is still there. The problem is related to the LAN interface. But when i make a VPN Connection the problem isnt there.
Proxy-ARP is enabled on the lan interface
Disabled Proxy-ARP and working DHCP
Enabled Proxy-ARP still working DHCP
Reboot for check
Problem is there again. For now disabled Proxy-ARP and everything seems fine
i don’t know exactly what my problem was, but i think it was because of a wrong p2p packet mark and drop. i have all p2p manipulation rules disabled and the problem disappeared. I will work to fix my p2p rules another day.