Managing IPtables

The administration tool for managing IP packet filtering for the Linux operating system is known as iptables. With everRun systems, the task of working with iptables has been simplified and streamlined. Using the IPtables Security page, you can set up, maintain, and inspect the various filter table chains and their underlying rules. You have access to the three main chains (INPUT, OUTPUT, and FORWARD) for applying the packet-filtering rules you need. With everRun systems, the rules are applied to the host operating system on each physical machine (PM), to both IPv4 and IPv6 packets, and the rules remain persistent after rebooting.

When you insert a rule, you specify a chain (INPUT, OUTPUT, or FORWARD) and a Rule ID. When processing inbound packets, the kernel applies the rules associated with the INPUT chain, and when processing outbound packets, the kernel applies the rules associated with the OUTPUT chain. The kernel applies the rules associated with the FORWARD chain when processing received inbound packets that must be routed to another host. Rules are applied in order of the Rule ID. (A Rule ID is similar to a row ID, where, for example, Rule ID 1 equals row 1.) Instead of creating rules, however, you can load default settings for the rules.

The IPtables Security page displays a separate table for each of the three chains and their associated rules. The rules, if they exist for a particular chain, are sorted by Rule ID. Columns display the network name, type of network, protocol, and other information. If necessary, use the scroll-bar on the right side of the page to view all of the rules and the scroll-bar at the bottom to view all of the columns. For more information on iptables functionality, see the Linux manual (man) pages for iptables.

Notes:  
  1. For information on the ports that everRun software uses, see System Requirements Overview.
  2. For additional information on everRun TCP and UDP ports, access the Knowledge Base to search for the article TCP and UDP ports used by everRun 7 (KB-2123). See Accessing Knowledge Base Articles.

To manage IPtables, first, enable IPtables security, if you have not already done so.

Continue, as appropriate, by inserting a new rule, removing a rule, loading default settings, importing rules, or exporting rules.

Related Topics

The Preferences Page

The everRun Availability Console