Skip to content

Instantly share code, notes, and snippets.

@wyan
Created May 12, 2020 11:01
Show Gist options
  • Save wyan/89b171d1d3c744b15183d8fa035e709c to your computer and use it in GitHub Desktop.
Save wyan/89b171d1d3c744b15183d8fa035e709c to your computer and use it in GitHub Desktop.
Setting up ITS on the PDP10-KA simulator
# IMP Network Interface
set imp enabled
set imp mit
set imp nodhcp
set imp mpx=4
set imp mac=e2:6c:84:1d:34:a3
set imp ip=10.0.2.6/24
set imp gw=10.0.2.2
set imp host=192.168.1.88
at imp nat:tcp=2123:10.0.2.6:23,tcp=2121:10.0.2.6:21,tcp=2195:10.0.2.6:95
@wyan
Copy link
Author

wyan commented May 14, 2020

Turns out ip refers to the external IP and host to the internal IP (so host is guest and ip is host ;-))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment