Skip to content

Commit ead1d4d

Browse files
author
asim3 from runner
committed
update IP Tables
1 parent 88c5d15 commit ead1d4d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

data/server/network/iptables.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## IP Tables
2+
- Filter Table `firewall`
3+
- input chain
4+
- output chain
5+
- forward chain
6+
- NAT Table `load balancer`
7+
- output chain
8+
- prerouting chain
9+
- postrouting chain
10+
- Mangle Table `modify connection packets`
11+
- input chain
12+
- output chain
13+
- forward chain
14+
- prerouting chain
15+
- postrouting chain
16+
17+
118
## list iptables
219
```bash
320
iptables -L

0 commit comments

Comments
 (0)