Hi...
I am using TCPABI library from Gerhard Zugarek... I send TCP/IP
data thruogh the packet driver and NTCPDRV (DOS Trumpet ABI)...
Up to now... No problem... But I need retrieve some files from this
PC from other PC using MS Network Client 3.0, so I try to configurate
these two things (MS Network Client & Trumpet over packet driver)...
But I have not get them to work together. That is to say:
Network Client XOR Trumpet & Pktdrv
I follow the instruction write by Gerhard to configurate both things...
DOS machine with installed Network Client V3.0 for MSDOS or
MSDOS Workgroup-Add-On V3.11 ; for details see :
http://ourworld.compuserve.com/homep...g/Dosclnt3.htm
http://ourworld.compuserve.com/homep...g/Dosservr.htm
Because MS uses a NDIS Driver for the NIC, you need instead of a Packet Driver
DIS_PKT.DOS , which can be downloaded from e.g. :
http://dopey.rediris.es/ftp/pub/msdos/pktdrvr/
DIS_PKT.DOS is a so called "shim", which provides an Ethernet or a Token Ring
Packet Driver interface to programs built to operate over Packet Drivers, talks
to NDIS (3Com/Microsoft) and shares the NIC with NDIS users.
Copy DIS_PKT9.DOS and NTCPDRV.EXE to e.g. C:\NET .
Add this to PROTOCOL.INI:
[pktdrv]
DriverName=PKTDRV$
BINDINGS=EP325 <--- NDIS Driver of your NIC (e.g. EP325.DOS)
INTVEC=0x60
Add 'dis_pkt9.dos' to the line starting with 'transport=' in SYSTEM.INI
[network drivers]
netcard=ep325.dos
transport=ndishlp.sys,*netbeui,dis_pkt9.dos <--- add here
devdir=C:\NET
LoadRMDrivers=yes
Change the following lines according to your configuration and add them to e.g.
AUTOEXEC.BAT :
NET START SERVER <--- includes loading of dis_pkt9 shim
rem NET STOP <--- shim is still active
SET IP=169.254.0.16
SET NETMASK=255.255.0.0
C:\NET\NTCPDRV
Somebody that can help me?
Thanks....
------------------
Gustavo Asplanatti
[email protected]
I am using TCPABI library from Gerhard Zugarek... I send TCP/IP
data thruogh the packet driver and NTCPDRV (DOS Trumpet ABI)...
Up to now... No problem... But I need retrieve some files from this
PC from other PC using MS Network Client 3.0, so I try to configurate
these two things (MS Network Client & Trumpet over packet driver)...
But I have not get them to work together. That is to say:
Network Client XOR Trumpet & Pktdrv
I follow the instruction write by Gerhard to configurate both things...
DOS machine with installed Network Client V3.0 for MSDOS or
MSDOS Workgroup-Add-On V3.11 ; for details see :
http://ourworld.compuserve.com/homep...g/Dosclnt3.htm
http://ourworld.compuserve.com/homep...g/Dosservr.htm
Because MS uses a NDIS Driver for the NIC, you need instead of a Packet Driver
DIS_PKT.DOS , which can be downloaded from e.g. :
http://dopey.rediris.es/ftp/pub/msdos/pktdrvr/
DIS_PKT.DOS is a so called "shim", which provides an Ethernet or a Token Ring
Packet Driver interface to programs built to operate over Packet Drivers, talks
to NDIS (3Com/Microsoft) and shares the NIC with NDIS users.
Copy DIS_PKT9.DOS and NTCPDRV.EXE to e.g. C:\NET .
Add this to PROTOCOL.INI:
[pktdrv]
DriverName=PKTDRV$
BINDINGS=EP325 <--- NDIS Driver of your NIC (e.g. EP325.DOS)
INTVEC=0x60
Add 'dis_pkt9.dos' to the line starting with 'transport=' in SYSTEM.INI
[network drivers]
netcard=ep325.dos
transport=ndishlp.sys,*netbeui,dis_pkt9.dos <--- add here
devdir=C:\NET
LoadRMDrivers=yes
Change the following lines according to your configuration and add them to e.g.
AUTOEXEC.BAT :
NET START SERVER <--- includes loading of dis_pkt9 shim
rem NET STOP <--- shim is still active
SET IP=169.254.0.16
SET NETMASK=255.255.0.0
C:\NET\NTCPDRV
Somebody that can help me?
Thanks....
------------------
Gustavo Asplanatti
[email protected]
Comment