2
Here's the scenario:
Lets say we have a wireless network that imposes bandwidth limit on IP addresses(ie every IP address has limited bandwidth). To get around this, we can obtain several IP addresses from the access point, but the problem is that Windows by default uses the first IP address for all outbound connections.
I realized that on Windows platforms if we could introduce virtual interfaces on the wireless NIC (like interface aliasing in LINUX) we would be able to use ROUTE command to route different connections through different (virtual) interfaces (this is the case since the ROUTE command uses interfaces for routing instructions).
So the question is:
Can we have multiple (virtual) interfaces with different IP addresses on a single NIC on Windows?
Thanks
I came to this problem for almost 4 years, I never had an answer, but as i tested there are lots of configuration limit based on ip ( even having a same mac address) – Mahdi Rafatjah – 2017-04-26T10:38:54.040
Im not a network engineer, but dont think this will work. I would assume bandwidth limitations are actually are based on machine address codes (MAC). Even if you were to effectively assign yourself several IPs, they would all use the same MAC. You could give yourself a virtual MAC or a second ethernet card, however a properly set up network would not allow the connection of an unregistered MAC. – Keltari – 2011-08-23T21:00:08.750
If it's MAC based, you can spoof MAC. Also, VMWare has a component called Virtual Ethernet Adapter for Virtual Machines that you may be able to use to acquire multiple IPs and use without any VMs (but YMMV).
– Nithin Philips – 2011-08-23T22:42:00.847