From: Richard B. Gilbert on
kartikvashishta108 wrote:
> On May 17, 11:04 am, and...(a)cucumber.demon.co.uk (Andrew Gabriel)
> wrote:
>> In article <b5c02700-a6cb-4308-8a64-cb10e5789...(a)f14g2000vbn.googlegroups.com>,
>> kartikvashishta108 <kartik.u...(a)gmail.com> writes:
>>
>>> When I telnet to my system running Solaris 10, I get very slow initial
>>> response times, and instead of the "login" prompt, the first prompt I
>>> see is "password", this password prompt comes after a lo-ong
>>> time.......I have to hit enter at that "password" prompt to get an
>>> "incorrect password" message and then revert to the "login" prompt
>>> where I supply my login credentials.....in short it is slow and it
>>> starts with a "password" prompt not a "login" prompt.
>>> cat /etc/release
>>> Solaris 10 5/09 s10s_u7wos_08 SPARC
>>> Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
>>> Use is subject to license terms.
>>> Assembled 30 March 2009
>>> once the telnet session is "established"(by supplying username/
>>> pasword), the response times are good.
>> Two thoughts...
>>
>> The IP address you are connecting from takes a long time to either
>> reverse translate, or to timeout trying to doing so.
>>
>> The telnet client you are using is sending across TELNET AUTHENTICATION
>> negotiation, probably passing whatever user name it thinks you are
>> using on the client system.
>>
>> --
>> Andrew Gabriel
>> [email address is not usable -- followup in the newsgroup]
>
> Thanks, for the second issue - the telnet client was indeed passing a
> login name to the telnet session......I did telnet from a cmd prompt
> and it showed up with the "login" prompt, so you were correct.
>
> This leaves me with the slow response time, this setup is on a home
> LAN, not sure what the issue could be, I'm able to telnet fine to
> other systems, ping does not show any delays....
>

How about some configuration details for your "home LAN"? The
expression "home LAN" can cover a multitude of sins! There are at least
FOUR technologies that could be in use, from Ten-Base5 to Fiber Optic or
wireless!
From: kartikvashishta108 on
On May 17, 12:21 pm, "Richard B. Gilbert" <rgilber...(a)comcast.net>
wrote:
> kartikvashishta108 wrote:
> > On May 17, 11:04 am, and...(a)cucumber.demon.co.uk (Andrew Gabriel)
> > wrote:
> >> In article <b5c02700-a6cb-4308-8a64-cb10e5789...(a)f14g2000vbn.googlegroups.com>,
> >>         kartikvashishta108 <kartik.u...(a)gmail.com> writes:
>
> >>> When I telnet to my system running Solaris 10, I get very slow initial
> >>> response times, and instead of the "login" prompt, the first prompt I
> >>> see is "password", this password prompt comes after a lo-ong
> >>> time.......I have to hit enter at that "password" prompt to get an
> >>> "incorrect password" message and then revert to the "login" prompt
> >>> where I supply my login credentials.....in short it is slow and it
> >>> starts with a "password" prompt not a "login" prompt.
> >>>  cat /etc/release
> >>>                        Solaris 10 5/09 s10s_u7wos_08 SPARC
> >>>            Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
> >>>                         Use is subject to license terms.
> >>>                              Assembled 30 March 2009
> >>> once the telnet session is "established"(by supplying username/
> >>> pasword), the response times are good.
> >> Two thoughts...
>
> >> The IP address you are connecting from takes a long time to either
> >> reverse translate, or to timeout trying to doing so.
>
> >> The telnet client you are using is sending across TELNET AUTHENTICATION
> >> negotiation, probably passing whatever user name it thinks you are
> >> using on the client system.
>
> >> --
> >> Andrew Gabriel
> >> [email address is not usable -- followup in the newsgroup]
>
> > Thanks, for the second issue - the telnet client was indeed passing a
> > login name to the telnet session......I did telnet from a cmd prompt
> > and it showed up with the "login" prompt, so you were correct.
>
> > This leaves me with the slow response time, this setup is on a home
> > LAN, not sure what the issue could be, I'm able to telnet fine to
> > other systems, ping does not show any delays....
>
> How about some configuration details for your "home LAN"?  The
> expression "home LAN" can cover a multitude of sins!  There are at least
> FOUR technologies that could be in use, from Ten-Base5 to Fiber Optic or
> wireless!

I use ethernet over power lines
From: mlstarkey on
On May 17, 12:04 pm, and...(a)cucumber.demon.co.uk (Andrew Gabriel)
wrote:
> In article <b5c02700-a6cb-4308-8a64-cb10e5789...(a)f14g2000vbn.googlegroups..com>,
>         kartikvashishta108 <kartik.u...(a)gmail.com> writes:
>
> > When I telnet to my system running Solaris 10, I get very slow initial
> > response times, and instead of the "login" prompt, the first prompt I
> > see is "password", this password prompt comes after a lo-ong
> > time.......I have to hit enter at that "password" prompt to get an
> > "incorrect password" message and then revert to the "login" prompt
> > where I supply my login credentials.....in short it is slow and it
> > starts with a "password" prompt not a "login" prompt.
>
> >  cat /etc/release
> >                        Solaris 10 5/09 s10s_u7wos_08 SPARC
> >            Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
> >                         Use is subject to license terms.
> >                              Assembled 30 March 2009
> > once the telnet session is "established"(by supplying username/
> > pasword), the response times are good.
>
> Two thoughts...
>
> The IP address you are connecting from takes a long time to either
> reverse translate, or to timeout trying to doing so.

a test that could help narrow this down: does the same problem occur
if IP the address is used by the client instead of hostname (telnet
xx.xx.xx.xx)

>
> The telnet client you are using is sending across TELNET AUTHENTICATION
> negotiation, probably passing whatever user name it thinks you are
> using on the client system.

does the problem occur telnetting to the server from itself (telnet 0
or telnet localhost) ? could help rule that in or out.

of course that assumes you have access to the system you are trying to
connect to.




>
> --
> Andrew Gabriel
> [email address is not usable -- followup in the newsgroup]