From 2b34f937a60db0e7aef15c07f469e7385b31cc7a Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 17 Feb 2017 09:19:08 +0000 Subject: [PATCH] Set up Chaosnet between no.nocrew.org and up.update.uu.se. --- Makefile | 9 ++++----- build/h3text.2014 | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 839feebd..903f5be1 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,14 @@ -EMULATOR ?= simh +EMULATOR ?= klh10 # Network configuration for ITS. Note: for now, the two-letter ITS # name is hardcoded to DB, which is short for DistriBution. -HOSTNAME=DB-ITS.EXAMPLE.COM +HOSTNAME=NO.NOCREW.ORG IP=192.168.1.100 GW=192.168.0.45 NETMASK=255,255,255,248 -CHAOS=no #Or octal Chaosnet address +CHAOS=3150 #Or octal Chaosnet address CHAFRIENDS=chip=3150/no.nocrew.org \ - chip=3143/up.update.uu.se \ - chip=7100/sj.gewt.net + chip=3143/up.update.uu.se # The directores listed in SRC, DOC, and BIN are put on the sources tape. SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \ diff --git a/build/h3text.2014 b/build/h3text.2014 index 02aebf26..3880337e 100644 --- a/build/h3text.2014 +++ b/build/h3text.2014 @@ -126,13 +126,12 @@ HOST : 10.2.0.6 : AI.MIT.EDU, MIT-AI, AI : PDP-10 : ITS : : HOST : 10.3.0.6 : ML.MIT.EDU, MIT-ML, ML : PDP-10 : ITS : : HOST : 10.3.0.54 : MC.MIT.EDU, MIT-MC, MC : PDP-10 : ITS : : -;;; DistruBution ITS -HOST : %CHAOS%%IP% : %HOSTNAME%, DB : PDP-10 : ITS : : - ;;; Global ITS network 2017 HOST : 54.174.143.211 : ES-ITS.SWENSON.ORG, ES : PDP-10 : ITS : : HOST : CHAOS 3150, 188.114.255.79 : NO.NOCREW.ORG, NO : PDP-10 : ITS : : HOST : CHAOS 7100, 50.131.218.138 : SJ.GEWT.NET, SJ : PDP-10 : ITS : : HOST : CHAOS 3143, 130.238.19.215 : UP.UPDATE.UU.SE, UP : PDP-10 : ITS : : +;;; DistriBution ITS +HOST : %CHAOS%%IP% : %HOSTNAME%, NO, DB : PDP-10 : ITS : : \ No newline at end of file