It doesn't mention DOS in the article, but the same situation applies to it
as well.
811497 - Error Message When Windows 95 or Windows NT 4.0 Client
Logs On to Windows Server 2003 Domain
http://support.microsoft.com/default...b;en-us;811497
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
"Pierre" <(E-Mail Removed)> wrote in message
news:23F6AB5B-C510-4EF9-A719-(E-Mail Removed)...
> Hi, I need to boot from a network bootdisk, map an network drive located
on a
> windows 2003 Domain controler and use Ghost2k3 to write an partition image
on
> that share.
> I use the boot disk creator from ghost 2k3.
> here is my protocol.ini:
>
> [network.setup]
> version=0x3100
> netcard=NIC,1,NIC
> transport=nts$ntst2,NTS$NTST2
> transport=ibm$netbeui,IBM$NETBEUI
> lana0=NIC,1,ibm$netbeui
> lana1=NIC,1,nts$ntst2
>
> [NTS$NTST2]
> DefaultDomain=baultar.com
> DNSaddr=[10.0.0.3]
> GatewayAddr=[10.0.0.3]
> NetSubNetMask=[255.255.255.0]
> IPAddr=[10.0.0.100]
> DriverName=ntsts$
> VCs=16
> VCReceiveLarge=6
> VCSends=6
> RcvWindow=2920
> UseMemory=UMB
> BINDINGS=NIC
> LANABASE=1
>
> [protman]
> DriverName=PROTMAN$
> PRIORITY=ibm$netbeui
>
> [IBM$NETBEUI]
> DriverName=netbeui$
> SESSIONS=20
> NCBS=20
> BINDINGS=NIC
> LANABASE=0
>
> [nic]
> drivername = B57$
>
> Here is my network.ini:
> [network]
> computername=TEMP1
> lanroot=A:\NET
> autostart=netbeui full
> username=pdsavard
> domain=baultar.com
> lslogon=yes
> reconnect=no
> passwordcaching=no
> timesync=no
>
> When i use that I can map an network drive with this:
> A:\NET\NET.EXE USE G: \\Epsilon\Ghost
> He ask my for credential, i give the administrator login & password.
> The network drive is successfully created and I can go on the g: drive.
> But this message appear:
> "You were logged on, but you have not been validated by a server."
> If I type dir on the G: drive a got an access denied.
>
> I put ethe everyone user will full access on the share and on the
directory.
> same access denied.
>
> Any suggestion?
> Thanks