I have a problem with getting IP address from my ISP.
What could be the problem?
Very often, the Internet disappears for a short time, and then reappears. Previously, this did not happen

I'm new to router OS.Thank's guys. And sorry , my english bad

My config:Bad cable between ISP device and router?
FW rules (input chain rules are interfering).
Hard to say when one doesn't post their config!!!
/export hide-sensitive file=yourconfig
My ISP gives the IP address - DHCP.What is connected to ether1?
Both on same interface?My ISP gives the IP address - DHCP.What is connected to ether1?
And i have second ISP with static IP. Static work fine.
Yes, I connected another provider today. He has a static ip on WAN. And work perfectly.Both on same interface?My ISP gives the IP address - DHCP.What is connected to ether1?
And i have second ISP with static IP. Static work fine.
/tool sniffer start interface=ether1-uplink port=68
/tool sniffer save file-name=dhcp.pcap
/tool sniffer stop
My snifPersonally, I would just run the sniffer which will give all answers:and after some time (look at logs and wait until you lose and reacquire your IP few times)Code: Select all/tool sniffer start interface=ether1-uplink port=68
In the file, there will be DHCP packets captured. You can download it to your computer and use tools like Wireshark to read it.Code: Select all/tool sniffer save file-name=dhcp.pcap /tool sniffer stop
Packets should go same way as described here: https://en.wikipedia.org/wiki/Dynamic_H ... #Operation
If they aren't in the same order, some packet is missing or some is repeated many times, it points to the issue. Skilled person should instantly know whats going on.
Usual reason is, that either client or server miss some packet and does not reply.
If you are unsure what to do with the recorded file, you may show it to someone more experienced or upload it here as attachment.
If you worry about not publishing your IP, well, you already did, because anyone with piece of brain can figure it out from your screenshot.