summaryrefslogtreecommitdiff
path: root/firewall.yaml
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 14:01:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 14:01:33 +0000
commit2994e534617a5fa1ce59fbae2d2471a6fe12410b (patch)
tree79edd17268096d82305d055e5eb0a0b259fbd7e5 /firewall.yaml
parentaddd84182a57083bfca9ccbae4deb3ee6eede96f (diff)
downloadinfrastructure-2994e534617a5fa1ce59fbae2d2471a6fe12410b.tar.gz
firewall: Allow outgoing ICMP
Now instances can use 'ping'!
Diffstat (limited to 'firewall.yaml')
-rw-r--r--firewall.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/firewall.yaml b/firewall.yaml
index 5b9fc49b..add75b12 100644
--- a/firewall.yaml
+++ b/firewall.yaml
@@ -27,6 +27,13 @@
rules:
- direction: egress
+ port_range_min: 0
+ port_range_max: 255
+ ethertype: IPv4
+ protocol: icmp
+ remote_ip_prefix: 0.0.0.0/0
+
+ - direction: egress
port_range_min: 1
port_range_max: 65535
ethertype: IPv4