Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
R repo_manifest
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • scorpio
  • repo_manifest
  • Wiki
  • iptables (pci review)

iptables (pci review) · Changes

Page history
Update iptables (pci review) authored Apr 12, 2019 by Mark Stevens's avatar Mark Stevens
Show whitespace changes
Inline Side-by-side
Showing with 19 additions and 1 deletion
+19 -1
  • iptables-(pci-review).md iptables-(pci-review).md +19 -1
  • No files found.
iptables-(pci-review).md
View page @ 8f127c91
## Explanation of IP Tables Rules
---
The INPUT chain determines how to treat an IP packet coming in to the network adapter from the network.
The OUTPUT chain determines how to treat an IP packet coming from with the device
The Chain will list each rule by protocol, source and destination address & port
The target is a list of criteria to determine if the message should be handled by that target
```mermaid
graph LR;
INPUT-->bw_input;
INPUT-->fw_INPUT;
FORWARD-->oem_fwd;
FORWARD-->fw_FORWARD;
FORWARD-->natctrl_FORWARD;
OUTPUT-->oem_out;
OUTPUT-->fw_OUTPUT;
OUTPUT-->st_OUTPUT;
OUTPUT-->bw_OUTPUT;
```
```
Chain INPUT (policy ACCEPT)
......@@ -14,7 +32,7 @@ Chain FORWARD (policy ACCEPT)
target prot opt source destination
oem_fwd all -- anywhere anywhere
fw_FORWARD all -- anywhere anywhere
bw_FORWARD all -- anywhere anywhere
fw_FORWARD all -- anywhere anywhere
natctrl_FORWARD all -- anywhere anywhere
```
......
Clone repository
  • bootanimation customization
  • bootanimations
  • build ota images
  • control all apps button in launcher
  • Home
  • iptables (pci review)
  • poweroff screen recovery
  • usb tethering