Skip to content

Instantly share code, notes, and snippets.

@loverdos
Created April 30, 2014 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loverdos/e8bc5d264dc1524f011a to your computer and use it in GitHub Desktop.
Save loverdos/e8bc5d264dc1524f011a to your computer and use it in GitHub Desktop.
Enable mosh ports on a server
iptables -I INPUT 1 -p udp --dport 60000:61000 -j ACCEPT
service iptables save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment