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.
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...
> 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.
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...