Linux/iptables: Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 40: | Line 40: | ||
|+ | |+ | ||
!Targets | !Targets | ||
|- | |- | ||
| | |REJECT | ||
|- | |- | ||
| | |DROP | ||
|- | |- | ||
| | |ACCEPT | ||
| | |- | ||
|RETURN | |||
|} | |} | ||
Revision as of 17:20, 4 December 2023
Tables | Chains |
---|---|
FILTER |
|
NAT |
|
MANGLE
(modify ip headers) |
|
RAW
(connection tracking) |
|
SECURITY |
Targets |
---|
REJECT |
DROP |
ACCEPT |
RETURN |
raspi wifi to ethernet
- rc.local
- iptables --table nat --append POSTROUTING --out-interface wlan0 -j MASQUERADE
- iptables --append FORWARD --in-interface eth0 -j ACCEPT