jassenna
Campinas,SP,Brazil, 30.12.2009, 03:42 |
Networking in a DOS window (Users) |
Is it possible to access a network from within a DOS window
under Windows 98 using a network card for which there is not
any DOS driver ? ipconfig in such window returns the correct
IP address of the card, and I can also ping that address and
receive a return, but so far I was not able to install a packet
driver. Protocols are TCP/IP and Ethernet. |
rr

Berlin, Germany, 30.12.2009, 09:56
@ jassenna
|
Networking in a DOS window |
> Is it possible to access a network from within a DOS window
> under Windows 98 using a network card for which there is not
> any DOS driver ? ipconfig in such window returns the correct
> IP address of the card, and I can also ping that address and
> receive a return, but so far I was not able to install a packet
> driver. Protocols are TCP/IP and Ethernet.
For Windows 9x I'm only aware of the ndis3pkt demo from http://www.danlan.com/.
The SwsVpkt Virtual Packet Driver is only for Windows NT 4.0/2000/XP. --- Forum admin |
jassenna
Campinas,SP,Brazil, 01.01.2010, 22:27
@ rr
|
Networking in a DOS window |
> For Windows 9x I'm only aware of the ndis3pkt demo from
Excuse me, but I find this somewhat confusing: Is a
ndis_____ driver a packet driver ? If yes, shouldn´t it be
a DOS packet driver ? |
marcov
01.01.2010, 22:40
@ jassenna
|
Networking in a DOS window |
> > For Windows 9x I'm only aware of the ndis3pkt demo from
> Excuse me, but I find this somewhat confusing: Is a
> ndis_____ driver a packet driver ? If yes, shouldn´t it be
> a DOS packet driver ?
NDIS is afaik a way to make the hardware dependant part of network drivers (for various OSes) smaller.
IOW it is more or less an interface between lower and higher parts of the network driver, so that the higher level parts can be easilier recycled more or less for several cards. |
rr

Berlin, Germany, 02.01.2010, 00:35
@ jassenna
|
Networking in a DOS window |
> Excuse me, but I find this somewhat confusing: Is a
> ndis_____ driver a packet driver ? If yes, shouldn´t it be
> a DOS packet driver ?
RTFM
DOS programs see ndis3pkt as a DOS packet driver. Windows itself sees ndis3pkt as an ordinary NDIS 3.x driver. --- Forum admin |
aleksej
02.01.2010, 22:33
@ rr
|
Networking in a DOS window |
> > Is it possible to access a network from within a DOS window
> > under Windows 98 using a network card for which there is not
> > any DOS driver ? ipconfig in such window returns the correct
> > IP address of the card, and I can also ping that address and
> > receive a return, but so far I was not able to install a packet
> > driver. Protocols are TCP/IP and Ethernet.
>
> For Windows 9x I'm only aware of the ndis3pkt demo from
> http://www.danlan.com/.
> The SwsVpkt Virtual Packet
> Driver is only for Windows NT 4.0/2000/XP.
Yeah, i still use my reg. version of ndis3pkt with success for DOOM multiplayer through TCP across internet with my friends, and DOS KALI for many other games. |