home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / networks / tcpip / cmutek / 1162 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  3.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!kuhub.cc.ukans.edu!moe.ksu.ksu.edu!mccall!cmu-tek-newsgate!list
  2. Newsgroups: vmsnet.networks.tcp-ip.cmu-tek
  3. Subject: CMU Slip + SUN PC NFS V4.0
  4. Message-ID: <01GSYNIHO00I0000EN@Eisner.DECUS.Org>
  5. From: Scott Burns <burns@eisner.decus.org>
  6. Date: 31 Dec 1992 10:31:40 -0500 (EST)
  7. Reply-To: CMU-OpenVMS-IP@drycas.club.cc.cmu.edu
  8. Organization: Digital Equipment Computer Users Society
  9. Return-Path: <@andrew.cmu.edu:CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu@mccall.com>
  10. Errors-To: CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu
  11. X-Vms-To: IN%"cmu-openvms-ip@DRYCAS.CLUB.CC.CMU.EDU"
  12. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  13. Content-Transfer-Encoding: 7BIT
  14. Mime-Version: 1.0
  15. Lines: 95
  16.  
  17. I am trying to get the following config. for work and I am having
  18. quite a few difficulties. I have RTFM'd numerous times but I still
  19. can't sem to figure this one out. Is anyone out there using CMU SLIP
  20. to a hardwired PC running PC NFS V4.0 ?
  21.  
  22. I am running the following versions:
  23.  
  24. MicroVAX II
  25. TX Ports
  26. VMS V5.4-2
  27. CMU V6.6-5A
  28.  
  29. Compaq 486C portable
  30. COM1:
  31. Compaq DOS V5.0
  32. PC NFS V4.0
  33.  
  34.  
  35. I have tested the serial line I have setup (a cross connection) by transfering
  36. about 10 MB of data via MS-Kermit and CKERMIT with no problems. I have CMU
  37. Slip setup on TXA6: and PCNFS on COM1:. If I PING BCC2 (the PC) from the VAX
  38. while I have MS-Kermit in connect mode on the PC I see the data come from
  39. the VAX. And the same if I shutdown CMU on the VAX and put ckermit on TXA6:
  40. and ping the vax (BCC1) from the PC.
  41.  
  42. Yes I know network 10 on internet is arpa but this is a standalone config, I
  43. was just using that for testing.
  44.  
  45. Here are my config files. Does anyone have any ideas ?
  46.  
  47. Scott Burns                                            Technical Support Analyst
  48.                                                       Labatt Breweries of Canada
  49. X.400: BURNS@1=CA@2=TELECOM.CANADA@3=LABATT.CAN                150 Simcoe Street
  50. Internet: BURNS@EISNER.DECUS.ORG                                 London, Ontario
  51.                                                                   Canada N6A 4M3
  52.                                                                  +1 519 667 7475
  53.  
  54. [START.COM]-------------------------------------------------
  55.  
  56. $    SET TERM TXA6:-
  57.         /SPEED=9600-
  58.         /NOAUTOBAUD-
  59.         /NOTYPEAHEAD-
  60.         /PERM
  61. $    @sys$Startup:ip_startup
  62. $!    ipncp namres log %xff
  63. $!    ipncp netlog /debug=%xff
  64.  
  65. [HOSTS.TXT]--------------------------------------------------
  66.  
  67. HOST:10.79.14.2:BCC1.O.LBOC.COM,BCC1:MICROVAXII:VMS:CMU-IP:
  68. HOST:10.79.14.3:BCC2.O.LBOC.COM,BCC2:PC:DOS:SUN-NFS:
  69.  
  70. [INTERNET.CONFIG]--------------------------------------------
  71. ;
  72. ;           slip  tx   pc's internet   pc's inter pc's
  73. ;           drvr  port name            addr       subnet
  74. Device_Init:SLDRV:TXA6:BCC2.O.LBOC.COM:10.79.14.3:255.0.0.0
  75. ;
  76. Memgr_Init:30:20:20:30
  77. ;
  78. MBX_resolver:INET$NAMRES:5:NETWRK:EXQUOTA,TMPMBX,NETMBX,SYSPRV,WORLD:BYTLM=10000,PGFLQUOTA=80000,WSQUOTA=2048,WSDEFAULT=1024,WSEXTENT=3000,TQELM=100:
  79. ;
  80. Logging:0
  81. Activity:1
  82. ;
  83. Variable:IP_Forwarding:0
  84. Variable:FQ_MAX:5
  85. Variable:SYN_WAIT_COUNT:10
  86. Variable:TELNET_SERVICE:1
  87. Variable:KEEP_ALIVE:0
  88. Variable:RPC_SERVICE:1
  89. Variable:SNMP_SERVICE:1
  90. ;
  91. WKS:21:FTPSRV:TCP$FTPSRV:NETWRK:*:::::4:5
  92. WKS:25:SMTPSV:TCP$SMTPSV:NETWRK:NETMBX,TMPMBX,PHY_IO:::::4:5
  93. WKS:79:FNGSRV:TCP$FNGSRV:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD,SYSPRV:::::4:5
  94. WKS:515:LPD:TCP$LPD:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD:::::4:5
  95. ;
  96. Variable:Access_Flags:0
  97. ;
  98. LOCAL_HOST:10.0.0.0:255.0.0.0:    ! LBOC
  99.  
  100. [NAMRES.CONFIG]---------------------------------------------
  101.  
  102. Domain_Suffix:O.LBOC.COM.
  103. Domain_Suffix:.
  104. ;
  105. Logging:0
  106. ;
  107. Variable:DEBUG:0
  108. Variable:RECURSE:1
  109. Variable:TIMEOUT:5
  110. Variable:REFMAX:10
  111.  
  112.