bastion / iptables: fix network

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-09-25 07:34:08 -07:00
parent 79f3af4e58
commit 6356a6be83

View file

@ -78,7 +78,7 @@
-A INPUT -s 192.168.0.0/24 -m tcp -p tcp --dport 25 -j ACCEPT
-A INPUT -s 10.3.160.0/19 -m tcp -p tcp --dport 25 -j ACCEPT
# s390x builders/virthost
-A INPUT -s 10.3.102.0/24 -m tcp -p tcp --dport 25 -j ACCEPT
-A INPUT -s 10.1.102.0/24 -m tcp -p tcp --dport 25 -j ACCEPT
# redhat mxes
-A INPUT -s 10.30.177.0/24 -m tcp -p tcp --dport 25 -j ACCEPT
-A INPUT -s 10.30.29.0/24 -m tcp -p tcp --dport 25 -j ACCEPT