On Mon, Jan 17, 2011 at 3:30 PM, <mbbrut...@brutman.com> wrote:

> Quoting Eric Auer <e.a...@jpberlin.de>:
>
> >
> > Hi Santiago,
> >
> >> Update: I installed easily the NDIS2 drivers for my card, then the
> packet
> >> driver wrapper. mTCP is working perfectly.
> >> Right now, I am trying TCP's MS CLIENT 3.0 to connect to the SMB share
> >> through TCP/IP.
> >
> > Nice! Maybe you could email a summary of how you did it?
> > I mean what you installed and which config files you had
> > to edit in which way to make MTCP work via NDIS etc :-)
>
> I second that motion - I've never used NDIS and a "shim" before and
> I'd like to see how that is done.
>
>
I am sorry I can answer just now. The shim was so easy to configure, I
followed the howto in the sourceforge FreeDOS networking page.

(FD)CONFIG.SYS:
DEVICEHIGH=C:\NET\PROTMAN.DOS /I:C:\NET
DEVICEHIGH=C:\NET\B44.DOS
DEVICEHIGH=C:\NET\DIS_PKT.DOS
;devicehigh=C:\NET\ifshlp.sys

B44.DOS is the NDIS2 driver for my ethernet card, PROTMAN.DOS is part of the
MS-DOS Addon for workgroup and DIS_PKT.DOS comes with FreeDOS. I comment the
ifshlp.sys because I am not completely sure what it is for. I think it is
something for DOS networking, not sure, though.

AUTOEXEC.BAT:
C:\NET\netbind.com
C:\MTCP\DHCP.EXE

PROTOCOL.INI:
[protman]
DriverName=PROTMAN$

[B44]
    DriverName = B44$

[PKTDRV]
    drivername=PKTDRV$
    binding=B44
    intvec=0x60
    chainvec=0x68

It just works, so easy!


Santiago
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to