Home > Security > Iptables – Explaining the Tables!

Iptables – Explaining the Tables!

http://www.frozentux.net/iptables-tutorial/images/ipmenu.jpgIptables has been considered as the user space utility or application. It has been designed to allow the system administrator to arrange those tables supplied through the Linux kernel Firewall.

It also allows the user to have better control on the chains and the rules that the system use to store.

There are different types of kernel modules and several programs have been used at the present time in order to make the correct use of several protocols like

  • iptables applies to IPv4
  • ip6tables to IPv6,
  • arptables to ARP
  • ebtables for Ethernet frame

Iptables is also needed on order to elevate the benefits of operating and needs to be operated by the root users. If the root user will not use it, then it may not function really well.

For most of the Linux systems, Iptables needs to be installed by going through the user menu/sbin and the Iptables. It should be documented with the ma page and it can be opened while using the man Iptables during the installation time. Users for Iptables can also find it at the sbin/ Iptables.

However, it’s the Iptables which is not at all an important binary and can be considered as a service. The packet filtering is something that I have always a hard time to get my head over. Not the; this is simple enough. It is just an incredible level of the detail, difficulty to keep that all in head at one time.

And after that, obviously, there are all different flavors: ipfilters, ipfw, ipchains, as wella s now iptables. That gets more than a bit confusing, as well as I have never taken a time for more than the cursory look on any of this.

Well, time for changing this. I required to learn little more about the iptables as SME Server firewall or mail server that I used selling uses this.

Basics

Basic idea of packet filtering is look at the network packet as well as choose what you can do with that: and accept that as it is & let that go on way, stop that dead, and change it in a few way (that generally involves to send that somewhere other where it was headed originally).

Chains & Tables

The Iptables begins with 3 built in chains and you may also add more of chains, (normally for the convenience). Let is now understand what that comes with initially.

* OUTPUT

* INPUT

* FORWARD

 

It is very important to first know what packets the chains see.

Categories: Security Tags: ,
  1. Sanders
    April 2nd, 2011 at 18:23 | #1

    What is the name of the software on the screenshot? Is it some kind of iptables editor?

  1. April 2nd, 2011 at 17:35 | #1