Skip to content

Commit

Permalink
Merge pull request #930 from dirkmueller/keystone
Browse files Browse the repository at this point in the history
Reserve Keystone port to not accidentally block it
  • Loading branch information
dirkmueller committed Jan 2, 2017
2 parents 1989479 + 625ecec commit c8f9a22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# This file is generated by Crowbar, do not edit manually.

# -- tuning -- #
# Keep Keystone admin port always free
net.ipv4.ip_local_reserved_ports = 35357
# Increase system IP port range to allow for more concurrent connections
net.ipv4.ip_local_port_range = 27018 64999

Expand Down

0 comments on commit c8f9a22

Please sign in to comment.