a start thanks to hans
This commit is contained in:
parent
04382c0f73
commit
7b1848cb02
1 changed files with 26 additions and 0 deletions
26
pages/ganeti-port-80-filters.md
Normal file
26
pages/ganeti-port-80-filters.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Ganeti Port 80 Filters
|
||||
|
||||
```
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 127.0.0.1 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 147.28.0.14 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 147.28.0.15 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 147.28.0.16 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 147.28.0.29 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -j DROP
|
||||
|
||||
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 127.0.0.1 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 198.180.150.8 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 198.180.150.4 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 198.180.150.10 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -j DROP
|
||||
|
||||
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 127.0.0.1 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 198.180.152.30 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -s 198.180.152.7 -j ACCEPT
|
||||
iptables -A INPUT -i br-lan -p tcp --destination-port 80 -j DROP
|
||||
```
|
||||
|
||||
---
|
||||
2022.10.16
|
||||
Loading…
Add table
Add a link
Reference in a new issue