local
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| local [2023-04-23 18:05] – [2. Configuration] victor | local [2025-11-04 08:28] (current) – [2.2 Connecting your machines to cbridge] victor | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== - Setting up a local private Chaosnet ====== | ====== - Setting up a local private Chaosnet ====== | ||
| - | If you want to play around with Chaosnet, connecting two or more of your emulated systems, without connecting to the [[global|Global Chaosnet]], the following is intended to be helpful. | + | If you want to play around with Chaosnet, connecting two or more of your emulated systems, without connecting to the [[global|Global Chaosnet]], the following is intended to be helpful. See also [[https:// |
| ===== - Background ===== | ===== - Background ===== | ||
| Line 9: | Line 9: | ||
| For the [[global|Global Chaosnet]], subnets are allocated per " | For the [[global|Global Chaosnet]], subnets are allocated per " | ||
| - | In order to minimise address collisions and routing problems, one subnet has been allocated | + | In order to minimise address collisions and routing problems, one subnet has been reserved |
| That subnet is 376 (octal, = 254 decimal) which gives addresses 177001-177377 octal. | That subnet is 376 (octal, = 254 decimal) which gives addresses 177001-177377 octal. | ||
| Line 23: | Line 23: | ||
| The IP addresses of the hosts running the PDP10 emulator (for ITS), the CADR emulator (usim), and the Chaosnet bridge (cbridge) are represented by ITSHOST, | The IP addresses of the hosts running the PDP10 emulator (for ITS), the CADR emulator (usim), and the Chaosnet bridge (cbridge) are represented by ITSHOST, | ||
| - | These are typically local IP address such as 192.168.0.x or 10.0.0.y, but if they are all running on the same host they can all be 127.0.0.1. | + | These are typically local IP address such as 192.168.0.x or 10.0.0.y, but if they are all running on the same host they can all be 127.0.0.1. Make sure the addresses match between the different config files, e.g. using 127.0.0.1 consistently (rather than the local " |
| The UDP port for encapulated Chaosnet packets is by default 42042, but if the hosts are on the same machine the ports for each must be different, e.g. 42043, 42044 etc. Below they are represented by ITSPORT, CADRPORT, and CBRPORT. | The UDP port for encapulated Chaosnet packets is by default 42042, but if the hosts are on the same machine the ports for each must be different, e.g. 42043, 42044 etc. Below they are represented by ITSPORT, CADRPORT, and CBRPORT. | ||
| Line 52: | Line 52: | ||
| Make sure the file '' | Make sure the file '' | ||
| + | === - But how can I still use the built-in FILE server for usim? === | ||
| + | |||
| + | Please add | ||
| + | < | ||
| + | servername = MIT-OZ | ||
| + | udp_local_hybrid = true | ||
| + | </ | ||
| + | |||
| + | where MIT-OZ should be in your sys/ | ||
| + | |||
| + | This makes all packets to/from the MIT-OZ address (such as the FILE server, TIME server etc) be handled by the " | ||
| ==== - Connecting your machines to cbridge ==== | ==== - Connecting your machines to cbridge ==== | ||
| Line 57: | Line 68: | ||
| Advantages: | Advantages: | ||
| * you can connect more than two machines | * you can connect more than two machines | ||
| - | * you can use [[https:// | + | * you can use [[https:// |
| * you can at a later stage connect to the Global Chaosnet | * you can at a later stage connect to the Global Chaosnet | ||
| * you can connect to a local Ethernet-based Chaosnet (e.g. for LambdaDelta) | * you can connect to a local Ethernet-based Chaosnet (e.g. for LambdaDelta) | ||
| Line 95: | Line 106: | ||
| * the usim emulator is running on 192.168.0.101, | * the usim emulator is running on 192.168.0.101, | ||
| * the cbridge is running on 192.168.0.99, | * the cbridge is running on 192.168.0.99, | ||
| - | * and the Chaosnet addresses are as in the [[# | + | * and the Chaosnet addresses are as in the [[# |
| ==== - klh10 ==== | ==== - klh10 ==== | ||
| Line 136: | Line 147: | ||
| HOST CADR-1, | HOST CADR-1, | ||
| HOST DB, CHAOS 177001, | HOST DB, CHAOS 177001, | ||
| + | HOST MIT-OZ, | ||
| </ | </ | ||
| Line 143: | Line 155: | ||
| hosts = sys/ | hosts = sys/ | ||
| myname = CADR-1 | myname = CADR-1 | ||
| + | servername = MIT-OZ | ||
| backend = udp | backend = udp | ||
| bridgeip = 192.168.0.100 | bridgeip = 192.168.0.100 | ||
| Line 148: | Line 161: | ||
| bridgeport_local = 42044 | bridgeport_local = 42044 | ||
| bridgechaos = 177001 | bridgechaos = 177001 | ||
| + | udp_local_hybrid = true | ||
| [disk] | [disk] | ||
| Line 182: | Line 196: | ||
| </ | </ | ||
| - | Remember that when you introduce the cbridge, you need to update the klh10 and usim init files: | + | Remember that when you introduce the cbridge, you need to update the klh10 and usim init files above: |
| * for klh10: replace '' | * for klh10: replace '' | ||
| - | * for usim: replace '' | + | * for usim: |
| + | * replace '' | ||
| + | * replace '' | ||
local.1682265938.txt.gz · Last modified: by victor
