Opening Ports with iptables

iptables is a common linux software firewall. However, for many new linux users who are unfamiliar with the command line (or google!) some simple tasks such as opening a port on the firewall in order to allow a web-facing service to be reachable by everyone can be daunting. However, it’s actually quite simple. Just issue the following command; iptables -I...