rjmccorkle
Programmer
I am trying to change some DOS workstations over from using IPX to using just IP. I have the test machine up to the point where the drivers seem to load Ok and I can PING the servers. But it does not automatically find any servers, no "F:" drive appears. I tried copying the LOGIN.EXE file to the local harddrive and get the message "PTF-905: This utility was unable to initialize the country information."
One article I read said delete the NETWARE DOS REQUESTOR section, but did not say how to then set up a preferred server. I tried both ways with the same result.
Here are the STARTNET.BAT & NET.CFG files:
Startnet.bat:
>>>
PATH %PATH%;C:\NWSET NWLANGUAGE=ENGLISH
LH C:\NW\LSL.COM
LH C:\NW\3C59X.COM
LH C:\NW\TCPIP.EXE
>>>
NET.CFG:
>>>
LINK SUPPORT
BUFFERS 8 1500
MEMPOOL 40K
MAX BOARDS 4
MAX STACKS 4
NetWare DOS Requester
FIRST NETWORK DRIVE = F
PREFERRED SERVER = xxx.xxx.xxx.xxx ; I put our server IP in
NAME CONTEXT = "UNIV"
; NETWARE PROTOCOL = NDS
NETWARE PROTOCOL = BIND
USE DEFAULTS = OF
Protocol TCPIP
IP_ADDRESS xxx.xxx.xxx.xxx ; I put workstation IP
IP_NETMASK 255.255.255.0
IP_ROUTER xxx.xxx.xxx.xxx ; I put router IP in
PATH TCP_CFG C:\NW
TCP_WINDOW 598
TCP_SOCKETS 32
UDP_SOCKETS 8
RAW_SOCKETS 1
NB_SESSIONS 4
NB_COMMANDS 8
Link Driver 3C59X
FRAME Ethernet_II
>>>
CONFIG.SYS
>>>
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE NOEMS
BUFFERS=20,0
FILES=20
DOS=HIGH,UMB
rem lastdrive=z
STACKS=9,256
SHELL=C:\COMMAND.COM /E:640 /P
>>>
What am I missing? Can a DOS machine login to an IP only server? Two different servers, one using 5.1 the other 6.0.
Thanks for any help.
Bob
One article I read said delete the NETWARE DOS REQUESTOR section, but did not say how to then set up a preferred server. I tried both ways with the same result.
Here are the STARTNET.BAT & NET.CFG files:
Startnet.bat:
>>>
PATH %PATH%;C:\NWSET NWLANGUAGE=ENGLISH
LH C:\NW\LSL.COM
LH C:\NW\3C59X.COM
LH C:\NW\TCPIP.EXE
>>>
NET.CFG:
>>>
LINK SUPPORT
BUFFERS 8 1500
MEMPOOL 40K
MAX BOARDS 4
MAX STACKS 4
NetWare DOS Requester
FIRST NETWORK DRIVE = F
PREFERRED SERVER = xxx.xxx.xxx.xxx ; I put our server IP in
NAME CONTEXT = "UNIV"
; NETWARE PROTOCOL = NDS
NETWARE PROTOCOL = BIND
USE DEFAULTS = OF
Protocol TCPIP
IP_ADDRESS xxx.xxx.xxx.xxx ; I put workstation IP
IP_NETMASK 255.255.255.0
IP_ROUTER xxx.xxx.xxx.xxx ; I put router IP in
PATH TCP_CFG C:\NW
TCP_WINDOW 598
TCP_SOCKETS 32
UDP_SOCKETS 8
RAW_SOCKETS 1
NB_SESSIONS 4
NB_COMMANDS 8
Link Driver 3C59X
FRAME Ethernet_II
>>>
CONFIG.SYS
>>>
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE NOEMS
BUFFERS=20,0
FILES=20
DOS=HIGH,UMB
rem lastdrive=z
STACKS=9,256
SHELL=C:\COMMAND.COM /E:640 /P
>>>
What am I missing? Can a DOS machine login to an IP only server? Two different servers, one using 5.1 the other 6.0.
Thanks for any help.
Bob