Linux/iptables: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 35: Line 35:
|-
|-
|SECURITY
|SECURITY
|
|}
{| class="wikitable"
|+
!Targets
!
|-
|
|
|-
|
|
|-
|
|
|
|}
|}

Revision as of 17:19, 4 December 2023


Tables Chains
FILTER
  • INPUT
  • OUTPUT
  • FORWARD
NAT
  • PREROUTING
  • OUTPUT
  • POSTROUTING
MANGLE

(modify ip headers)

  • PREROUTING
  • POSTROUTING
  • OUTPUT
  • INPUT
  • FORWARD
RAW

(connection tracking)

  • PREROUTING
  • OUTPUT
SECURITY
Targets


raspi wifi to ethernet

  • rc.local
    • iptables --table nat --append POSTROUTING --out-interface wlan0 -j MASQUERADE
    • iptables --append FORWARD --in-interface eth0 -j ACCEPT