Solutions

Information    Solutions
 
Input from new and anonymous users must be approved before it is displayed.

Windows:
Error code:10013

Permission denied.

Linux:
Error code: 13

Permission denied

The bind socket function failed. The port is reserved by the operating system.

For example:

Windows:
port 445: SMB

port 1025: RPC

Linux:

ports 1 – 1024 are reserved for root.

Windows:
Error code: 10060
Connection timed out.

Linux:
Error code: 115
Operation now in progress

DNS is able to resolve the IP address, the machine is responding, and the port may or may not be listening (active.) You may need to increase the receive timeout but, more likely, the port is blocked by a firewall.

Windows:
getaddrinfo failed
Error code: 11001
No such host is known.

Linux:
getaddrinfo failed
Error code: -2
Name or service not known

Android:
Unknown Host

DNS is unable to resolve the IP address. The machine is not viewable from your subnet or the machine name is mistyped.

Windows:
Error code: 10061
Connection refused.

Linux:
Error code: 111
Connection refused

Android:
ECONNREFUSED
Connection refused

DNS is able to resolve an IP address and the machine is responding. The port is not blocked by a firewall but it is not listening (active.)

This may also occur if you have not completed the login to a WiFi network. When connecting to a WiFi network, the first connection from your favorite browser will sometimes route you to the WiFi login page. In this case, it has not. Use the "Check WiFi / Wired Network Login" function to correct this.

Windows:
Error code: 10065
No route to host.

Linux:
Error code: 113
No route to host

Android:
EHOSTUNREACH
No route to host

DNS is able to resolve an IP address but the machine is not responding. The port is blocked by a firewall, the network connection to the machine is broken or the machine itself is down.

Windows:
Error code: 10048
Address already in use.

Linux:
Error code: 98
Address already in use

The bind socket function failed. Another application / service is already connected / listening on the port or the operating system has not yet released it after a close.

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.