Skip to content

Instantly share code, notes, and snippets.

@memoryleak
Last active August 29, 2015 14:15
Show Gist options
  • Save memoryleak/88817676a5ac59cf07d1 to your computer and use it in GitHub Desktop.
Save memoryleak/88817676a5ac59cf07d1 to your computer and use it in GitHub Desktop.
Port Range extender
#/bin/bash
sudo sh -c 'echo "1024 65000" > /proc/sys/net/ipv4/ip_local_port_range'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment