From b3d2c42fd1188d1c6d46717f4772ce266c355ed3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 13 Apr 2019 21:58:11 +0200 Subject: [PATCH] Allow access to 44342 post-redirect Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/proxies | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index bfd361b5cc..a43f9bf535 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -65,6 +65,10 @@ custom_rules: [ '-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.207 -j ACCEPT', # Allow openqa01 to talk to the inbound fedmsg relay. '-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.131.71 -j ACCEPT', + + # For Zanata + # See files/httpd/website_id_fp_o_zanata.conf for info + '-A INPUT -p tcp -m tcp --dport 44342 -s 209.132.183.252 -j ACCEPT', ] nat_rules: [