Hi,
Quote:
Is it possible to restrict telnet connection from remote to my server
|
Too my knowledge you cannot protect a listening port (80 in this case) to answer if telnet (or any other service) tries to connect to it. Iptables, for example, sees this as a normal request (which it is: somebody knocked on door number 80).
Quote:
And more that is there any possibility that remote system can attack via telnet using port 80
|
Possible? Yes! But it does depend on how well apache (or equivalent) is set up. If it is securely set up the chance of this happening is very small. The possibility of attack will not be larger or smaller if you would be able to disallow telnet access.
Hope this helps.