FireWall can either refer to a machine used to filter (usually IP) packets or the software used on that machine to provide packet filtering.
If you need a decent iptables firewall for your Linux box, you probably want to give PerrysFirewallingScript a try.
There are distributions that exist only to provide firewalling; PerryLorier is working on a Firewall-on-a-disc system. You can technically speaking shut a Linux machine down into kernel-only mode and still be running a firewall.
To create a rule that will send back an ICMP message, use
iptables -A chain [...? --jump REJECT --reject-with icmp-port-unreachable
The type given can be icmp-net-unreachable, icmp-host-unreachable, icmp-port-unreachable, icmp-proto-unreachable, icmp-net-prohibited or icmp-host-prohibited, which return the appropriate ICMP error message (port-unreachable is the default).
iptables -D chain [rule number? iptables -D chain [rule description?
Hint: if you want to delete a rule and you don't want to have to mess around with specifying ports etc, try
iptables -L --line-numbers
Then you can just use iptables -D FORWARD 1 to remove it.
You might want to read HowToIPCHAINSHOWTO?, HowToBridgeFirewall?, HowToBridgeFirewallDSL?, HowToFirewallHOWTO?, HowToFirewallPiercing?, HowToSentryFirewallCDHOWTO? or HowToTermFirewall?. (They're all really, REALLY old.)
lib/main.php:944: Notice: PageInfo: Cannot find action page