96 lines
6.2 KiB
HTML
96 lines
6.2 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Manage the Telnet client" />
|
||
|
<meta name="abstract" content="You can start a Telnet client session using different emulation types. This section also explains how to establish a cascaded Telnet session." />
|
||
|
<meta name="description" content="You can start a Telnet client session using different emulation types. This section also explains how to establish a cascaded Telnet session." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwgetstart.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwtelfunc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwmanage5250.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwmanage3270.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwmanagevtxxx.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwstartcascsess.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiwendclnt.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaiwmantelclient" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Manage the Telnet client</title>
|
||
|
</head>
|
||
|
<body id="rzaiwmantelclient"><a name="rzaiwmantelclient"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Manage the Telnet client</h1>
|
||
|
<div><p><span>You can start a Telnet client session using
|
||
|
different emulation types. This section also explains how to establish a cascaded
|
||
|
Telnet session.</span></p>
|
||
|
<p>The iSeries™ Telnet
|
||
|
client allows an iSeries TCP/IP
|
||
|
user to sign on to and use applications on a remote system with a Telnet server
|
||
|
application. Telnet allows you to log on to the remote computer and use it
|
||
|
as if you were connected directly to it. You can run programs, change configurations,
|
||
|
or do just about anything else you could do if you were sitting at the remote
|
||
|
computer itself.</p>
|
||
|
<p>Telnet makes your computer act like a mainframe computer's workstation.
|
||
|
In other words, when using Telnet, your computer (the client) pretends to
|
||
|
be, or emulates, a terminal directly attached to the remote computer (the
|
||
|
Telnet server).</p>
|
||
|
<p>The Telnet client also supports RFC 2877. RFC 2877 clients get more control
|
||
|
over the Telnet server virtual device on the iSeries through several new parameters
|
||
|
on the STRTCPTELN (TELNET) command. The new parameters are:</p>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. New parameters on the STRTCPTELN command</caption><tbody><tr><td valign="top"> <ul><li>Remote virtual display (RMTVRTDSP)</li>
|
||
|
<li>Remote user (RMTUSER)</li>
|
||
|
<li>Remote password (RMTPWD) (including support for new 128-byte passwords
|
||
|
if the Telnet Server supports them)</li>
|
||
|
<li>Remote password encryption (RMTPWENC) (including DES7 and SHA1 encryption)</li>
|
||
|
<li>Remote initial program (RMTINLPGM)</li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
<td valign="top"> <ul><li>Remote initial menu (RMTINLMNU)</li>
|
||
|
<li>Remote current library (RMTCURLIB)</li>
|
||
|
<li>Remote keyboard type (RMTKBDTYPE)</li>
|
||
|
<li>Remote character set (RMTCHRSET)</li>
|
||
|
<li>Remote code page (RMTCODPAG)</li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwtelfunc.htm">Control Telnet server functions from the client</a></strong><br />
|
||
|
Control workstation processing on the Telnet server when you are in a client session.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwmanage5250.htm">5250 Telnet client sessions</a></strong><br />
|
||
|
This topic provides information on using this emulation type to sign on and use applications on a remote system that has a Telnet server application.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwmanage3270.htm">3270 Telnet client sessions</a></strong><br />
|
||
|
3270 Telnet client sessions provide information on using this emulation type to sign on and use applications on a remote system that has a Telnet server application. This section also provides more information on 3270 emulation.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwmanagevtxxx.htm">VTxxx Telnet client sessions</a></strong><br />
|
||
|
VTxxx Telnet client sessions provide information on using this emulation type to sign on and use applications on a remote system that has a Telnet server application. This section also provides more information on VTxxx emulation.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwstartcascsess.htm">Establish a cascaded Telnet session</a></strong><br />
|
||
|
Learn how to establish another Telnet session while in a Telnet session. After you establish a cascaded session, you can move between the different systems.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzaiwendclnt.htm">End a Telnet client session</a></strong><br />
|
||
|
Use this topic to learn how to completely end your Telnet session.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiwgetstart.htm" title="Telnet is a protocol that allows you to log onto and use a remote computer as though you were connected directly to it within the local network.">Telnet</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|