home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!kuhub.cc.ukans.edu!moe.ksu.ksu.edu!mccall!cmu-tek-newsgate!list
- Newsgroups: vmsnet.networks.tcp-ip.cmu-tek
- Subject: CMU Slip + SUN PC NFS V4.0
- Message-ID: <01GSYNIHO00I0000EN@Eisner.DECUS.Org>
- From: Scott Burns <burns@eisner.decus.org>
- Date: 31 Dec 1992 10:31:40 -0500 (EST)
- Reply-To: CMU-OpenVMS-IP@drycas.club.cc.cmu.edu
- Organization: Digital Equipment Computer Users Society
- Return-Path: <@andrew.cmu.edu:CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu@mccall.com>
- Errors-To: CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu
- X-Vms-To: IN%"cmu-openvms-ip@DRYCAS.CLUB.CC.CMU.EDU"
- Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
- Content-Transfer-Encoding: 7BIT
- Mime-Version: 1.0
- Lines: 95
-
- I am trying to get the following config. for work and I am having
- quite a few difficulties. I have RTFM'd numerous times but I still
- can't sem to figure this one out. Is anyone out there using CMU SLIP
- to a hardwired PC running PC NFS V4.0 ?
-
- I am running the following versions:
-
- MicroVAX II
- TX Ports
- VMS V5.4-2
- CMU V6.6-5A
-
- Compaq 486C portable
- COM1:
- Compaq DOS V5.0
- PC NFS V4.0
-
-
- I have tested the serial line I have setup (a cross connection) by transfering
- about 10 MB of data via MS-Kermit and CKERMIT with no problems. I have CMU
- Slip setup on TXA6: and PCNFS on COM1:. If I PING BCC2 (the PC) from the VAX
- while I have MS-Kermit in connect mode on the PC I see the data come from
- the VAX. And the same if I shutdown CMU on the VAX and put ckermit on TXA6:
- and ping the vax (BCC1) from the PC.
-
- Yes I know network 10 on internet is arpa but this is a standalone config, I
- was just using that for testing.
-
- Here are my config files. Does anyone have any ideas ?
-
- Scott Burns Technical Support Analyst
- Labatt Breweries of Canada
- X.400: BURNS@1=CA@2=TELECOM.CANADA@3=LABATT.CAN 150 Simcoe Street
- Internet: BURNS@EISNER.DECUS.ORG London, Ontario
- Canada N6A 4M3
- +1 519 667 7475
-
- [START.COM]-------------------------------------------------
-
- $ SET TERM TXA6:-
- /SPEED=9600-
- /NOAUTOBAUD-
- /NOTYPEAHEAD-
- /PERM
- $ @sys$Startup:ip_startup
- $! ipncp namres log %xff
- $! ipncp netlog /debug=%xff
-
- [HOSTS.TXT]--------------------------------------------------
-
- HOST:10.79.14.2:BCC1.O.LBOC.COM,BCC1:MICROVAXII:VMS:CMU-IP:
- HOST:10.79.14.3:BCC2.O.LBOC.COM,BCC2:PC:DOS:SUN-NFS:
-
- [INTERNET.CONFIG]--------------------------------------------
- ;
- ; slip tx pc's internet pc's inter pc's
- ; drvr port name addr subnet
- Device_Init:SLDRV:TXA6:BCC2.O.LBOC.COM:10.79.14.3:255.0.0.0
- ;
- Memgr_Init:30:20:20:30
- ;
- MBX_resolver:INET$NAMRES:5:NETWRK:EXQUOTA,TMPMBX,NETMBX,SYSPRV,WORLD:BYTLM=10000,PGFLQUOTA=80000,WSQUOTA=2048,WSDEFAULT=1024,WSEXTENT=3000,TQELM=100:
- ;
- Logging:0
- Activity:1
- ;
- Variable:IP_Forwarding:0
- Variable:FQ_MAX:5
- Variable:SYN_WAIT_COUNT:10
- Variable:TELNET_SERVICE:1
- Variable:KEEP_ALIVE:0
- Variable:RPC_SERVICE:1
- Variable:SNMP_SERVICE:1
- ;
- WKS:21:FTPSRV:TCP$FTPSRV:NETWRK:*:::::4:5
- WKS:25:SMTPSV:TCP$SMTPSV:NETWRK:NETMBX,TMPMBX,PHY_IO:::::4:5
- WKS:79:FNGSRV:TCP$FNGSRV:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD,SYSPRV:::::4:5
- WKS:515:LPD:TCP$LPD:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD:::::4:5
- ;
- Variable:Access_Flags:0
- ;
- LOCAL_HOST:10.0.0.0:255.0.0.0: ! LBOC
-
- [NAMRES.CONFIG]---------------------------------------------
-
- Domain_Suffix:O.LBOC.COM.
- Domain_Suffix:.
- ;
- Logging:0
- ;
- Variable:DEBUG:0
- Variable:RECURSE:1
- Variable:TIMEOUT:5
- Variable:REFMAX:10
-
-