Created
          May 12, 2020 11:01 
        
      - 
      
- 
        Save wyan/89b171d1d3c744b15183d8fa035e709c to your computer and use it in GitHub Desktop. 
    Setting up ITS on the PDP10-KA simulator
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Turns out
iprefers to the external IP andhostto the internal IP (sohostis guest andipis host ;-))