Skip to content

Commit 74e728b

Browse files
author
Mitchell E Berger
committed
Increase the available port range on the proxies
To accommodate other operating systems' ranges of ephemeral ports
1 parent 6e9d89c commit 74e728b

File tree

1 file changed

+1
-0
lines changed
  • ansible/roles/proxy-network/tasks

1 file changed

+1
-0
lines changed

ansible/roles/proxy-network/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
net.ipv4.conf.all.rp_filter = 0
2828
net.ipv4.conf.all.accept_local = 1
2929
net.ipv4.conf.all.log_martians = 1
30+
net.ipv4.ip_local_port_range = 1024 65535
3031
net.ipv4.tcp_fin_timeout = 15
3132
net.ipv4.tcp_max_orphans = 262144
3233
net.ipv4.tcp_max_syn_backlog = 4096

0 commit comments

Comments
 (0)