Skip to content

Commit

Permalink
fix cidr address for nfs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Aug 30, 2024
1 parent 494fda8 commit 33acfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ol/templates/ingress_security_rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ instance_ingress_security_rules:
min: 8080
{% endif %}
{% if use_nfs %}
- source: "10.0.0.0/0"
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 2049
min: 2049
- source: "10.0.0.0/0"
- source: "10.0.0.0/24"
protocol: 17
udp_options:
destination_port_range:
Expand Down

0 comments on commit 33acfc0

Please sign in to comment.