Skip to content

Commit 09b5e38

Browse files
committed
MTS HIM device support
1 parent cd8f0ca commit 09b5e38

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

hercconf.html

+31
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ <h3>Example configuration file</h3>
179179
0023 <a href="#2703">2703</a> lport=3780 rhost=localhost rport=3781 dial=no
180180
0045 <a href="#2703">2703</a> lport=32003 dial=IN lnctl=ibm1 term=2741 skip=5EDE code=ebcd
181181

182+
621-62B <a href="#HIMdevice">UDPH</a> 10.0.0.46
183+
62C-643 <a href="#HIMdevice">TLNT</a> 10.0.0.46
184+
644-64F <a href="#HIMdevice">TCPH</a> 10.0.0.46
182185

183186
</pre></code>
184187
</td></tr></table>
@@ -2446,6 +2449,11 @@ <h3>Device statements</h3>
24462449
<td>TCP Socket</td>
24472450
</tr>
24482451

2452+
<tr><td>TLNT, TCPH, UDPH</td>
2453+
<td>MTS HIM network interface</td>
2454+
<td><a href="#HIMdevice">MTS Host Interface Machine emulator</a></td>
2455+
</tr>
2456+
24492457
</table>
24502458

24512459
</td>
@@ -5193,6 +5201,29 @@ <h4>Arguments required for each device type</h4>
51935201

51945202
</dl> <!-- end Addtional 2703 options -->
51955203

5204+
<hr width="50%"><p>
5205+
5206+
<a name="HIMdevice"></a>
5207+
<dt><em>Host Interface Machine (HIM) device</em>
5208+
<dd><p>
5209+
5210+
These device types emulate the Host Interface Machine (HIM) devices that
5211+
are used to connect a host running The Michigan Terminal System (MTS)
5212+
to the Internet. The device type (TLNT, TCPH, or UDPH) should match
5213+
the device type configured into MTS.
5214+
<p>
5215+
5216+
The only parameter is the IP address the emulated interface
5217+
should bind to.
5218+
<p>
5219+
5220+
Note that HIM emulation requires <u>privileged access</u>
5221+
to your host's networking devices. If Hercules is not started with
5222+
<u>Administrative (root) privileges</u> then initialization of your
5223+
HIM devices will fail and MTS will not be able to connect to the
5224+
network.
5225+
<p>
5226+
51965227

51975228
</dl> <!-- end Arguments for each device type -->
51985229

0 commit comments

Comments
 (0)