Changes

Jump to: navigation, search

OPS235 Lab 6 - CentOS7 - SSD

24 bytes added, 06:25, 16 June 2016
no edit summary
[[Image:iptable-chains.png|thumb|600px|right|When using iptables packets must pass-through "a chain of policy rules" in order to handle packets. If a packet matches a rule, then an action is taken (some examples include: '''ACCEPT''', '''DROP''', '''REJECT''', or '''LOG'''); otherwise, the packet will be directed to the default policy chain. ]]
|}
==== Using Firewalls in Linux (iptables)====
Since Linux servers may be connected to the Internet, it is very important to run a firewall to control what comes into the computer system, what goes out of the computer system, and what may be forwarded to another computer. A utility called '''iptables''' can be used to set the firewall rules on a Linux server.
# Issue a command to list the existing iptables policy rules to verify they have been reset.
==== Setting Default Policy and Policy Exceptions with iptables ====
x
13,420
edits

Navigation menu