Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    @A-B-B This is related to firewall configuration of the server which doesn't give any response to prevent any SYN flood attacks. Running telnet canyouseeme.org 81 also hangs. This is controlled by your timeout limits which probably are hardcoded in bash. See: decrease TCP connect() system call timeout. Commented Oct 18, 2016 at 9:37
  • For parametrization, it now seems to be necessary to specify $SERVER and $PORT with braces, at least as ${SERVER} and ${PORT}. Commented Oct 20, 2016 at 21:41