 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; TELNET exit programs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/telnet-exit-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 12:12:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Exit program restricting Telnet on port 23</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exit-program-restricting-telnet-on-port-23/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/exit-program-restricting-telnet-on-port-23/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 17:41:50 +0000</pubDate>
		<dc:creator>Bggas400</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[TELNET exit programs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi all, I need a way of allowing only certain IP addresses the ability to telnet to our system on port 23. This would be until the time that they can upgrade their client. So as an example, we need an exit program to do the following: * Allow 124.4.* to telnet into our system [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>I need a way of allowing only certain IP addresses the ability to telnet to our system on port 23. This would be until the time that they can upgrade their client.</p>
<p>So as an example, we need an exit program to do the following:<br />
* Allow 124.4.* to telnet into our system via port 23.<br />
* Deny all others on port 23.</p>
<p>I&#8217;ve found DEVINIT1 &#038; 2 Telnet exit programs but they are written in C and we don&#8217;t have experienced C programmers in our group.</p>
<p>Any ideas on a exit program here. It doesn&#8217;t sound too difficult but is beyond my skill set.</p>
<p>Thanks,<br />
Barry</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/exit-program-restricting-telnet-on-port-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telnet User Exit Program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/telnet-user-exit-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/telnet-user-exit-program/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:50:14 +0000</pubDate>
		<dc:creator>Piano</dc:creator>
				<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[TELNET exit programs]]></category>
		<category><![CDATA[User Exit Program TELNET]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/telnet-user-exit-program/</guid>
		<description><![CDATA[Hello Everyone Does anyone know how to prevent a Telnet User Exit Program from affecting Client Access. I am able to block a user from getting in thru telnet xxx.xx.xxxx from the PC side. Yet, this same exit program also blocks a person from using client access, which I can not have. I don&#8217;t really [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Everyone </p>
<p>   Does anyone know how to prevent a Telnet User Exit Program from affecting Client Access.<br />
   I am able to block a user from getting in thru telnet xxx.xx.xxxx from the PC side.<br />
  Yet,  this same exit program also blocks a person from using client access, which I can not have.</p>
<p>   I don&#8217;t really understand what my issue is, or, maybe it just isn&#8217;t possible to affect the PC telnet command, without affecting the Client Access command.</p>
<p> Bottom line is that I don&#8217;t even want my exit program to run, insofar as Client Access is concerned.  Only when telnetting in from the PC Telnet Command.  </p>
<p>  Please advise</p>
<p>    Nick</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/telnet-user-exit-program/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TELNET EXIT PROGRAM     DEVINIT2</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-program-devinit2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-program-devinit2/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 12:05:13 +0000</pubDate>
		<dc:creator>Piano</dc:creator>
				<category><![CDATA[DEVINIT2]]></category>
		<category><![CDATA[TELNET exit programs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello I am working on a TELNET exit program that will prevent people from getting in thru the PC RUN Command, whereby they type in telnet (I/P address of the AS400); ie telnet xxx.xx.xxxx. I recently downloaded the program DEVINIT2 to see if this would work. . Well, I have 2 issues with this program. [...]]]></description>
				<content:encoded><![CDATA[<p>Hello</p>
<p>     I am working on a TELNET exit program that will prevent people from getting in thru the PC RUN Command,  whereby they type in telnet (I/P address of the AS400); ie  telnet xxx.xx.xxxx.</p>
<p>    I recently downloaded the program DEVINIT2 to see if this would work.   .    Well,  I have 2 issues with this program.</p>
<p>       a.  Whenever I change the MAP QTXTSRC program thru SEU,  and key in a specific user as one of the parameters,  it does not work.  Anyone can still get in thru the PC Run command.  </p>
<p>       b.  No matter what I change in the MAP program thru SEU,   it not only affects the PC Run Telnet Command,  but,  it also affects client access.   So,  I not only lock a user out of the AS400 thru the PC run command,  but, I also lock them out of the AS400 thru their local  Client Access.  So, they can not get to their AS400 thru client access, and the program is no good to me here.</p>
<p>     I am wondering if there is an alternative to the exit program that I am using,  or,  if someone  is familiar with this particular  program and can give me some hints as to what I may be doing wrong.</p>
<p>    Please advise</p>
<p>        -Nick</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-program-devinit2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Telnet Exit Format INIT0100</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-format-init0100/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-format-init0100/#comments</comments>
		<pubDate>Thu, 15 May 2008 14:20:42 +0000</pubDate>
		<dc:creator>Piano</dc:creator>
				<category><![CDATA[RPGLE]]></category>
		<category><![CDATA[TELNET exit programs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello I have a simple RPGLE program witht the following parms. &#038;Usr_Info *Char Lent(44) &#038;Dev_Info *Char Len(28) &#038;Conn_Info *Char Len(76) &#038;Env_Opts *Char Len(1) &#038;Len_Env Type(*int) &#038;Alw_Conn *Char Len(1) &#038;Alw_Auto *char Len(1) In my RPG program I peform an Except statment to see what the parameters have in them at the time the Exit Program is [...]]]></description>
				<content:encoded><![CDATA[<p>Hello</p>
<p>     I have a simple RPGLE program witht the following parms.</p>
<p>           &#038;Usr_Info *Char Lent(44)<br />
           &#038;Dev_Info *Char Len(28)<br />
           &#038;Conn_Info *Char Len(76)<br />
           &#038;Env_Opts *Char Len(1)<br />
           &#038;Len_Env Type(*int)<br />
           &#038;Alw_Conn *Char Len(1)<br />
           &#038;Alw_Auto *char Len(1)</p>
<p>        In my RPG program I peform an Except statment to see what the parameters have in them at the time the Exit Program is invoked, since, I can&#8217;t figure out how to debug the program.</p>
<p>      Anyways,  the Usr_Info parm if blank when I perform the execpt, so,  I must not be passing the parameters into the program correctly.    </p>
<p>       Does anyone have any ideas as to what I may be doing wrong.  Not really sure how to define the Alw_Env Paramter in the RPGLE program either ?</p>
<p>       Thanks</p>
<p>        Nick</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/telnet-exit-format-init0100/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/12 queries in 0.017 seconds using memcached
Object Caching 513/546 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 13:26:02 -->