Hi, I would like to add a certain rule to my firewall, but I have a dynamic IP, I'm wondering if there is some way I can work with this the line is as follows: iptables -A INPUT -p tcp -d --tcp-flags SYN,FIN SYN,FIN -j DROP Thanks for any information you can provide. --tony