lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.11.22 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.11.23

- old
+ new

@@ -821,9 +821,11 @@ on host, "iptables -A OUTPUT -p tcp -d 10.236.112.0/20 -j ACCEPT" on host, "iptables -A OUTPUT -p tcp -d 10.220.0.0/16 -j ACCEPT" # The next two lines clear the rest of the internal puppet lan on host, "iptables -A OUTPUT -p tcp -d 10.16.0.0/16 -j ACCEPT" on host, "iptables -A OUTPUT -p tcp -d 10.32.0.0/16 -j ACCEPT" + # And for GCP scratchpad hosts + on host, "iptables -A OUTPUT -p tcp -d 10.253.0.0/16 -j ACCEPT" # This allows udp on a port bundler requires on host, 'iptables -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT' # Next two lines allow host to access itself via localhost or 127.0.0.1 on host, 'iptables -A INPUT -i lo -j ACCEPT' on host, 'iptables -A OUTPUT -o lo -j ACCEPT'