|
|
Line 11: |
Line 11: |
|
| |
|
|
| |
|
| {| class="wikitable"
| | <table class="nd-mantable"> |
| |+
| | <tr> |
| ! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | FIELD NAME
| | <th>field name</th> |
| ! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | VALUE
| | <th>value</th> |
| ! style="width: 579px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
| | <th>description</th> |
| |-
| | </tr> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Drop invalid packets
| | <tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | yes {{!}} no; Default: '''no'''
| | <td>Drop invalid packets</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | A “Drop” action is performed on a packet that is determined to be invalid
| | <td>yes {{!}} no; Default: '''no'''</td> |
| |-
| | <td>A “Drop” action is performed on a packet that is determined to be invalid</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Input
| | </tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Reject {{!}} Drop {{!}} Accept; Default: '''Accept'''
| | <tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Action<span style="color: #0054A6;">'''*'''</span> that is to be performed for packets that pass through the Input chain
| | <td>Input</td> |
| |-
| | <td>Reject {{!}} Drop {{!}} Accept; Default: '''Accept'''</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Output
| | <td>Action<span class="asterisk">*</span> that is to be performed for packets that pass through the Input chain</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Reject {{!}} Drop {{!}} Accept; Default: '''Accept'''
| | </tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Action<span style="color: #0054A6;">'''*'''</span> that is to be performed for packets that pass through the Output chain
| | <tr> |
| |-
| | <td>Output</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Forward
| | <td>Reject {{!}} Drop {{!}} Accept; Default: '''Accept'''</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Reject {{!}} Drop {{!}} Accept; Default: '''Reject'''
| | <td>Action<span class="asterisk">*</span> that is to be performed for packets that pass through the Output chain</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Action<span style="color: #0054A6;">'''*'''</span> that is to be performed for packets that pass through the Forward chain
| | </tr> |
| |-
| | <tr> |
| |}
| | <td>Forward</td> |
| | <td>Reject {{!}} Drop {{!}} Accept; Default: '''Reject'''</td> |
| | <td>Action<span class="asterisk">*</span> that is to be performed for packets that pass through the Forward chain</td> |
| | </tr> |
| | </table> |
| '''*When a packet goes through a firewall chain it is matched against all the rules of that specific chain. If no rule matches said packet, an according Action (Drop, Reject or Accept) is performed''' | | '''*When a packet goes through a firewall chain it is matched against all the rules of that specific chain. If no rule matches said packet, an according Action (Drop, Reject or Accept) is performed''' |
|
| |
|