how can I telnet a win2000 server in a different domain?
am 19.04.2006 17:00:21 von chanma
Hello,everyone.
I want to ask how can I telnet a win2000 server in a different
domain,that the server's IP is 111.111.111.111
and mine is 222.222.222.222 ?
I am sure the win2000's telnet service is turned on.
But when I run:
telnet 111.111.111.111
it said that can't open a connetion to the remote server on port 23.
How can it work well?
Thanks.
Re: how can I telnet a win2000 server in a different domain?
am 19.04.2006 18:02:35 von roberson
In article <1145458821.161763.151960@t31g2000cwb.googlegroups.com>,
chanma wrote:
>I want to ask how can I telnet a win2000 server in a different
>domain,that the server's IP is 111.111.111.111
>and mine is 222.222.222.222 ?
>I am sure the win2000's telnet service is turned on.
>But when I run:
>telnet 111.111.111.111
>it said that can't open a connetion to the remote server on port 23.
>How can it work well?
Is there a firewall in the middle? Is there a route to the other side?
Do you get useful tracert results ?
Re: how can I telnet a win2000 server in a different domain?
am 19.04.2006 23:37:44 von unruh
roberson@hushmail.com (Walter Roberson) writes:
>In article <1145458821.161763.151960@t31g2000cwb.googlegroups.com>,
>chanma wrote:
>>I want to ask how can I telnet a win2000 server in a different
>>domain,that the server's IP is 111.111.111.111
>>and mine is 222.222.222.222 ?
>>I am sure the win2000's telnet service is turned on.
>>But when I run:
>>telnet 111.111.111.111
>>it said that can't open a connetion to the remote server on port 23.
That sounds like the remote server is not answering telnet calls. It is
also possible that a firewall is blocking things.
And anyway, use ssh, not telnet.
>>How can it work well?
>Is there a firewall in the middle? Is there a route to the other side?
>Do you get useful tracert results ?