> I take it that you now have a working setup.  If so, now it is your
> turn to post your working configs.  I'll get 'em up on
> http://www.chsoft.com/dv.html for the world to enjoy.

>
> buck

Glad to oblige. Here they go:



>>startnet.bat
:: SHARE /F:4 /L:50 /ML   :: This machine is a client only.
                          :: I don't need share
                          :: and I can use the memory it grabs.
SET NWLANGUAGE=ENGLISH
C:\NOVELL\CLIENT32\NIOS.EXE   :: NIOS loads high by default
LOAD C:\NOVELL\CLIENT32\NBIC32.NLM
LOAD C:\NOVELL\CLIENT32\LSLC32.NLM
LOAD C:\NOVELL\CLIENT32\CMSM.NLM
LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM
LOAD C:\NOVELL\CLIENT32\EXP16.LAN PORT=300 FRAME=ETHERNET_802.2
LOAD C:\NOVELL\CLIENT32\EXP16.LAN PORT=300 FRAME=ETHERNET_802.3
LOAD C:\NOVELL\CLIENT32\EXP16.LAN PORT=300 FRAME=ETHERNET_II
LOAD C:\NOVELL\CLIENT32\EXP16.LAN PORT=300 FRAME=ETHERNET_SNAP
::             :: In my experience, pdoseth.com doesn't work if
::             :: you don't load the four frame types.
:: LOAD C:\NOVELL\CLIENT32\TCPIP.NLM  :: I won't be needing it
::                                    :: (sadly!)
LOAD C:\NOVELL\CLIENT32\TRANNTA.NLM
LOAD C:\NOVELL\CLIENT32\IPX.NLM
:: LOAD C:\NOVELL\CLIENT32\SPX_SKTS.NLM :: No winsocks needed, either
::                                      :: (happily!)
LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM
c:\qemm\loadhi lsl.com
:: c:\qemm\loadhi n16odi.com  :: I tried it, and could not find
::                            :: any use for it
c:\qemm\loadhi pdoseth.com
echo.
:: h:               :: These are the login into mars_nwe.
:: login contador   :: I moved them to another bat file.
:: map J:=CAVIAR:   :: Make no mistakes, I do use them.
:: map M:=TRABAJO:  :: 
:: echo.
c:\qemm\loadhi c:\nwlite\client :: In my mongrel network there is a
::                              :: NWLite server, also. It's hard to kill 
::                              :: because it is very simple, small, 
::                              :: and works year after year
::                              :: without the slightest pain.
>>end startnet.bat
>>net.cfg
Link Support
  Buffers 5 1518        :: In my experience, you can manage
  MemPool 2048          :: Buffers 2 1518 and MemPool 1024,
::                      :: but if you have the memory, it
                        :: doesn't hurt to be generous.

Link Driver EXP16
  INT  5
  PORT 300
  Frame Ethernet_802.2
  Frame Ethernet_II  

Protocol IPX E0 Ethernet_802.2  

Protocol TCPIP
  IP_ADDRESS 10.1.1.101
  IP_ROUTER 10.1.1.254
  IP_NETMASK 255.255.255.0
  PATH TCP_CFG C:\NOVELL\CLIENT32\TCP
  tcp_sockets     24     :: I found these five lines essential
  udp_sockets     8      :: to get a working TCP/IP stack.
  raw_sockets     1      ::
  nb_sessions     4      ::
  nb_commands     8      ::

NetWare DOS Requester
  NETWARE PROTOCOL = BIND  :: I am connecting to a mars_nwe server.
  FIRST NETWORK DRIVE H    :: It doesn't know about NFS
  PREFERRED SERVER LINUXBOX 
  MAX CACHE SIZE 1024
  SHOW DOTS = ON  

Protocol IPX
  IPX SOCKETS 40

Link Driver PDOSETH
  Frame Ethernet_II   
  Frame Ethernet_802.2
  protocol ipx 8137 Ethernet_802.2
  protocol ip  0800 Ethernet_II
>> end net.cfg

And, before I fire up DVX, I load the 16 bit tcp stack thus:

c:\qemm\loadhi c:\nwlite\bin\tcpip.exe

Since the stack uses 23k of valuable memory, I don't load it when I am not using DVX (very, very rarely :-))
As I remember, this stack comes with disk 7 or 8 of DVX 2.0.
I didn't find it in DVX 2.1
HTH

Enrique
1