I just got the flag for the Earth, Wind, and Firewall challenge, but I don’t think I did it right.
The Firewall Basics lesson says iptables checks from top to bottom and jumps when it reaches the first rule that matches, so wouldn’t a DROP written before an ACCEPT jump to DROP before it reaches the rule that would accept it?
Basically:

Shouldn’t this deny 192.168.2.200? I’m unfamiliar with iptables and just want to clarify whether rule order is something I have to be aware of when setting up or if its something the firewall can figure out logically.