3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Renegade BBS in Ubuntu Linux - Telnet|Multi-Node

Renegade BBS in Ubuntu Linux - Telnet|Multi-Node
Install a classic multi-node Renegade BBS with telnet support in Ubuntu Linux.

Remember the good ol' days? When social networks consisted of nothing more than a copy of pcplus, a 9600 baud modem and for many SysOps, a copy of the legendary Renegade BBS. Wouldn't it be great to revisit those days using your Ubuntu system. There are many open source BBS resources out there for Linux, but I came up short in finding anything even remotely mentioning renegade and Linux in the same sentence. This left me feeling nostalgically challenged so I set out to find a way to run a telnet multi-node Renegade BBS from my Ubuntu system. In this instructable, I will show you how I achieved this and hopefully inspire some much needed creative improvements as well.

DISCLAIMER: Before we begin, please note that I am not responsible for any damage done to your system as a result of the following processes. Also note that we will be opening multiple TCP ports for direct connection without any Linux authentication. This is most likely a security issue. PROCEED AT YOUR OWN RISK!
 
Remove these adsRemove these ads by Signing Up
 

Step 1Install files and support software.

Install files and support software.
Install DosBox (Linux DOS Emulator)
$ sudo apt-get install dosbox

Create a folder under your home folder called renegade. NOTE: You may wish to create a new user account named "renegade" and grant it minimal permissions. If you choose to do this, be sure to login under the new account before proceeding.
$ mkdir ~/renegade

Get and Extract Renegade BBS
$ cd ~/renegade
$ wget http://mysite.verizon.net/tjm694/rgv100f.zip
$ unzip rgv100f.zip

Get and Extract the FOSSIL driver.
$ mkdir foss
$ cd foss
$ wget http://fido.mbse.eu/files/local/comms/FCI0106.zip
$ unzip FCI0106.zip
$ cd ..

Start DosBox
$ dosbox

Install Renegade BBS in dosbox.
Z:\> mount c ~/renegade
Z:\> c:
C:\> install
When the installer asks you for the "main path" of the bbs, enter in "c:\".

Keep the DosBox window open...
« Previous StepDownload PDFView All StepsNext Step »
8 comments
Jul 17, 2011. 9:56 PMisaaclo says:
mine doesnt work. says connection refused. how to fix
Oct 16, 2010. 12:35 AMWhiteTigerTails says:
1st wget nolonger works. Please fix?
Oct 16, 2010. 8:04 PMWhiteTigerTails says:
I can't get it to work with the RGN# files... Nor work at all... Please someone help!
Feb 24, 2010. 3:30 PMdzendian says:
satoricode.com/2010/02/24/running-a-dos-based-bbs-through-linux-and-telnet/Hi guys, I find this to be over-engineered:

Chek this out instead:
 
Oct 16, 2010. 8:03 PMWhiteTigerTails says:
Nothing?
Aug 17, 2009. 7:45 PMBill_D_3rd says:
Very cool. OK... now I want to dig up my copy of Wildcat and try the same with it.
Aug 11, 2009. 2:39 PMIbanezfoo says:
This is great! I used to run a few boards back in the day. I backed them up on a single floppy and made a few copies... they all went bad and I was unable to get anything. This is a cool project though! I will have to set one up for nostalgias sake. Bust out my hex editor so I can fancy up some of those menus and prompts.

&*(&@#$*&()*&@#(*$ NO CARRIER
Aug 11, 2009. 1:17 PMsedition says:
Believe it or not, I had started to do the same a while back! Nice instructable, I think I may have a weekend project now. ;)

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
51
Followers
4
Author:pyro222