RUT240 - Clear IP block list via ssh

Hi,

My RUT240 has accumulated an extremely long IP block list, so long it times out in the web UI when loading the page (System > Administration > Access Control).
How can I clear it via ssh?

Hello,

Try

ipset flush ipb_port

Depends on the firmware version (07.x+)

Regards,

Nope, that did not work. The suggested command executes just fine but no change is observed with trying to load the System > Administration > Access Control page.
The device has RUT2_R_00.07.06.16 firmware.

However, running the following commands to enable blocklist cleaning on reboot, and then rebooting the device fixed the issue.
uci set ip_blockd.@globals[0].reboot_clear=‘1’
uci commit ip_blockd

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.