<?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>telnet &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/telnet/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 01 Jun 2026 11:23:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Installing NetManage Chameleon on Windows 3.0!</title>
		<link>https://virtuallyfun.com/2024/03/03/installing-netmanage-chameleon-on-windows-3-0/</link>
					<comments>https://virtuallyfun.com/2024/03/03/installing-netmanage-chameleon-on-windows-3-0/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 03 Mar 2024 22:58:36 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[Windows 3.0]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=14076</guid>

					<description><![CDATA[After seeing the spotlight on twitter from WinWorld, on NetManage Chameleon, an old TCP/IP stack that supported Windows 3.0! With more details over on the forum. I was inspired to set it up myself. I did go a bit overboard &#8230; <a href="https://virtuallyfun.com/2024/03/03/installing-netmanage-chameleon-on-windows-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After seeing the spotlight on <a href="https://twitter.com/winworldpc/status/1762276492396892366">twitter from WinWorld</a>, on NetManage Chameleon, an old TCP/IP stack that supported Windows 3.0!  With more details <a href="https://forum.winworldpc.com/discussion/15081/software-spotlight-getting-windows-3-0-on-the-internet-netmanage-chameleon">over on the forum</a>. I was inspired to set it up myself.<a href="https://www.youtube.com/@neozeed8139"></a></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Installing NetManage Chameleon on Windows 3.0!" width="584" height="438" src="https://www.youtube.com/embed/aIqdQAb4jP8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">I did go a bit overboard showing how to install MS-DOS &amp; Windows 3.0 on Qemu.  Maybe it&#8217;ll help someone who wants to try to use Qemu, but is too scared?  Maybe I moved too quickly.</p>



<p class="wp-block-paragraph">One thing I did do differently in this run, is launching the monitor and a serial port as tcp servers so I could telnet into the VM, effectively having a way to share text like a clipboard back and forth.  I&#8217;m kind of surprised I hadn&#8217;t really started using Qemu in this manner much earlier.</p>



<pre class="wp-block-code"><code>qemu.exe -L pc-bios ^
-m 16 ^
-hda apricot.vmdk ^
-net nic,model=pcnet -net user ^
-monitor telnet:127.0.0.1:4000,server,nowait ^
-serial telnet:127.0.0.1:4001,server,nowait ^
-fda yourdisk_here.vfd</code></pre>



<p class="wp-block-paragraph">Surprisingly it went surprisingly well, other than my goof of having the OS/2 driver instead of the MS-DOS driver for the nic.</p>



<p class="wp-block-paragraph">Sadly, the tn3270 program bundled with Chameleon doesn&#8217;t work properly with Hercules.</p>



<p class="wp-block-paragraph">As always I&#8217;ve uploaded it to <a href="https://archive.org/details/apricot-dos4-win3-chameleon3" target="_blank" rel="noreferrer noopener">archive.org: apricot-dos4-win3-chameleon3.7z</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2024/03/03/installing-netmanage-chameleon-on-windows-3-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Networking on AIX 4.3</title>
		<link>https://virtuallyfun.com/2022/11/08/networking-on-aix-4-3/</link>
					<comments>https://virtuallyfun.com/2022/11/08/networking-on-aix-4-3/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 08 Nov 2022 16:49:18 +0000</pubDate>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[virtual networking]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12039</guid>

					<description><![CDATA[Well oslevel says 4.3.3.0, but you get the idea. You&#8217;ll need to have the ethernet driver handy, or better loaded. Since I had disabled the NIC on install it&#8217;s not loaded. And since I&#8217;m still using a cellphone for internet &#8230; <a href="https://virtuallyfun.com/2022/11/08/networking-on-aix-4-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Well oslevel says 4.3.3.0, but you get the idea.</p>



<p class="wp-block-paragraph">You&#8217;ll need to have the ethernet driver handy, or better loaded.  Since I had disabled the NIC on install it&#8217;s not loaded.  And since I&#8217;m still using a cellphone for internet I extracted the file somewhere else and copied in some patches.  I&#8217;ve managed to reproduce this twice now, so I guess it&#8217;s good to go.  Apparently, this just works in later versions, but this is very touchy.</p>



<p class="wp-block-paragraph">To start how I&#8217;m running qemu:</p>



<pre class="wp-block-preformatted">./qemu-build/ppc-softmmu/qemu-system-ppc -M 40p -bios q40pofw-serial.rom -serial telnet::4441,server -hda disk0.vmdk-post-install -vga none -nographic -net none -device pcnet,netdev=ne -netdev user,id=ne,hostfwd=tcp::42323-:23 -cdrom /mnt/c/temp/<a href="https://virtuallyfun.com/wp-content/uploads/2022/11/pcnet-aix.iso_.zip" target="_blank" rel="noreferrer noopener">pcnet-aix.iso</a></pre>



<p class="wp-block-paragraph">With aix booted, extract the tar file from the cdrom:</p>



<pre class="wp-block-code"><code>mkdir /cdrom
mount -V cdrfs -o ro /dev/cd0 /cdrom
mkdir /pcnet
cd pcnet
tar -xvf /cdrom/pci.tar</code></pre>



<p class="wp-block-paragraph">Fix your terminal up&#8230; if needed (it probably is)</p>



<pre class="wp-block-code"><code>export TERM=vt100<br>stty erase ^?<br>export LIBPATH=$LIBPATH:/usr/lib<br>export PATH=/usr/local/bin:$PATH</code></pre>



<p class="wp-block-paragraph">Now run smitty -&gt; devices -&gt; after ipl</p>



<p class="wp-block-paragraph">Change the directory to /pcnet , and let it run  It will give errors but thats okay.  All being well it won&#8217;t crash AIX, otherwise you&#8217;ll want to restore your hardisk.  You did make a backup beforehand right?!</p>



<p class="wp-block-paragraph">I don&#8217;t think it matters but I run this afterwards:</p>



<pre class="wp-block-code"><code>odmchange -o CuAt -q "name=ent0 and attribute=busio" /cdrom/lance_ch.asc<br>odmget -q "name=ent0 and attribute=busio" CuAt<br>shutdown -h now</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet.png"><img fetchpriority="high" decoding="async" width="825" height="521" src="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet.png" alt="" class="wp-image-12040" srcset="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet.png 825w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet-300x189.png 300w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet-768x485.png 768w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-halt-takes-forever-on-adding-ethernet-475x300.png 475w" sizes="(max-width: 825px) 100vw, 825px" /></a><figcaption class="wp-element-caption">halting does take forever</figcaption></figure>
</div>


<p class="wp-block-paragraph">As tempting as it is to kill the emulator, wait for it to complete.  Otherwise you may have to do the whole thing agian.</p>



<p class="wp-block-paragraph">For me the value attribute was never preserved, so we get to do it again on reboot/restart:</p>



<pre class="wp-block-code"><code>odmget -q "name=ent0 and attribute=busio" CuAt
mount -V cdrfs -o ro /dev/cd0 /cdrom
odmchange -o CuAt -q "name=ent0 and attribute=busio" /cdrom/lance_ch.asc
rmdev -l ent0
mkdev -l ent0
ifconfig en0 10.0.2.15
ping -c 1 10.0.2.2</code></pre>



<p class="wp-block-paragraph">If everything went well this time you should get a ping reply!  Great!  Now to configure the system for real.</p>



<p class="wp-block-paragraph">smitty -&gt; communication -&gt; tcpip -&gt; minimum -&gt; en0</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic.png"><img decoding="async" width="825" height="521" src="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic.png" alt="" class="wp-image-12041" srcset="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic.png 825w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic-300x189.png 300w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic-768x485.png 768w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-configure-nic-475x300.png 475w" sizes="(max-width: 825px) 100vw, 825px" /></a><figcaption class="wp-element-caption">simple slirp</figcaption></figure>
</div>


<p class="wp-block-paragraph">As always I configure my system for slirp.  We&#8217;re almost there!  Now to pad the DNS records for slirp:</p>



<pre class="wp-block-code"><code>cat &gt;&gt; /etc/hosts<br>10.0.2.2 slirp<br>10.0.2.3 slirpdns<br>^D</code></pre>



<p class="wp-block-paragraph">And now you can reboot!</p>



<p class="wp-block-paragraph">If everything goes well, you will have a patched up pcnet driver that works (well mine does)</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt.png"><img loading="lazy" decoding="async" width="1024" height="606" src="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt-1024x606.png" alt="" class="wp-image-12042" srcset="https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt-1024x606.png 1024w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt-300x178.png 300w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt-768x454.png 768w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt-500x296.png 500w, https://virtuallyfun.com/wp-content/uploads/2022/11/aix-4.3-at-telnet-prompt.png 1080w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">It works!</figcaption></figure>
</div>


<p class="wp-block-paragraph">The big test is to of course reboot.  Then you&#8217;ll know for sure.</p>



<p class="wp-block-paragraph">I have tried this a few times, and yeah it can crash when adding the drivers, so I had to restore a few times.  I would say 1/3 times worked flawlessly.  So be patient.  And backup!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2022/11/08/networking-on-aix-4-3/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>what is more fringe than a telnet bbs?</title>
		<link>https://virtuallyfun.com/2014/06/21/what-is-more-fringe-than-a-telnet-bbs/</link>
					<comments>https://virtuallyfun.com/2014/06/21/what-is-more-fringe-than-a-telnet-bbs/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 21 Jun 2014 04:59:50 +0000</pubDate>
				<category><![CDATA[DECnet]]></category>
		<category><![CDATA[HECnet]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[synchronet]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[virtual networking]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4307</guid>

					<description><![CDATA[A bbs over decnet! I found a simple c server and client program that was ported to decnet.  And it was easy enough to follow I thought I&#8217;d try something fun.  So I took Synchronet 3.00c and started to identify &#8230; <a href="https://virtuallyfun.com/2014/06/21/what-is-more-fringe-than-a-telnet-bbs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2014/06/synchronet-over-decnet.png"><img decoding="async" src="https://virtuallyfun.com/wp-content/uploads/2014/06/synchronet-over-decnet.png" alt="Synchronet over decnet " class="wp-image-4308"/></a><figcaption class="wp-element-caption">Synchronet over decnet</figcaption></figure>
</div>


<p class="wp-block-paragraph">A bbs over decnet!</p>



<p class="wp-block-paragraph">I found <a href="http://vouters.dyndns.org/tima/Windows-TCP-Decnet-programming-example.html"><del>a simple c server and client program</del></a> that was ported to decnet.  And it was easy enough to follow I thought I&#8217;d try something fun.  So I took <a href="ftp://vert.synchro.net/Synchronet_Archive/ssrc300c.zip">Synchronet 3.00c</a> and started to identify the winsock tcpip portions and then slowly alter them to either stubs or being more decnet friendly.</p>



<p class="wp-block-paragraph">Surprisingly this wasn&#8217;t so hard.</p>



<p class="wp-block-paragraph">The hard part is that decnet doesn&#8217;t have a telnet like protocol,  and I don&#8217;t have enough patience to try <a href="http://manpages.ubuntu.com/manpages/precise/man8/ctermd.8.html">to reverse how ctermd works</a>, so with a lot of searching I found a semi <a href="https://web.archive.org/web/19990508184718/http://www.musc.edu/~brannanp/telnet/">simple telnet client</a> and mostly got it running on decnet.   Right now I have issues resolving address, so it is hardcoded.</p>



<p class="wp-block-paragraph">I have to admit it was pretty cool to see the first connection, even though it aborted when it couldn&#8217;t figure out my ip address.   I made some more changes, and it worked!!</p>



<p class="wp-block-paragraph">The next step was to fire up gns3 and build a simple 2 area decnet network and see if a NT box from area one could connect to a bbs in area two.  And with a few false starts I finally got a working multi area network (decnet isn&#8217;t like tcpip!!) <a href="http://www.cisco.com/c/en/us/td/docs/ios/decnet/configuration/guide/15-mt/dec_15_mt_book/configuring_decnet.pdf">This document</a> on cisco&#8217;s site was invaluable.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2014/06/decnet-gns3-network.png"><img decoding="async" src="https://virtuallyfun.com/wp-content/uploads/2014/06/decnet-gns3-network.png" alt="Simple GNS DECnet network" class="wp-image-4317"/></a><figcaption class="wp-element-caption">Simple GNS DECnet network</figcaption></figure>
</div>


<p class="wp-block-paragraph">As you can see this is pretty simple.  I wanted two serial connections so I could run DECnet on one serial connection, and TCP/IP on the other.  This way I could shut down the TCP/IP connection to ensure my conversation was 100% over DECnet.</p>



<p class="wp-block-paragraph">R1:</p>



<p class="wp-block-paragraph">decnet routing iv-prime 1.1<br>
decnet node-type area<br>
!<br>
interface FastEthernet0/0<br>
ip address 192.168.0.1 255.255.255.0<br>
duplex auto<br>
speed auto<br>
decnet cost 20<br>
!<br>
interface Serial1/0<br>
no ip address<br>
decnet cost 20<br>
serial restart-delay 0<br>
!<br>
interface Serial1/1<br>
ip address 10.5.0.1 255.255.255.252<br>
serial restart-delay 0<br>
!<br>
router rip<br>
network 10.0.0.0<br>
network 192.168.0.0</p>



<p class="wp-block-paragraph">And R2:</p>



<p class="wp-block-paragraph">decnet routing iv-prime 2.1<br>
decnet node-type area<br>
!<br>
interface FastEthernet0/0<br>
ip address 192.168.2.1 255.255.255.0<br>
duplex auto<br>
speed auto<br>
decnet cost 10<br>
!<br>
interface FastEthernet0/1<br>
ip address dhcp<br>
duplex auto<br>
speed auto<br>
!<br>
interface Serial1/0<br>
no ip address<br>
decnet cost 10<br>
serial restart-delay 0<br>
!<br>
interface Serial1/1<br>
ip address 10.5.0.2 255.255.255.252<br>
serial restart-delay 0<br>
!<br>
router rip<br>
redistribute static<br>
network 10.0.0.0<br>
network 192.168.2.0</p>



<p class="wp-block-paragraph">As you can see the configuration is pretty simple.  I went with RIP because it&#8217;s a small network, and I only need a few routes.  EIRP, OSPF and friends are just pure overkill.  And recall VMNet8 is the NAT interface provided by <a href="https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/6_0|PLAYER-602">VMWare Player</a>.</p>



<p class="wp-block-paragraph">Checking output from the routers, shows that DECnet is routing, and that I can ping both of my test NT boxes:</p>



<p class="wp-block-paragraph">R1#show decnet route<br>
Area Cost Hops Next Hop to Node Expires Prio<br>
*1 0 0 (Local) -&gt; 1.1<br>
*2 20 1 Serial1/0 -&gt; 2.1 44 64 A+<br>
Node Cost Hops Next Hop to Node Expires Prio<br>
*(Area) 0 0 (Local) -&gt; 1.1<br>
*1.1 0 0 (Local) -&gt; 1.1<br>
*1.3 20 1 FastEthernet0/0 -&gt; 1.3 65<br>
R1#ping decnet 1.3</p>



<p class="wp-block-paragraph">Type escape sequence to abort.<br>
Sending 5, 100-byte DECnet echos to atg 0 area.node 1.3, timeout is 5 seconds:<br>
!!!!!<br>
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/7/12 ms<br>
R1#ping decnet 2.5</p>



<p class="wp-block-paragraph">Type escape sequence to abort.<br>
Sending 5, 100-byte DECnet echos to atg 0 area.node 2.5, timeout is 5 seconds:<br>
!!!!!<br>
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/34/60 ms<br>
R1#</p>



<p class="wp-block-paragraph">Everything is looking good! I fired up my DECnet telnet and success!!</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2014/06/synchronet-over-decnet-2.png"><img decoding="async" src="https://virtuallyfun.com/wp-content/uploads/2014/06/synchronet-over-decnet-2.png" alt="Success!" class="wp-image-4318"/></a><figcaption class="wp-element-caption">Success!</figcaption></figure>
</div>


<p class="wp-block-paragraph">Anyone crazy enough to want it can find the <a href="https://sourceforge.net/projects/hecnetnt/files/Binary/Decnet-synchronet/">BBS on sourceforge</a>, along with the <a href="https://sourceforge.net/projects/hecnetnt/files/Binary/Decnet-telnet/">telnet client</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2014/06/21/what-is-more-fringe-than-a-telnet-bbs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>flashterm_</title>
		<link>https://virtuallyfun.com/2009/09/03/flashterm_/</link>
					<comments>https://virtuallyfun.com/2009/09/03/flashterm_/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:33:00 +0000</pubDate>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[SIMH]]></category>
		<category><![CDATA[telnet]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=160</guid>

					<description><![CDATA[I came across this the other day. And I must say, it&#8217;s an excellent way to make older machines more &#8216;accessible&#8217; to everyone.  I know it&#8217;s only going to encourage &#8216;kids&#8217; to get into VAX&#8217;s etc, and of course as &#8230; <a href="https://virtuallyfun.com/2009/09/03/flashterm_/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I came across <a href="http://www.flashterm.com/">this</a> the other day.</p>
<p>And I must say, it&#8217;s an excellent way to make older machines more &#8216;accessible&#8217; to everyone.  I know it&#8217;s only going to encourage &#8216;kids&#8217; to get into VAX&#8217;s etc, and of course as many are aware, Vista and beyond have removed the telnet client.. (and hyperterm for that matter!!!).</p>
<p>We are now living in a world devoid of telnet &amp; rs232.</p>
<p>Enter <a href="http://www.flashterm.com/">flashterm_</a></p>
<p>Flashterm, is one of those fancy GCC for flash projects that uses the flash socket API to create a telnet client!  Right now they are focused on ANSI emulation geared towards BBS&#8217;s.  But if you&#8217;ve got a firewall to redirect ports, or if you are running the &#8216;policy&#8217; server directly you can let people into your machine, and all they need is a modern browser/flash combination which you can safely say all &#8216;kids&#8217; machines will have (and yes even my parents, as they LOVE those silly flash games, and <a href="https://archive.org/details/kittycat_song" target="_blank" rel="noopener">dancing cats</a>).</p>
<p>Anyways, the control key is NOT captured, so there is no control+d to kill your session, but a &#8216;reload&#8217; of the browser, or closing the tab will do it just as well.  Robots doesn&#8217;t work correctly, but all &amp; all it&#8217;s a super simple way to get back to your machines!</p>
<p>I&#8217;ve set one up in the meantime as a testâ€¦</p>
<p><del>http://vpsland.superglobalmegacorp.com/telnet</del></p>
<p>Although I don&#8217;t know how long I&#8217;ll keep it online.  But it does create the possibility now of having not only information on various ancient UNIX but to allow others to use them!.. And for most internet users, with no real downloads as that flash thing is EVERYWHERE&#8230;</p>
<p><div id="attachment_3458" style="width: 676px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2009/09/flash-telnet.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3458" class="size-full wp-image-3458" src="https://virtuallyfun.com/wp-content/uploads/2009/09/flash-telnet.jpg" alt="_flashtelnet in action" width="666" height="454" /></a><p id="caption-attachment-3458" class="wp-caption-text">_flashtelnet in action</p></div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2009/09/03/flashterm_/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
