I have a need to create a dynamic table in that will have random IP's inserted and deleted on a regular basis. Currently we do this by creating a chain at load time and on a scheduled basis we flush that chain and then to a iptables-restore -n < dynamic_rules.txt. Is there a better approach to doing this? Gary Wayne Smith