Home › Forums › Discussions › Support › Using the virtual network adapter VirtNet
- This topic has 5 replies, 3 voices, and was last updated 18 years, 10 months ago by Vadim Smirnov.
-
AuthorPosts
-
December 23, 2005 at 2:33 am #4964
Recently, the virtual network adapter VirtNet has been released. Is this only a loopback adapter like the Microsoft’s one or can you do some more things with it? I installed the adapter and assigned and IP address to it. It is possible to send packets using this adapter but can you also make the adapter receive packets from the virtual network? I would appreciate if someone could give me some hints how to use this virtual adapter. Unfortunatelly, there is no documentation provided.
Thanks in advance, Max.
December 23, 2005 at 11:21 am #5858As it is stated on VirtNet page it is just dummy network interface which does not do anything special itself (similar to MS loopback adapter, but supports all Windows operating systems). However, when used in combination with WinpkFilter you can build various virtual network environments over it.
WinpkFilter can be used for implementing two major tasks:
1) To indicate packets from the name of VirtNet to TCP/IP stack.
2) To intercept packets sent by TCP/IP stack to VirtNet network interface.You can create pure virtual network environment or bridge it to the real network or …. Actually, it depends only from you requirements.
January 12, 2006 at 6:07 am #5859Why speed showed after install equals to 10 MBit/s? This is real limit? Really can this adapter handle mutch more speeds?
January 12, 2006 at 11:32 am #5860Why speed showed after install equals to 10 MBit/s? This is real limit? Really can this adapter handle mutch more speeds?
No, this is not a real limit of course. There is no actual limit for virtual adapter except system perfomance. It’s just a value reported by miniport for the corresponding OID request.
January 26, 2006 at 1:42 pm #5861I have some questions again:
Can I install virtual adapter programmatically?
Can I install 2,3…5 adapters in one system and set different MAC addresses for each adapter programmatically?
Virtual adapter supports frame length > 1514 bytes for 802.1p/q standards?
Thank’s.January 28, 2006 at 12:02 am #5862Can I install virtual adapter programmatically?
In general yes, but I should note that this is not easy if you intend to support different Windows.I’m also not sure if it is possible on NT 4.0 at all.
Can I install 2,3…5 adapters in one system and set different MAC addresses for each adapter programmatically?
You can create more than one network device within single virtual network adapter driver. So the amswer is yes, but requires additional work.
Virtual adapter supports frame length > 1514 bytes for 802.1p/q standards?
VirtNet emulates 802.3 device, however you can create driver to emulate any kind of network device.
-
AuthorPosts
- You must be logged in to reply to this topic.