From 87e79d7cfc13f1f465224e2ad7a24ac0f6d87348 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Jul 2014 20:05:36 +0000 Subject: [PATCH] Allow noc02 to talk to nrpe on noc01 over the vpn. --- inventory/host_vars/noc01.phx2.fedoraproject.org | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/host_vars/noc01.phx2.fedoraproject.org b/inventory/host_vars/noc01.phx2.fedoraproject.org index bf87d18eb5..0a70decdec 100644 --- a/inventory/host_vars/noc01.phx2.fedoraproject.org +++ b/inventory/host_vars/noc01.phx2.fedoraproject.org @@ -10,5 +10,6 @@ vmhost: virthost17.phx2.fedoraproject.org datacenter: phx2 tcp_ports: ['22', '80', '443'] +custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT' ] eth0_ip: 10.5.126.41