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

Step 2Create and modify the config files.

Create and modify the config files.
To create a generic config file for DosBox, type the following command into DosBox.
C:\> config -writeconf n1.conf

Exit DoxBox
C:\> exit

Edit the config file
$ gedit ~/renegade/n1.conf

Find the section labeled [serial] and change its contents to read as follows..
[serial]
serial1=modem listenport:2000
serial2=dummy
serial3=disabled
serial4=disabled

Now find the section called [autoexec] and add in the following lines(it should be the last section).
[autoexec]
mount c ~/renegade
c:
cd foss
fci.exe
cd ..
renegade.exe -N1

Save the config file as n1.conf
Now go back and change the listenport on serial1 from 2000 to 2001
Also change the "-N1" argument after renegade.exe in the [autoexec] section to -N2 and save as n2.conf
Repeat accordingly until you have created 4 separate config files n1 - n4.conf, utilizing listenports 2000 - 2003 and executing renegade.exe on nodes 1 - 4 using the -N<node#> argument.
(I imagine you could essentially create as many nodes as you wish.)
« Previous StepDownload PDFView All StepsNext Step »

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