Open main menu

CDOT Wiki β

Changes

OPS335 Lab 2 draft

33 bytes added, 11:45, 22 January 2016
no edit summary
:*There are <u>two sets</u> of IPtables rules that apply: '''OUTPUT/INPUT on the client''' and '''INPUT/OUTPUT on the server'''.<br>It is important to think about from the perspective from the client as well as the server.
:* '''Outbound traffic ''' from a server (like a response to the Firefox web-browser from the web-server) '''is rarely blocked <u>unless</u> there is a security policy to <u>prevent</u> some kind of traffic'''. Even in that case, that security policy is usually performed on a router (this is a topic which will be discussed later in this course).
:* '''Inbound traffic is of two distinct types, in our '''. Our diagram we have bothshows:::# '''New incoming connections ''' (what you normally think of as '''inbound traffic'''): the web server receives a new incoming connection.::# '''Incoming data that's a response to a request''': the web page that the server sent back in the diagram above.::# <br><br>We normally don't want to do anything special for the response. It's a is safe assumption to assume that '''a connection that was allowed to be established should be allowed to receive a response'''. This is accomplished with the following INPUT chain rule that should be there by default on your machines:<br><br>
<pre>ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED</pre>
13,420
edits