Can connect using loopback127-0-0-1 and localhost but not using ip address
telnet port to localhost and loopback device IP works, but not via LAN IP
- If it says 0.0.0.0 on the Local Address column, it means that port is listening on all ‘network interfaces’ and can be accessible via network and within the server
- If it says 127.0.0.1 on the Local Address column, it means that port is ONLY listening for connections from your PC itself, and can be accessible only using localhost or Loopback IP (127.0.0.1) but not via Network IP
- If it displays your local network IP on the Local Address column, it means that port is ONLY listening for connections from the local network and will be accessible using IP within the server as well as in network
Please configure Application to listen on the network IP to access via network IP
Can connect using loopback127-0-0-1 and localhost but not using ip address
Reviewed by TecGeeks News
on
November 28, 2017
Rating:
No comments: