Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Loopback interface: Alternative to Microsoft drivers ???

312 views
Skip to first unread message

Eric Gamess

unread,
Oct 31, 2009, 3:27:48 PM10/31/09
to
Hello,

I need to work with Loopback interfaces in Windows.
It seems that the Microsoft drivers for loopback
interfaces only allow the creation of 1 loopback interface.

I created the loopback interface with:
devcon -r install %WINDIR%\Inf\Netloop.inf *MSLOOP

Do you know an alternative to Microsoft Loopback interface???
O maybe, another way to create virtual interfaces in Windows???

Thank you very much for your answer.

Eric.

Paul Russell

unread,
Oct 31, 2009, 7:58:27 PM10/31/09
to
write your own.

the Windows driver Kit has enough sample code to write you own.

however, it would help most of the people in the NG on what scenario you are
trying to enable.

--
thanks
.paul

/*++

Paul Russell

--*/

"Eric Gamess" <ega...@gmail.com> wrote in message
news:c3215fc5-de9d-4440...@d10g2000yqh.googlegroups.com...

Eric Gamess

unread,
Nov 3, 2009, 6:11:41 PM11/3/09
to
Hello,

> write your own.
> the Windows driver Kit has enough sample code to write you own.
>
> however, it would help most of the people in the NG on what scenario you are
> trying to enable.

Thanks Paul for your answer.

I just need the Loopback interface to simulate a virtual
interface. I only need it for TCP/IP. I will need to create
virtual interfaces and assign them static IP addresses
at the creation time (NOT DHCP).

I am writing a implementation of a routing protocol and
I just want to simulate the Loopback interface in Cisco
routers.

Thank you for your help.

Eric.

Paul Russell

unread,
Nov 4, 2009, 12:38:40 AM11/4/09
to

So really just want to create a virtual adapter, there is a sample called
"NDIS Virtual Miniport" sample .. this is the one you will want to use.

It simulates real HW (but does not require it)and allows upper level
protocol drivers (TCP) to bind and interact.

I would start there.

--
thanks
.paul

/*++

Paul Russell

--*/

"Eric Gamess" <ega...@gmail.com> wrote in message

news:bef7f289-8c2f-435f...@g27g2000yqn.googlegroups.com...

0 new messages