Tuesday 10 June 2014

Getting iprope_in_check() errors when routing is configured correctly

I was working on a FG90D for a customer a while back and had just finished configuring some extra routes, but no traffic was passing through the device.

Using the 'diag debug flow' command I was seeing the below message:

id=36870 pri=emergency trace_id=8 msg="iprope_in_check() check failed, drop"

This usually means a packets arrived where no forwarding or return routes exist, so the firewall drops it.

Knowing this I double (and triple!) checked the routes and routing table, and confirmed that everything was correct.

So having confirmed it's configured correctly, the could only assume that the routing table hasn't been refreshed when I added the new routes. This is something that's done automatically on the firewall when a change is made to the routing table (ex: a route has been added/deleted, interface up/down etc) but for some reason wasn't happening.

Using the below command I flushed the routing table and forced it to refresh:

diagnose firewall iprope flush

After that, the traffic is now routing correctly! :)

11 comments:

Anonymous said...

Thanks, It helped me with the same problem.

Unknown said...

Thank you.. Its works me too.. :)

obscur said...

Thanks, that helped me a lot. Even with a reboot it did not work. But with this command it works.

Anonymous said...

Thanks a lot !

Anonymous said...

Perfect cure for my headache.

Unknown said...

WOW you Saved Me from jumping out of the window

Anonymous said...

It's still valid. Cheers

Unknown said...

perfect, many thanks

Anonymous said...

yeap! Very helpfull, thanks

Anonymous said...

many thanks

Anonymous said...

Thanks my dude