When I visit http://ip:port ,it's OK.
But when I telnet ip port,connection is refused.
How is this kind of effect achieved?
|
When I visit But when I How is this kind of effect achieved?
| |||||||
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
When you do http://ip:port You are in fact sending messages as http and when you do telnet ip port you are in fact sending messages as TCP via port 23. Perhaps Port 23 of remote machine is blocked by some firewall. | |||||||
feedback
|