From: Linn Kubler on 8 Sep 2006 11:03 Hi, I'm running VPC version 5.3.582.27, 2003. I started this little project about a year ago but had to drop it for a while but now I'm able to get back to it. This is what I have so far but I can't seem to connect to the network. Here is my autoexec.bat and the results of running the first few network commands. Maybe someone can spot something obvious or has seen this before. echo running autoexec.bat @ECHO OFF C:\DOS\SMARTDRV.EXE /X PROMPT $p$g PATH C:\DOS;C:\NET @REM ********************************************** @REM **** DOS Virtual Machine Additions ***** @REM ********************************************** SET DOSVMADD13=INSTALLED c:\vmadd\fshare.exe rem c:\DOS\MSCDEX.EXE /D:IDECD001 /L:E /M:8 c:\vmadd\idle.com rem c:\vmadd\mouse.com set comspec=c:\command.com set temp=c:\temp set tmp=c:\temp set init="" set version=10_002_35 set ver_txt=v1.01 set redir=BASIC set protsec=[MS$TCPIP] set protocol=TCPIP set domain=cmp set lang=ENG set user= set env_path= set SET_TYPE=FULL echo "got here" net initialize net start NETBIND tcptsr.exe tinyrfc.exe net logon * /yes /savepw:no echo. :end Here is what I get when I type each command separately: C:\>net initialize Digital Semiconductor 2104x/2114x 10/100 mbps Ethernet Controller v2.62 (C) Copyright 1994-1997 Digital Equipment Corporation. All rights reserved. Working with Digital Semiconductor 21140 based 10/100 mpbs Ethernet Controller PCI SLOT: 01 IRQ: 0B Microsoft DOS TCP/IP Protocol Driver 1.0a Copyright (c) Microsoft Corporation, 1991. All rights reserved. Copyright (c) Hewlett-Packard Corporation, 1985-1991. All rights reserved. Copyright (c) 3Com Corporation, 1985-1991. All rights reserved. Microsoft DOS TCP/IP NEMM Driver 1.0 The command completed successfully. C:\>net start NETBIND Failed to set Connection Performing Power-Up Autosense... Switching between 10BaseT and 100BaseTx... Selected media: 100BaseTx (TP 100) Autosense The command completed successfully. C:\>tcptsr.exe Initializing TCP/IP via DHCP.... No DHCP server found: TCP/IP not loaded Unloadable TCP 1.0 not loaded. C:\> Any suggestions? I'm not sure how to solve this issue. Thanks in advance, Linn
From: Linn Kubler on 8 Sep 2006 11:07 Just one other thing, I was looking at the settings for this VPC and it is running one network adapter set to Local Only. Is this correct? Thanks, Linn "Linn Kubler" <lkubler(a)chartwellwisc2.com> wrote in message news:O9CH5f10GHA.1292(a)TK2MSFTNGP03.phx.gbl... > Hi, > > I'm running VPC version 5.3.582.27, 2003. I started this little project > about a year ago but had to drop it for a while but now I'm able to get > back to it. This is what I have so far but I can't seem to connect to the > network. Here is my autoexec.bat and the results of running the first few > network commands. Maybe someone can spot something obvious or has seen > this before. > > echo running autoexec.bat > @ECHO OFF > C:\DOS\SMARTDRV.EXE /X > PROMPT $p$g > PATH C:\DOS;C:\NET > @REM ********************************************** > @REM **** DOS Virtual Machine Additions ***** > @REM ********************************************** > SET DOSVMADD13=INSTALLED > c:\vmadd\fshare.exe > rem c:\DOS\MSCDEX.EXE /D:IDECD001 /L:E /M:8 > c:\vmadd\idle.com > rem c:\vmadd\mouse.com > > set comspec=c:\command.com > set temp=c:\temp > set tmp=c:\temp > set init="" > set version=10_002_35 > set ver_txt=v1.01 > set redir=BASIC > set protsec=[MS$TCPIP] > set protocol=TCPIP > set domain=cmp > set lang=ENG > set user= > set env_path= > set SET_TYPE=FULL > echo "got here" > net initialize > net start NETBIND > tcptsr.exe > tinyrfc.exe > net logon * /yes /savepw:no > echo. > :end > > Here is what I get when I type each command separately: > > C:\>net initialize > > Digital Semiconductor 2104x/2114x 10/100 mbps Ethernet Controller v2.62 > (C) Copyright 1994-1997 Digital Equipment Corporation. All rights > reserved. > > Working with Digital Semiconductor 21140 based 10/100 mpbs Ethernet > Controller > PCI SLOT: 01 IRQ: 0B > Microsoft DOS TCP/IP Protocol Driver 1.0a > Copyright (c) Microsoft Corporation, 1991. All rights reserved. > Copyright (c) Hewlett-Packard Corporation, 1985-1991. All rights > reserved. > Copyright (c) 3Com Corporation, 1985-1991. All rights reserved. > Microsoft DOS TCP/IP NEMM Driver 1.0 > The command completed successfully. > > C:\>net start NETBIND > Failed to set Connection > Performing Power-Up Autosense... > Switching between 10BaseT and 100BaseTx... > Selected media: 100BaseTx (TP 100) Autosense > The command completed successfully. > > C:\>tcptsr.exe > Initializing TCP/IP via DHCP.... > No DHCP server found: TCP/IP not loaded > Unloadable TCP 1.0 not loaded. > > C:\> > > Any suggestions? I'm not sure how to solve this issue. > > Thanks in advance, > Linn > >
From: Steve Jain on 8 Sep 2006 17:22 No, local only allows only guest to guest communication. Unless you have another VM running a DHCP server, you're not going to be able to connect to anything. If you want your VM to connect to an external network, you should select the host's network card listed. See the VPC help for detailed explanations of the different options for networking. On Fri, 8 Sep 2006 10:07:35 -0500, "Linn Kubler" <lkubler(a)chartwellwisc2.com> wrote: >Just one other thing, I was looking at the settings for this VPC and it is >running one network adapter set to Local Only. Is this correct? > >Thanks, >Linn > >"Linn Kubler" <lkubler(a)chartwellwisc2.com> wrote in message >news:O9CH5f10GHA.1292(a)TK2MSFTNGP03.phx.gbl... >> Hi, >> >> I'm running VPC version 5.3.582.27, 2003. I started this little project >> about a year ago but had to drop it for a while but now I'm able to get >> back to it. This is what I have so far but I can't seem to connect to the >> network. Here is my autoexec.bat and the results of running the first few >> network commands. Maybe someone can spot something obvious or has seen >> this before. >> >> echo running autoexec.bat >> @ECHO OFF >> C:\DOS\SMARTDRV.EXE /X >> PROMPT $p$g >> PATH C:\DOS;C:\NET >> @REM ********************************************** >> @REM **** DOS Virtual Machine Additions ***** >> @REM ********************************************** >> SET DOSVMADD13=INSTALLED >> c:\vmadd\fshare.exe >> rem c:\DOS\MSCDEX.EXE /D:IDECD001 /L:E /M:8 >> c:\vmadd\idle.com >> rem c:\vmadd\mouse.com >> >> set comspec=c:\command.com >> set temp=c:\temp >> set tmp=c:\temp >> set init="" >> set version=10_002_35 >> set ver_txt=v1.01 >> set redir=BASIC >> set protsec=[MS$TCPIP] >> set protocol=TCPIP >> set domain=cmp >> set lang=ENG >> set user= >> set env_path= >> set SET_TYPE=FULL >> echo "got here" >> net initialize >> net start NETBIND >> tcptsr.exe >> tinyrfc.exe >> net logon * /yes /savepw:no >> echo. >> :end >> >> Here is what I get when I type each command separately: >> >> C:\>net initialize >> >> Digital Semiconductor 2104x/2114x 10/100 mbps Ethernet Controller v2.62 >> (C) Copyright 1994-1997 Digital Equipment Corporation. All rights >> reserved. >> >> Working with Digital Semiconductor 21140 based 10/100 mpbs Ethernet >> Controller >> PCI SLOT: 01 IRQ: 0B >> Microsoft DOS TCP/IP Protocol Driver 1.0a >> Copyright (c) Microsoft Corporation, 1991. All rights reserved. >> Copyright (c) Hewlett-Packard Corporation, 1985-1991. All rights >> reserved. >> Copyright (c) 3Com Corporation, 1985-1991. All rights reserved. >> Microsoft DOS TCP/IP NEMM Driver 1.0 >> The command completed successfully. >> >> C:\>net start NETBIND >> Failed to set Connection >> Performing Power-Up Autosense... >> Switching between 10BaseT and 100BaseTx... >> Selected media: 100BaseTx (TP 100) Autosense >> The command completed successfully. >> >> C:\>tcptsr.exe >> Initializing TCP/IP via DHCP.... >> No DHCP server found: TCP/IP not loaded >> Unloadable TCP 1.0 not loaded. >> >> C:\> >> >> Any suggestions? I'm not sure how to solve this issue. >> >> Thanks in advance, >> Linn >> >> > -- Cheers, Steve Jain, Virtual Machine MVP http://vpc.essjae.com/ I do not work for Microsoft.
|
Pages: 1 Prev: VPC 2004 SP1 - Hangs or Get "An error has occurred" Next: Running MS-DOS under VPC 2004 |