Open main menu

CDOT Wiki β

Changes

OPS235 Lab 6 - CentOS7

46 bytes added, 18:45, 4 May 2015
no edit summary
{| width="40%" align="right" cellpadding="10"
|- valign="top"
|{{Admon/note | | '''[http://en.wikipedia.org/wiki/Iptables Iptables] is the built-in firewall for LINUX'''. Iptables is a '''list of rules'''. Each rule is placed into a particular chain and when data is sent '''into''', '''out of''' or '''through''' a PC the data .If a rule is matched, it must “jump” to a '''condition'''. Simple conditions include '''ACCEPT''', '''DROP''' and '''LOG''' but there are also more complex conditions that can be applied and there is even the option to create your own conditions.
If a packet matches a specified rule, it must “jump” to an existing '''condition'''. Simple conditions include '''ACCEPT''', '''DROP''' and '''LOG''' but there are also more complex conditions that can be applied and there is even the option to create your own conditions. When using iptables, the '''Filter''' table is important; because it contains these the following essential '''three chains''':
*'''INPUT:''' Packets are checked against the INPUT chain to see if it is '''allowed into''' the PC
13,420
edits