{"id":16440,"date":"2023-05-26T19:05:13","date_gmt":"2023-05-26T19:05:13","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=16440"},"modified":"2023-05-26T19:05:16","modified_gmt":"2023-05-26T19:05:16","slug":"using-telnet-under-windows","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/","title":{"rendered":"Using Telnet under Windows"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction to Using Telnet under Windows<\/h2>\n\n\n\n<p>It&#8217;s important to realize that Using Telnet under Windows or any other operating system is insecure.  In other words, telnet does not encrypt the data.  A better option would be to use a protocol such as Secure Shell (SSH).  On the other hand, there are some good uses for Telnet.  First, you can access vintage BBS systems over the Internet.  Secondly, you can use it for troubleshooting connections, such as a mail server.<\/p><div id=\"bryce-1408691832\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>You have several options to run Telnet under windows.  For example, are various terminal emulators that support telnet.  This includes PUTTY and TERATERM.   Another option is to run telnet natively.  <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adding Native Telnet Support to Windows<\/h2>\n\n\n\n<p>Older operating systems, such as Windows 95 already had Telnet capability out of the box.  On newer Windows operating systems,  however, we have to install that feature.  <\/p>\n\n\n\n<p>On Windows 10, go to Control Panel.   After that, go to Programs and Features.  At this point, we&#8217;ll choose to turn Windows features on or off.<\/p>\n\n\n\n<p>As for Linux, there are several different firewalls in different versions.  These include IPCHAINS, IPTABLES, FIREWALLD, etc.  Do a search for how to disable or add a rule to the firewall in the particular version of Linux you are running.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"237\" height=\"136\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-34.png\" alt=\"\" class=\"wp-image-16460 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 237px; --smush-placeholder-aspect-ratio: 237\/136;\" \/><\/figure>\n\n\n\n<p>Scroll down, and check &#8220;Telnet Client&#8221;.  Then press &#8220;OK&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"373\" height=\"198\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-35.png\" alt=\"\" class=\"wp-image-16461 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-35.png 373w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-35-300x159.png 300w\" data-sizes=\"(max-width: 373px) 100vw, 373px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 373px; --smush-placeholder-aspect-ratio: 373\/198;\" \/><\/figure>\n\n\n\n<p>Finally, you are ready to use Telnet.  Open your command prompt.  You can just search for this in the Windows 10 search box down by the start button.<\/p>\n\n\n\n<p>At this point, you can connect to the BBS.  Simply type &#8220;telnet EthernetGateway.com:23&#8221;.  Type this without quotes.  Note there is a space after the telnet command.  Substitute EthernetGatway.com for the domain name of the BBS you wish to connect to.  After this, type a colon, then the BBS port number.  If  you leave the port number blank, then port 23 is implied.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"670\" height=\"408\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-36.png\" alt=\"\" class=\"wp-image-16463 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-36.png 670w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-36-300x183.png 300w\" data-sizes=\"(max-width: 670px) 100vw, 670px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 670px; --smush-placeholder-aspect-ratio: 670\/408;\" \/><\/figure>\n\n\n\n<p>If your connection fails, then you might need to add an exception to your firewall, or temporarily disable it.<\/p>\n\n\n\n<p>To do this just type &#8220;Firewall&#8221; in the windows search box and open  your firewall utility.  From here you can open &#8220;Windows Defender Firewall&#8221;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using PUTTY<\/h2>\n\n\n\n<p>Another option is PUTTY.  You can download PUTTY from<a href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/latest.html\"> this link.<\/a>  There are versions for both Windows and Linux.  Simply install and run PUTTY.  After that, we&#8217;ll need to set up a few things.  Be sure to set PUTTY up for Telnet, and enter the URL and port number.  Also give your BBS a friendly name, then save your changes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"400\" height=\"185\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-37.png\" alt=\"\" class=\"wp-image-16464 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-37.png 400w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-37-300x139.png 300w\" data-sizes=\"(max-width: 400px) 100vw, 400px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 400px; --smush-placeholder-aspect-ratio: 400\/185;\" \/><\/figure>\n\n\n\n<p>In the left window pane, you can go to Appearance to change the font size.  There is also an option to change the color.  Under Keyboard,  you can change the backspace behavior.  I always set mine to &#8220;CTRL-H&#8221;.<\/p>\n\n\n\n<p>Depending on what you are connecting to, you may need to change the behavior of your return key.  When connecting to my Altair, I need to uncheck this.  Otherwise directory listings are not complete.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"123\" height=\"158\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-38.png\" alt=\"\" class=\"wp-image-16465 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 123px; --smush-placeholder-aspect-ratio: 123\/158;\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"326\" height=\"52\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-39.png\" alt=\"\" class=\"wp-image-16466 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-39.png 326w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-39-300x48.png 300w\" data-sizes=\"(max-width: 326px) 100vw, 326px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 326px; --smush-placeholder-aspect-ratio: 326\/52;\" \/><\/figure>\n\n\n\n<p>Once everything is set up, you can go back to &#8220;Session&#8221; at the top of your left window pane.  Save your work, and open the connection.<\/p>\n\n\n\n<p>If you wish to use file transfer protocols, then you can install <a href=\"https:\/\/sourceforge.net\/projects\/extraputty\/\">ExtraPUTTY<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using TeraTerm<\/h2>\n\n\n\n<p>Another useful terminal is TeraTerm.  You can download TeraTerm from <a href=\"http:\/\/ttssh2.osdn.jp\/index.html.en\">this link.<\/a>  One advantage to TeraTerm is that you can transfer files over several different protocols including XMODEM, YMODEM, ZMODEM, and Kermit.<\/p>\n\n\n\n<p>You can set up TeraTerm as follows:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-40.png\" alt=\"\" class=\"wp-image-16468 lazyload\" width=\"315\" height=\"182\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-40.png 598w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-40-300x174.png 300w\" data-sizes=\"(max-width: 315px) 100vw, 315px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 315px; --smush-placeholder-aspect-ratio: 315\/182;\" \/><\/figure>\n\n\n\n<p>Simply hit OK, and you will connect to the BBS.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"636\" height=\"260\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png\" alt=\"\" class=\"wp-image-16469 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png 636w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41-300x123.png 300w\" data-sizes=\"(max-width: 636px) 100vw, 636px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 636px; --smush-placeholder-aspect-ratio: 636\/260;\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Summary &#8212; Using Telnet under Windows<\/h2>\n\n\n\n<p>To summarize, I&#8217;ve just listed a few different ways to connect over telnet from Windows.  Use at  your own risk.  Telnet is is not secure.  There is no encryption.  Never use the same password on a BBS that you use for other important things.  It&#8217;s your choice on which method to use.  They all have advantages and disadvantages.<\/p>\n<div id=\"bryce-2583415546\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to Using Telnet under Windows It&#8217;s important to realize that Using Telnet under Windows or any other operating system is insecure. In other words, telnet does not encrypt the data. A better option would be to use a protocol such as Secure Shell (SSH). On the other hand, there are some good uses for <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":16469,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,727],"tags":[488,463,486],"class_list":{"0":"post-16440","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-information-technology","8":"category-vintage-computers","9":"tag-putty","10":"tag-telnet","11":"tag-teraterm","12":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using Telnet under Windows - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Telnet under Windows - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-26T19:05:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-26T19:05:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png\" \/>\n\t<meta property=\"og:image:width\" content=\"636\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Using Telnet under Windows\",\"datePublished\":\"2023-05-26T19:05:13+00:00\",\"dateModified\":\"2023-05-26T19:05:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/\"},\"wordCount\":645,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/image-41.png\",\"keywords\":[\"PUTTY\",\"telnet\",\"TeraTerm\"],\"articleSection\":[\"Information Technology\",\"Vintage Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/\",\"name\":\"Using Telnet under Windows - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/image-41.png\",\"datePublished\":\"2023-05-26T19:05:13+00:00\",\"dateModified\":\"2023-05-26T19:05:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/image-41.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/image-41.png\",\"width\":636,\"height\":260,\"caption\":\"Using Telnet under Windows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2023\\\/05\\\/26\\\/using-telnet-under-windows\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Telnet under Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Telnet under Windows - Bryce Automation","description":"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/","og_locale":"en_US","og_type":"article","og_title":"Using Telnet under Windows - Bryce Automation","og_description":"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.","og_url":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2023-05-26T19:05:13+00:00","article_modified_time":"2023-05-26T19:05:16+00:00","og_image":[{"width":636,"height":260,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Using Telnet under Windows","datePublished":"2023-05-26T19:05:13+00:00","dateModified":"2023-05-26T19:05:16+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/"},"wordCount":645,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png","keywords":["PUTTY","telnet","TeraTerm"],"articleSection":["Information Technology","Vintage Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/","url":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/","name":"Using Telnet under Windows - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png","datePublished":"2023-05-26T19:05:13+00:00","dateModified":"2023-05-26T19:05:16+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Using Telnet under Windows to connect to a BBS System. We can do this natively, or through other programs available for your windows version.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2023\/05\/image-41.png","width":636,"height":260,"caption":"Using Telnet under Windows"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2023\/05\/26\/using-telnet-under-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Using Telnet under Windows"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/16440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=16440"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/16440\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/16469"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=16440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=16440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=16440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}