Bind to TCP

I have a NDIS Miniport driver which needs to be bound to TCP/IP only and not
to any other protocol. What entries I need to have in my INF file to
accomplish this.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

you do not need anything in inf.You just install the Driver as you do for
anyother driver and
go to Network Properties/bindings.Delete the binding of your driver to other
protocols except for the one you wanted.

-----Original Message-----
From: Daniel Pradeep [SMTP:xxxxx@broadlogic.com]
Sent: Tuesday, April 03, 2001 9:49 PM
To: NT Developers Interest List
Subject: [ntdev] Bind to TCP

I have a NDIS Miniport driver which needs to be bound to TCP/IP only and
not
to any other protocol. What entries I need to have in my INF file to
accomplish this.


You are currently subscribed to ntdev as: xxxxx@ami.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Well, I want this to be done programmatically. I don’t want the end user to
do all that stuff…

-----Original Message-----
From: Ajitabh Prakash [mailto:xxxxx@ami.com]
Sent: Wednesday, April 04, 2001 6:20 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Bind to TCP

you do not need anything in inf.You just install the Driver as you do for
anyother driver and
go to Network Properties/bindings.Delete the binding of your driver to other
protocols except for the one you wanted.

-----Original Message-----
From: Daniel Pradeep [SMTP:xxxxx@broadlogic.com]
Sent: Tuesday, April 03, 2001 9:49 PM
To: NT Developers Interest List
Subject: [ntdev] Bind to TCP

I have a NDIS Miniport driver which needs to be bound to TCP/IP only and
not
to any other protocol. What entries I need to have in my INF file to
accomplish this.


You are currently subscribed to ntdev as: xxxxx@ami.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@broadlogic.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

There is a sample in Windows 2000 DDK called netcfg (see
DDKROOT\src\network\netcfg). This sample shows some interesting things
that one can do with bindings etc – like, query bindings,
enable/disable protocol (like tcp/ip, ipx, netbios etc…) bindings to a
miniport – check it out.

-----Original Message-----
From: Daniel Pradeep [mailto:xxxxx@broadlogic.com]
Sent: Wednesday, April 04, 2001 1:33 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Bind to TCP

Well, I want this to be done programmatically. I don’t want the end user
to do all that stuff…

-----Original Message-----
From: Ajitabh Prakash [mailto:xxxxx@ami.com]
Sent: Wednesday, April 04, 2001 6:20 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Bind to TCP

you do not need anything in inf.You just install the Driver as you do
for anyother driver and
go to Network Properties/bindings.Delete the binding of your driver to
other protocols except for the one you wanted.

-----Original Message-----
From: Daniel Pradeep [SMTP:xxxxx@broadlogic.com]
Sent: Tuesday, April 03, 2001 9:49 PM
To: NT Developers Interest List
Subject: [ntdev] Bind to TCP

I have a NDIS Miniport driver which needs to be bound to TCP/IP only
and not to any other protocol. What entries I need to have in my INF
file to accomplish this.


You are currently subscribed to ntdev as: xxxxx@ami.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@broadlogic.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com