Changes

Jump to: navigation, search

OPS235 Lab 6 - CentOS7

56 bytes removed, 18:54, 4 May 2015
no edit summary
|{{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 packet data 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 the following essential '''chains''':<br><br>
<table border="1"><tr>td>x</td><td>x</td></tr></table>*'''INPUT:''' Packets are <br>Data is checked against the INPUT chain to see if it is '''allowed into''' the PC<br><br>*'''OUTPUT:''' Packets are <br>Data is checked against the OUTPUT chain to see if it is <u>allowed to go outside</u> of the PC<br><br>*'''FORWARD:'''<br>PC is acting as a router it does not actually send or receive data, it <u>FORWARDS</u> data from one machine to another
}}
|}
13,420
edits

Navigation menu