Operating System - HP-UX
1833875 Members
2960 Online
110063 Solutions
New Discussion

telnet and rlogin character differences

 
SOLVED
Go to solution
Rafael Moran
Advisor

telnet and rlogin character differences

Hello,

I have one little problem. If I telnet to a 10.20 and enter into dbaccess I cannot type the ?? spanish character but if I do an rlogin from another machine or same machine I can type it without problems. I think it is not a problem of the dbaccess. It's the same for other apps. Probably telnet and rlogin are acting in different ways when enter at the system.

Anybody knows why ?

Thank you
Hi! I'm keko
4 REPLIES 4
Steve Steel
Honored Contributor

Re: telnet and rlogin character differences

Hi

This is because of protocol differences

Go to www.docs.hp.com

search this site

rlogin telnet

get to using internet services

http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90111/B2355-90111_top.html&con=/hpux/onlinedocs/B2355-90111/00/00/6-con.html&toc=/hpux/onlinedocs/B2355-90111/00/00/6-toc.html&searchterms=rlogin%7ctelnet&queryid=20020204-051203


And telnet and rlogin are well explained.



Logging into a Host with rlogin (HP-UX 11.0, HP-UX 11i)
rlogin is used to log into a remote HP-UX or UNIX host from your local host. It allows you to do work on the remote host as if you were using a terminal di
Manual Title: Using Internet Services 97%
Oct 1997
Type: HTML



A Faster Way to Use telnet (HP-UX 11.0, HP-UX 11i)
Type telnet hostname or telnet IP_address at the HP-UX prompt, as in the following example:
Manual Title: Using Internet Services



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Robin Wakefield
Honored Contributor

Re: telnet and rlogin character differences

Hi Rafael,

Check the differences between the two using "stty -a".

Rgds, Robin.
Robin Wakefield
Honored Contributor
Solution

Re: telnet and rlogin character differences

Hi Rafael,

Try "stty -istrip cs8" in your telnet session.

Rgds, Robin.
Rafael Moran
Advisor

Re: telnet and rlogin character differences

Thank you Steve and Robin

Now problem is solved with Robin's solution
Hi! I'm keko