Operating System - HP-UX
1824485 Members
4307 Online
109671 Solutions
New Discussion юеВ

telnet to other machine(unix to unix)

 
sharan.patil
New Member

telnet to other machine(unix to unix)

Hi,this is sharan i am working as a trainee unix admin,i want to know more about telnet.
how to connect telnet

1. telnet to other machine(unix to unix)
2. telnet to unix ( from window)

thanks with regards

sharan patil
5 REPLIES 5
Analyst
Trusted Contributor

Re: telnet to other machine(unix to unix)

Hi Sharan,

Query 1:- telnet to other machine(unix to unix)

The telnet services should be enabled ( port opened)in /etc/services file.
The Ip should not be blocked in /var/adm/inetd.sec file.
If this both are fine , then login with username and password correspondingly.

Query 2 :- telnet to unix ( from window)
The Ip should not be blocked in /var/adm/inetd.sec file.
Its normal , from cmd or any terminal emulation software.

This is how you can login using telnet.

Thanks,
Analyst.

Analyst
Trusted Contributor

Re: telnet to other machine(unix to unix)

Hi Sharan,

Please close the earlier request raised by you for the same issue.

Thanks,
Analyst.
Johnson Punniyalingam
Honored Contributor

Re: telnet to other machine(unix to unix)

>>>Hi,this is sharan i am working as a trainee unix admin,i want to know more about telnet.
how to connect telnet

>>>1. telnet to other machine(unix to unix) <<<<

What is telnet?
Note: SSH is required to establish remote terminal connections to Indiana University's central systems. SSH is similar to telnet, but is far more secure; see What are SSH and SSH2?

Telnet is a protocol that allows you to connect to remote computers (called hosts) over a TCP/IP network (such as the Internet). You use software called a telnet client on your computer to make a connection to a telnet server (i.e., the remote host). Once your telnet client establishes a connection to the remote host, your client becomes a virtual terminal, allowing you to communicate with the remote host from your computer. In most cases, you'll need to log into the remote host, which requires that you have an account on that system. Occasionally, you can log in as guest or public without having an account.

Telnet clients are available for all major operating systems.

Command-line telnet clients are built into most versions of Mac OS X, Windows (95 and later), Unix, and Linux. To use them, go to their respective command lines (i.e., the Terminal application in Mac OS X, the shell in Unix or Linux, or the DOS prompt in Windows), and then enter:

telnet host
Replace host with the name of the remote computer to which you wish to connect.



2. telnet to unix ( from window)<<<<

windows pc/server

start ->run-->cmd-->
type telnet

or you can install software like
(Putty,relection for HP)

Thanks,
Johnson

Problems are common to all, but attitude makes the difference
Ganesan R
Honored Contributor

Re: telnet to other machine(unix to unix)

Hi

http://en.wikipedia.org/wiki/Telnet

will give the some basics about telnet if you are interested.
Best wishes,

Ganesh.
ajin
Frequent Advisor

Re: telnet to other machine(unix to unix)

hi

#telnet 10.200.14.100
user name:
Password:

or you use software like putty free download and get it from net.........

Thanks

Ajin