bastion: allow s390x builders/virthost smtp access
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e6abd8cf5e
commit
79f3af4e58
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@
|
|||
-A INPUT -s 192.168.1.0/24 -m tcp -p tcp --dport 25 -j ACCEPT
|
||||
-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
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue