Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
80211WiGuy
New Contributor III

Bad ISP with Misconfigured DHCP - Unreachable server IP - broadcast leases only

Hi Everyone,

I have a unique and frustrating situation with an ISP that can only provide service via DHCP - and that DHCP is provided by another 3rd party as their last mile provider who refuses to acknowledge their mistake because "it still works for others"

I have a remote site fortigate that loses it's WAN DHCP lease every other day or so because the upstream relay is providing an unreachable internal IP (10.x.y.z) as the server and relay IP in the original DHCP lease.  I have packet captures of this and watching the fortigate constantly trying to renew the lease with direct IP packets to this address, obviously being dropped by the next hop.  It's only when the fortigate loses its lease completely and finally falls back to broadcast discovery / requests that its able to recover.

 

Question:  is it at all possible to configure the DHCP Client on the fortigate to do "broadcast requests" for leases exclusively, without trying to renew via unicast?

I know this is not the standard and where the responsibility really lies for this to be resolved, but a workaround like this would really help right about now.  It's been a month of broken telephone and ignorant responses from the 3rd party last mile provider.

1 Solution
ebilcari
Staff
Staff

That is a frustrating situation. Most probably that it's not possible since this is something inherited from the protocol itself.

What you can do as a workaround is try to create an automation Stitch with a CLI script and schedule it to make the renewal early in the morning. I can't test it right now but I guess this will start a new broadcast process for the discovery.

automations.PNG

If this will still use unicast for IP renewal you can use a similar script to turn down/up the WAN interface:

config system interface
  edit "port1"

  set status down > up

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.

View solution in original post

5 REPLIES 5
Stephen_G
Moderator
Moderator

Hello 80211WiGuy,


Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.


Thanks,

Stephen - Fortinet Community Team
ebilcari
Staff
Staff

That is a frustrating situation. Most probably that it's not possible since this is something inherited from the protocol itself.

What you can do as a workaround is try to create an automation Stitch with a CLI script and schedule it to make the renewal early in the morning. I can't test it right now but I guess this will start a new broadcast process for the discovery.

automations.PNG

If this will still use unicast for IP renewal you can use a similar script to turn down/up the WAN interface:

config system interface
  edit "port1"

  set status down > up

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
80211WiGuy
New Contributor III

Thank you Emirjon, thats a great idea! I'm going to test it out this week.  I've just created a trigger for 3:30am to do a wan1 down, wait 5s, wan1 up.

80211WiGuy

Just following up here, I've let it run overnight with packet captures and I believe it solves the issue!  WAN interface is cycling before it gets stuck in the persistent unicast based renewal loop and able to obtain a new lease via broadcast.  It's set for an early morning time so it doesnt have any major negative impact on operations.  Not perfect, but much better than having the internet go down in the middle of web conferencing.  Thank you for the excellent idea Emirjon!

ebilcari

Thank you for your feedback, glad to help.

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
Labels
Top Kudoed Authors